Merge "Add python34 build and job template"

This commit is contained in:
Jenkins 2014-07-01 12:20:27 +00:00 committed by Gerrit Code Review
commit 42f79cbe5e
2 changed files with 28 additions and 0 deletions

View File

@ -192,6 +192,11 @@
builders:
- shell: "/usr/local/jenkins/slave_scripts/run-unittests.sh 33 {github-org} {project}"
- builder:
name: python34
builders:
- shell: "/usr/local/jenkins/slave_scripts/run-unittests.sh 34 {github-org} {project}"
- builder:
name: pypy
builders:

View File

@ -130,6 +130,28 @@
node: py3k-precise
- job-template:
name: 'gate-{name}-python34'
wrappers:
- build-timeout:
timeout: 40
- timestamps
builders:
- revoke-sudo
- gerrit-git-prep
- python34:
github-org: '{github-org}'
project: '{name}'
- assert-no-extra-files
publishers:
- test-results
- console-log
node: '{node}'
- job-template:
name: 'gate-{name}-pypy'
@ -258,6 +280,7 @@
- 'gate-{name}-python26'
- 'gate-{name}-python27'
- 'gate-{name}-python33'
- 'gate-{name}-python34'
- 'gate-{name}-pypy'
- 'gate-{name}-docs'
- 'gate-{name}-requirements'