Merge "Switch taskflow to use the unittests slave script"
This commit is contained in:
commit
0c711dc866
@ -232,6 +232,14 @@
|
|||||||
builders:
|
builders:
|
||||||
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh {envlist}"
|
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh {envlist}"
|
||||||
|
|
||||||
|
- builder:
|
||||||
|
name: unittests
|
||||||
|
builders:
|
||||||
|
# NOTE(harlowja): the 'py' prefix will be added on automatically to the
|
||||||
|
# {envlist} by the internals of the run-unittests.sh script (so make
|
||||||
|
# sure you don't include it yourself).
|
||||||
|
- shell: "/usr/local/jenkins/slave_scripts/run-unittests.sh {envlist}"
|
||||||
|
|
||||||
- builder:
|
- builder:
|
||||||
name: assert-no-extra-files
|
name: assert-no-extra-files
|
||||||
builders:
|
builders:
|
||||||
|
@ -2342,11 +2342,12 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- openstack-publish-jobs
|
- openstack-publish-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
- gate-{name}-tox-{envlist}:
|
- gate-{name}-unittests-{envlist}:
|
||||||
envlist: py26-sa7-mysql
|
# NOTE(harlowja): the 'py' prefix will be added on automatically.
|
||||||
|
envlist: "26-sa7-mysql"
|
||||||
node: bare-centos6
|
node: bare-centos6
|
||||||
- gate-{name}-tox-{envlist}:
|
- gate-{name}-unittests-{envlist}:
|
||||||
envlist: py27-sa8-mysql
|
envlist: "27-sa8-mysql"
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: cl-openstack-client
|
name: cl-openstack-client
|
||||||
|
@ -201,6 +201,27 @@
|
|||||||
|
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: 'gate-{name}-unittests-{envlist}'
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- build-timeout:
|
||||||
|
timeout: 40
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- revoke-sudo
|
||||||
|
- gerrit-git-prep
|
||||||
|
- unittests:
|
||||||
|
envlist: '{envlist}'
|
||||||
|
- assert-no-extra-files
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- test-results
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
node: '{node}'
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: '{name}-tarball'
|
name: '{name}-tarball'
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -1394,11 +1394,11 @@ projects:
|
|||||||
- name: integrated-gate
|
- name: integrated-gate
|
||||||
- name: publish-to-pypi
|
- name: publish-to-pypi
|
||||||
check:
|
check:
|
||||||
- gate-taskflow-tox-py26-sa7-mysql
|
- gate-taskflow-unittests-26-sa7-mysql
|
||||||
- gate-taskflow-tox-py27-sa8-mysql
|
- gate-taskflow-unittests-27-sa8-mysql
|
||||||
gate:
|
gate:
|
||||||
- gate-taskflow-tox-py26-sa7-mysql
|
- gate-taskflow-unittests-26-sa7-mysql
|
||||||
- gate-taskflow-tox-py27-sa8-mysql
|
- gate-taskflow-unittests-27-sa8-mysql
|
||||||
|
|
||||||
- name: openstack/trove
|
- name: openstack/trove
|
||||||
template:
|
template:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user