mirror of https://github.com/k3s-io/k3s
Add AWS jobs to source control.
parent
10c217024d
commit
31e33ac58b
|
@ -62,3 +62,5 @@
|
|||
- defaults:
|
||||
name: global
|
||||
emails: '$DEFAULT_RECIPIENTS'
|
||||
cron-string: 'H/30 * * * *'
|
||||
disabled: false
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
- job-template:
|
||||
name: 'kubernetes-e2e-{suffix}'
|
||||
description: '{description} Test owner: {test-owner}.'
|
||||
disabled: '{disabled}'
|
||||
logrotate:
|
||||
daysToKeep: 7
|
||||
builders:
|
||||
|
@ -19,7 +20,7 @@
|
|||
- reverse:
|
||||
jobs: '{trigger-job}'
|
||||
result: success
|
||||
- timed: 'H/30 * * * *'
|
||||
- timed: '{cron-string}'
|
||||
wrappers:
|
||||
- ansicolor:
|
||||
colormap: xterm
|
||||
|
@ -105,6 +106,29 @@
|
|||
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'
|
||||
|
|
Loading…
Reference in New Issue