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 kubernetes-test-go and ilk to source control. #19430

Merged
merged 1 commit into from
Jan 11, 2016
Merged
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
64 changes: 64 additions & 0 deletions hack/jenkins/job-configs/kubernetes-test-go.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
- job-template:
name: 'kubernetes-test-{suffix}'
description: |
Grab the latest from GitHub, then run unit and integration tests.<br>
Test Owner: Build Cop
logrotate:
numToKeep: 200
node: unittest
builders:
- shell: './hack/jenkins/gotest-dockerized.sh'
publishers:
- claim-build
- gcs-uploader
- log-parser
- email-ext
- xunit:
thresholds:
- failed:
unstable: 0
unstablenew: 0
failure:
failurenew:
- skipped:
unstable:
unstablenew:
failure:
failurenew:
types:
- junit:
pattern: '_artifacts/**.xml'
deleteoutput: false
scm:
- git:
url: https://github.com/kubernetes/kubernetes
branches:
- '{branch}'
browser: githubweb
browser-url: https://github.com/kubernetes/kubernetes
wipe-workspace: false
skip-tag: true
clean:
after: true
before: false
triggers:
- pollscm:
cron: 'H/2 * * * *'
- timed: 'H/30 * * * *'
wrappers:
- ansicolor:
colormap: xterm
- timeout:
timeout: 30
fail: true
- timestamps

- project:
name: kubernetes-test-go
suffix:
- 'go':
branch: 'master'
- 'go-release-1.1':
branch: 'release-1.1'
jobs:
- 'kubernetes-test-{suffix}'