From 2d43a9cad91169843f7ec0e90086c4876db46bb4 Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Fri, 15 Jan 2021 10:58:55 +0100 Subject: [PATCH] Add lint dependencies for content provider If linting fails, content provider still builds. Whis is suboptimal, since standalone/multinode jobs will be skipped and nothing will use those builds. Put cprovider into dependency on the linting jobs as well. Change-Id: I18101f47245f92412cab6ff2289618605e1baa26 Signed-off-by: Bogdan Dobrelya --- zuul.d/layout.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 0398fe246..1aa1a14b2 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -7,6 +7,8 @@ check: jobs: - tripleo-ci-centos-8-content-provider: + dependencies: + - openstack-tox-linters irrelevant-files: - ^tox.ini$ - openstack-tox-linters: &tripleo-linters @@ -35,7 +37,6 @@ - overcloud-post-deploy - overcloud-validate dependencies: &deps - - openstack-tox-linters - tripleo-ci-centos-8-content-provider files: &containers_files - ^tripleo_ansible/.*