Add dependency between content provider and linters in check layout

As part of [1] and in line with the other repos let's make the
content provider job depend on openstack-tox-linters passing but
only in the check layout.

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

Change-Id: I796b8c8e11320308d9d81320d4ec188b13b73cc3
This commit is contained in:
Marios Andreou 2021-03-17 13:44:31 +02:00
parent 526bb3e7ca
commit cdc08a221b
1 changed files with 4 additions and 3 deletions

View File

@ -11,15 +11,16 @@
files:
- ^doc/.*
- ^README.rst
- tripleo-ci-centos-8-content-provider
- tripleo-ci-centos-8-content-provider:
dependencies:
- openstack-tox-linters
- tripleo-ci-centos-8-scenario004-standalone: &scenario004
vars:
consumer_job: true
build_container_images: false
tags:
- standalone
dependencies: &deps
- openstack-tox-linters
dependencies:
- tripleo-ci-centos-8-content-provider
files:
- ^roles/ceph.*$