Add AWS Jenkins jobs to source control.

This commit is contained in:
Joe Finney 2016-02-02 16:05:41 -08:00
parent ea5f1233c2
commit d6c422547e
2 changed files with 20 additions and 1 deletions

View File

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

View File

@ -20,7 +20,7 @@
- reverse:
jobs: '{trigger-job}'
result: success
- timed: 'H/30 * * * *'
- timed: '{cron-string}'
wrappers:
- ansicolor:
colormap: xterm
@ -191,3 +191,21 @@
test-owner: 'ihmccreery'
jobs:
- '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}'