Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS Jenkins jobs to source control. #20526

Merged
merged 1 commit into from
Feb 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions hack/jenkins/job-configs/global.yaml
Expand Up @@ -62,3 +62,4 @@
- defaults:
name: global
emails: '$DEFAULT_RECIPIENTS'
cron-string: 'H/30 * * * *'
20 changes: 19 additions & 1 deletion hack/jenkins/job-configs/kubernetes-e2e.yaml
Expand Up @@ -20,7 +20,7 @@
- reverse:
jobs: '{trigger-job}'
result: success
- timed: 'H/30 * * * *'
- timed: '{cron-string}'
wrappers:
- ansicolor:
colormap: xterm
Expand Down Expand Up @@ -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}'