From d2904eb2d5516f2bf5350c4fc12ea1ad3240c778 Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Wed, 17 Mar 2021 13:40:34 +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. [1] https://review.opendev.org/q/topic:tripleo-ci-reduce Change-Id: I7a4164742aafd0f11fafb7af9c244cb22400992f --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index afc995988..4175a976f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -30,7 +30,7 @@ - ^molecule-requirements.txt - ^requirements.txt - ^README.rst - - tripleo-ci-centos-8-content-provider: &content-provider + - tripleo-ci-centos-8-content-provider: dependencies: - openstack-tox-linters - tripleo-ci-centos-8-scenario004-standalone: &scenario004 @@ -45,7 +45,7 @@ jobs: - openstack-tox-linters - openstack-tox-docs: *tripleo-docs - - tripleo-ci-centos-8-content-provider: *content-provider + - tripleo-ci-centos-8-content-provider - tripleo-ci-centos-8-scenario004-standalone: *scenario004 promote: