From cdc08a221b30f19b0d199f6a57b61691e8fb694c Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Wed, 17 Mar 2021 13:44:31 +0200 Subject: [PATCH] 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 --- zuul.d/layout.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 37553d5cc..f0032d6b6 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -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.*$