Commit d6c42254 authored by Joe Finney's avatar Joe Finney

Add AWS Jenkins jobs to source control.

parent ea5f1233
...@@ -62,3 +62,4 @@ ...@@ -62,3 +62,4 @@
- defaults: - defaults:
name: global name: global
emails: '$DEFAULT_RECIPIENTS' emails: '$DEFAULT_RECIPIENTS'
cron-string: 'H/30 * * * *'
...@@ -20,7 +20,7 @@ ...@@ -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
...@@ -191,3 +191,21 @@ ...@@ -191,3 +191,21 @@
test-owner: 'ihmccreery' test-owner: 'ihmccreery'
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}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment