Merge pull request #20160 from kubernetes/revert-19926-jobs-jobs-jobs

Revert "Add AWS jobs to source control."
This commit is contained in:
Isaac Hollander McCreery 2016-01-26 09:25:03 -08:00
commit 99aee6823b
2 changed files with 1 additions and 27 deletions

View File

@ -62,5 +62,3 @@
- defaults:
name: global
emails: '$DEFAULT_RECIPIENTS'
cron-string: 'H/30 * * * *'
disabled: false

View File

@ -1,7 +1,6 @@
- job-template:
name: 'kubernetes-e2e-{suffix}'
description: '{description} Test owner: {test-owner}.'
disabled: '{disabled}'
logrotate:
daysToKeep: 7
builders:
@ -20,7 +19,7 @@
- reverse:
jobs: '{trigger-job}'
result: success
- timed: '{cron-string}'
- timed: 'H/30 * * * *'
wrappers:
- ansicolor:
colormap: xterm
@ -106,29 +105,6 @@
jobs:
- 'kubernetes-e2e-{suffix}'
- project:
name: kubernetes-aws
test-owner: 'bburns'
disabled: true
emails: 'bburns@google.com'
cron-string: '@daily'
trigger-job: ''
suffix:
- 'aws':
description: 'Run e2e tests on AWS using the latest successful Kubernetes build.'
timeout: 240
branch: 'master'
- 'aws-parallel':
description: 'Run parallel e2e tests on AWS using the latest successful Kubernetes build.'
timeout: 60
branch: 'master'
- 'aws-release-1.1':
description: 'Run e2e tests on AWS using the latest successful 1.1 Kubernetes build.'
timeout: 240
branch: 'release-1.1'
jobs:
- 'kubernetes-e2e-{suffix}'
- project:
name: kubernetes-e2e-gke-1.1
trigger-job: 'kubernetes-build-1.1'