mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Revert "Add AWS jobs to source control."
This commit is contained in:
parent
8e1ca68760
commit
056b5e14c2
@ -62,5 +62,3 @@
|
|||||||
- defaults:
|
- defaults:
|
||||||
name: global
|
name: global
|
||||||
emails: '$DEFAULT_RECIPIENTS'
|
emails: '$DEFAULT_RECIPIENTS'
|
||||||
cron-string: 'H/30 * * * *'
|
|
||||||
disabled: false
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'kubernetes-e2e-{suffix}'
|
name: 'kubernetes-e2e-{suffix}'
|
||||||
description: '{description} Test owner: {test-owner}.'
|
description: '{description} Test owner: {test-owner}.'
|
||||||
disabled: '{disabled}'
|
|
||||||
logrotate:
|
logrotate:
|
||||||
daysToKeep: 7
|
daysToKeep: 7
|
||||||
builders:
|
builders:
|
||||||
@ -20,7 +19,7 @@
|
|||||||
- reverse:
|
- reverse:
|
||||||
jobs: '{trigger-job}'
|
jobs: '{trigger-job}'
|
||||||
result: success
|
result: success
|
||||||
- timed: '{cron-string}'
|
- timed: 'H/30 * * * *'
|
||||||
wrappers:
|
wrappers:
|
||||||
- ansicolor:
|
- ansicolor:
|
||||||
colormap: xterm
|
colormap: xterm
|
||||||
@ -106,29 +105,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- 'kubernetes-e2e-{suffix}'
|
- '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:
|
- project:
|
||||||
name: kubernetes-e2e-gke-1.1
|
name: kubernetes-e2e-gke-1.1
|
||||||
trigger-job: 'kubernetes-build-1.1'
|
trigger-job: 'kubernetes-build-1.1'
|
||||||
|
Loading…
Reference in New Issue
Block a user