Merge "Add python34 build and job template"
This commit is contained in:
commit
42f79cbe5e
@ -192,6 +192,11 @@
|
|||||||
builders:
|
builders:
|
||||||
- shell: "/usr/local/jenkins/slave_scripts/run-unittests.sh 33 {github-org} {project}"
|
- 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:
|
- builder:
|
||||||
name: pypy
|
name: pypy
|
||||||
builders:
|
builders:
|
||||||
|
@ -130,6 +130,28 @@
|
|||||||
|
|
||||||
node: py3k-precise
|
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:
|
- job-template:
|
||||||
name: 'gate-{name}-pypy'
|
name: 'gate-{name}-pypy'
|
||||||
|
|
||||||
@ -258,6 +280,7 @@
|
|||||||
- 'gate-{name}-python26'
|
- 'gate-{name}-python26'
|
||||||
- 'gate-{name}-python27'
|
- 'gate-{name}-python27'
|
||||||
- 'gate-{name}-python33'
|
- 'gate-{name}-python33'
|
||||||
|
- 'gate-{name}-python34'
|
||||||
- 'gate-{name}-pypy'
|
- 'gate-{name}-pypy'
|
||||||
- 'gate-{name}-docs'
|
- 'gate-{name}-docs'
|
||||||
- 'gate-{name}-requirements'
|
- 'gate-{name}-requirements'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user