Make content provider depend on tox-pep8/tht on check layout

As part of [1] - optimize the zuul layout so that content-provider
doesn't run if openstack-tox-pep8 and openstack-tox-tht are not
green.

These jobs are voting so they block us anyway, may as well
save running anything else if these small jobs aren't complete

[1] https://review.opendev.org/q/topic:tripleo-ci-reduce

Change-Id: I5fca006e529809ace8d348735f1e10c57ef90e6b
(cherry picked from commit b5d5b7dc2b)
This commit is contained in:
Marios Andreou 2021-02-19 13:11:34 +02:00
parent 6cc678bb89
commit f54ca25068
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
jobs: jobs:
- openstack-tox-pep8 - openstack-tox-pep8
- openstack-tox-tht - openstack-tox-tht
- tripleo-ci-centos-8-content-provider:
dependencies:
- openstack-tox-pep8
- openstack-tox-tht
gate: gate:
queue: tripleo queue: tripleo
jobs: jobs: