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: I31ad623cae3db284b4f6b694033fab5bb9dc4360
This commit is contained in:
Marios Andreou 2021-03-17 13:37:40 +02:00
parent 0ad1e42658
commit 3573a5f050
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
- ^molecule-requirements.txt - ^molecule-requirements.txt
- ^requirements.txt - ^requirements.txt
- ^README.rst - ^README.rst
- tripleo-ci-centos-8-content-provider: &content-provider - tripleo-ci-centos-8-content-provider:
dependencies: dependencies:
- openstack-tox-linters - openstack-tox-linters
- tripleo-ci-centos-8-scenario004-standalone: &scenario004 - tripleo-ci-centos-8-scenario004-standalone: &scenario004
@ -30,7 +30,7 @@
jobs: jobs:
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-docs: *tripleo-docs - 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 - tripleo-ci-centos-8-scenario004-standalone: *scenario004
promote: promote: