Add zuul-jobs to required-projects for tox-linters
The tox-linters job for openstack-zuul-jobs pulls in the contents of zuul-jobs so that it can validate against roles that come from zuul-jobs. In cases where an openstack-zuul-jobs patch depends on a new role in zuul-jobs, the depends-on doesn't work properly and the linters job in openstack-zuul-jobs will fail due to missing roles from zuul-jobs. tox-siblings should be able to take care of this for us, so just add zuul-jobs to required-projects. Change-Id: Ie55689ede6763e59a0dfeca758632818ac45fd1b
This commit is contained in:
parent
e883d6873f
commit
283a66eb26
@ -17,7 +17,9 @@
|
||||
- multinode-integration-ubuntu-xenial
|
||||
- multinode-integration-opensuse423
|
||||
- build-openstack-sphinx-docs
|
||||
- tox-linters
|
||||
- tox-linters:
|
||||
required-projects:
|
||||
- openstack-infra/zuul-jobs
|
||||
infra-gate:
|
||||
jobs:
|
||||
- base-integration-centos-7
|
||||
@ -32,4 +34,6 @@
|
||||
- multinode-integration-ubuntu-xenial
|
||||
- multinode-integration-opensuse423
|
||||
- build-openstack-sphinx-docs
|
||||
- tox-linters
|
||||
- tox-linters:
|
||||
required-projects:
|
||||
- openstack-infra/zuul-jobs
|
||||
|
Loading…
x
Reference in New Issue
Block a user