Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove soak and disruptive 1.1 Jenkins jobs. #24346

Merged
merged 1 commit into from
Apr 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@
- 'gce-release-1.1':
timeout: 175
description: 'Run E2E tests on GCE from the current release branch.'
- 'gce-disruptive-1.1':
timeout: 180
description: 'Run disruptive E2E tests on GCE from the current release branch.'
jobs:
- 'kubernetes-e2e-{suffix}'

Expand Down
19 changes: 0 additions & 19 deletions hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-soak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,25 +127,6 @@
job-env: |
export PROJECT="k8s-jkns-gce-soak-1-2"
export JENKINS_PUBLISHED_VERSION="ci/latest-1.2"
- 'gce-1.1':
deploy-description: |
Deploy Kubernetes to soak cluster using the latest successful
current release CI-produced Kubernetes build every week.<br>
If a kubernetes-soak-continuous-e2e-gce-1.1 build is running,
this deployment build will be blocked and remain in the queue
until the test run is complete.<br>
e2e-description: |
Assumes Kubernetes soak current-release cluster is already
deployed.<br>
If a kubernetes-soak-weekly-deploy-gce-1.1 build is enqueued,
builds will be blocked and remain in the queue until the
deployment is complete.<br>
branch: 'release-1.1'
runner: '{old-runner-1-1}'
post-env: ''
soak-deploy: ''
soak-continuous: ''
cron-string: 'H */6 * * *'
- 'gke':
deploy-description: |
Deploy Kubernetes to a GKE soak cluster using the staging GKE
Expand Down