Gate governance with project-config

To avoid the potential to typo new project names in governance, we're
adding a linter to the governance repo to ensure the project exists in
project-config[1]. Add project-config as a required project for the
governance linters job so that new projects need not wait for the
project-config patch to merge before the governance patch can pass
tests.

[1] https://review.openstack.org/583637

Change-Id: I8be9eae083ad2b1e9387704e064d104b196a0d1b
This commit is contained in:
Colleen Murphy 2018-07-18 17:58:24 +02:00
parent 6bfb82d124
commit c14f95b751
1 changed files with 6 additions and 2 deletions

View File

@ -6191,13 +6191,17 @@
- build-openstack-sphinx-docs-python3
check:
jobs:
- openstack-tox-linters
- openstack-tox-linters:
required-projects:
- openstack-infra/project-config
experimental:
jobs:
- openstack-tox-validate
gate:
jobs:
- openstack-tox-linters
- openstack-tox-linters:
required-projects:
- openstack-infra/project-config
post:
jobs:
- publish-governance-tc