Merge "Run tools/test-setup.sh for unittests"
This commit is contained in:
commit
9781f4b2d0
@ -1029,6 +1029,16 @@
|
|||||||
bundle exec rake
|
bundle exec rake
|
||||||
|
|
||||||
|
|
||||||
|
# This builder runs tools/test-setup.sh if its exists. This allows
|
||||||
|
# projects to setup unit tests in a specific way.
|
||||||
|
- builder:
|
||||||
|
name: extra-test-setup
|
||||||
|
builders:
|
||||||
|
- shell: |
|
||||||
|
if [ -x tools/test-setup.sh ] ; then
|
||||||
|
tools/test-setup.sh
|
||||||
|
fi
|
||||||
|
|
||||||
- builder:
|
- builder:
|
||||||
name: allow-local-ssh-root
|
name: allow-local-ssh-root
|
||||||
builders:
|
builders:
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- zuul-git-prep-upper-constraints
|
- zuul-git-prep-upper-constraints
|
||||||
- install-distro-packages
|
- install-distro-packages
|
||||||
|
- extra-test-setup
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- coverage:
|
- coverage:
|
||||||
env: cover
|
env: cover
|
||||||
@ -154,6 +155,7 @@
|
|||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- zuul-git-prep-upper-constraints
|
- zuul-git-prep-upper-constraints
|
||||||
- install-distro-packages
|
- install-distro-packages
|
||||||
|
- extra-test-setup
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- python27
|
- python27
|
||||||
- assert-no-extra-files
|
- assert-no-extra-files
|
||||||
@ -294,6 +296,7 @@
|
|||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- zuul-git-prep-upper-constraints
|
- zuul-git-prep-upper-constraints
|
||||||
- install-distro-packages
|
- install-distro-packages
|
||||||
|
- extra-test-setup
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- python34
|
- python34
|
||||||
- assert-no-extra-files
|
- assert-no-extra-files
|
||||||
@ -347,6 +350,7 @@
|
|||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- zuul-git-prep-upper-constraints
|
- zuul-git-prep-upper-constraints
|
||||||
- install-distro-packages
|
- install-distro-packages
|
||||||
|
- extra-test-setup
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- python35
|
- python35
|
||||||
- assert-no-extra-files
|
- assert-no-extra-files
|
||||||
@ -474,6 +478,7 @@
|
|||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- zuul-git-prep-upper-constraints
|
- zuul-git-prep-upper-constraints
|
||||||
- install-distro-packages
|
- install-distro-packages
|
||||||
|
- extra-test-setup
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- run-tox:
|
- run-tox:
|
||||||
envlist: '{envlist}'
|
envlist: '{envlist}'
|
||||||
|
Loading…
Reference in New Issue
Block a user