Skip standalone deploys if tox jobs fail
We've excluded most jobs from running if the tox jobs fail but we were still running the standalone jobs. Let's skip those too if pep8 or the unit tests fail. Change-Id: I17d7f3c1a48f6f8d4f52e01cd26af825450c099a
This commit is contained in:
parent
b546b425f9
commit
45fa045942
@ -15,6 +15,14 @@
|
||||
- tripleo-ci-centos-7-containers-multinode:
|
||||
dependencies: &deps_unit_lint
|
||||
- openstack-tox-pep8
|
||||
- tripleo-ci-centos-7-undercloud-containers:
|
||||
dependencies: *deps_unit_lint
|
||||
- tripleo-ci-centos-7-standalone:
|
||||
dependencies: *deps_unit_lint
|
||||
- tripleo-ci-fedora-28-standalone:
|
||||
dependencies: *deps_unit_lint
|
||||
- tripleo-ci-centos-7-standalone-upgrade-stein:
|
||||
dependencies: *deps_unit_lint
|
||||
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades:
|
||||
dependencies: *deps_unit_lint
|
||||
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates:
|
||||
|
Loading…
x
Reference in New Issue
Block a user