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: I2a58cd0244aefbe1202f610fcaa9af1f98e5f847
This commit is contained in:
parent
fd15364734
commit
33bd924093
@ -25,6 +25,12 @@
|
||||
- openstack-tox-py35
|
||||
- openstack-tox-py36
|
||||
- openstack-tox-py37
|
||||
- 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-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