Add python33 builder and job template
Change-Id: Ie9d3f0e3ff24e02cf753429df3e61d369e0923cd
This commit is contained in:
parent
4f46000db2
commit
da21b1bc08
@ -135,6 +135,11 @@
|
|||||||
builders:
|
builders:
|
||||||
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh 27 {github-org} {project}"
|
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh 27 {github-org} {project}"
|
||||||
|
|
||||||
|
- builder:
|
||||||
|
name: python33
|
||||||
|
builders:
|
||||||
|
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh 33 {github-org} {project}"
|
||||||
|
|
||||||
- builder:
|
- builder:
|
||||||
name: assert-no-extra-files
|
name: assert-no-extra-files
|
||||||
builders:
|
builders:
|
||||||
|
@ -100,6 +100,28 @@
|
|||||||
|
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: 'gate-{name}-python33'
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- timeout:
|
||||||
|
timeout: 40
|
||||||
|
fail: true
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- gerrit-git-prep
|
||||||
|
- python33:
|
||||||
|
github-org: '{github-org}'
|
||||||
|
project: '{name}'
|
||||||
|
- assert-no-extra-files
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- test-results
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
node: precisepy3k
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-{name}-docs'
|
name: 'gate-{name}-docs'
|
||||||
|
|
||||||
@ -197,3 +219,4 @@
|
|||||||
- '{name}-branch-tarball'
|
- '{name}-branch-tarball'
|
||||||
# pyflakes isn't standard
|
# pyflakes isn't standard
|
||||||
# pylint isn't standard
|
# pylint isn't standard
|
||||||
|
# py33.3 isn't standard
|
||||||
|
Loading…
Reference in New Issue
Block a user