Add python33 builder and job template

Change-Id: Ie9d3f0e3ff24e02cf753429df3e61d369e0923cd
This commit is contained in:
Julien Danjou 2013-07-16 23:05:34 +02:00
parent 4f46000db2
commit da21b1bc08
2 changed files with 28 additions and 0 deletions

View File

@ -135,6 +135,11 @@
builders:
- 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:
name: assert-no-extra-files
builders:

View File

@ -100,6 +100,28 @@
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:
name: 'gate-{name}-docs'
@ -197,3 +219,4 @@
- '{name}-branch-tarball'
# pyflakes isn't standard
# pylint isn't standard
# py33.3 isn't standard