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
This commit is contained in:
Marios Andreou 2021-03-17 13:48:02 +02:00
parent 46cee611d5
commit c21e1dfebc
1 changed files with 5 additions and 5 deletions

View File

@ -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: