From 283a66eb2657c67a7552f04b03b67e197e22c6a0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 10 Oct 2017 12:56:14 -0500 Subject: [PATCH] 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 --- zuul.d/project.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 47bc7bdc..7c3b5953 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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