mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #20526 from spxtr/aws-jobs
Auto commit by PR queue bot
This commit is contained in:
commit
9bbc22cf3a
@ -62,3 +62,4 @@
|
|||||||
- defaults:
|
- defaults:
|
||||||
name: global
|
name: global
|
||||||
emails: '$DEFAULT_RECIPIENTS'
|
emails: '$DEFAULT_RECIPIENTS'
|
||||||
|
cron-string: 'H/30 * * * *'
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
- reverse:
|
- reverse:
|
||||||
jobs: '{trigger-job}'
|
jobs: '{trigger-job}'
|
||||||
result: success
|
result: success
|
||||||
- timed: 'H/30 * * * *'
|
- timed: '{cron-string}'
|
||||||
wrappers:
|
wrappers:
|
||||||
- ansicolor:
|
- ansicolor:
|
||||||
colormap: xterm
|
colormap: xterm
|
||||||
@ -201,3 +201,21 @@
|
|||||||
test-owner: 'beeps'
|
test-owner: 'beeps'
|
||||||
jobs:
|
jobs:
|
||||||
- 'kubernetes-e2e-{suffix}'
|
- 'kubernetes-e2e-{suffix}'
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: kubernetes-aws
|
||||||
|
test-owner: 'bburns'
|
||||||
|
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-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}'
|
||||||
|
Loading…
Reference in New Issue
Block a user