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:
Alex Schultz 2019-07-16 09:00:53 -06:00
parent fd15364734
commit 33bd924093
1 changed files with 6 additions and 0 deletions

View File

@ -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: