From c21e1dfebcadc6cfe15eed7c309b59a3ecc384f2 Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Wed, 17 Mar 2021 13:48:02 +0200 Subject: [PATCH] Remove linters dependency from content-provider in gate As part of [1] lets remove the dependency on linters from the content-provider in the gate, in line with all the other repos. We don't want to delay the gate for linting since any issues should be resolved before a change hits the gate. Also removes unused yaml anchors. [1] https://review.opendev.org/q/topic:tripleo-ci-reduce Change-Id: I9d440504c938c57a287282d94108c55f29c443f9 --- zuul.d/layout.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 7f6435b5e..30c2d40ce 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -8,27 +8,27 @@ check: jobs: - openstack-tox-linters - - tripleo-ci-centos-8-content-provider: &content_provider - dependencies: &deps_lint + - tripleo-ci-centos-8-content-provider: + dependencies: - openstack-tox-linters - openstack-tox-docs: &tripleo-docs files: - ^doc/.* - ^README.rst - tripleo-ci-centos-8-scenario004-standalone: &scenario004 - vars: &sa_consumer_vars + vars: consumer_job: true build_container_images: false tags: - standalone - dependencies: &deps + dependencies: - tripleo-ci-centos-8-content-provider files: - ^roles/ceph.*$ gate: jobs: - openstack-tox-linters - - tripleo-ci-centos-8-content-provider: *content_provider + - tripleo-ci-centos-8-content-provider - openstack-tox-docs: *tripleo-docs - tripleo-ci-centos-8-scenario004-standalone: *scenario004 promote: