Merge pull request #19430 from spxtr/test-go

Add kubernetes-test-go and ilk to source control.
pull/6/head
Joe Finney 2016-01-11 15:51:28 -08:00
commit 6dd867108b
1 changed files with 64 additions and 0 deletions

View File

@ -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}'