From 8c500b18ec4e698f9b7b4ac33e2c25ea761a4859 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 27 Aug 2018 17:21:21 +1000 Subject: [PATCH] Add zuul roles in system-config to linters Add zuul roles defined in system-config to the openstack-zuul-jobs-linters job. Playbooks in project-config will require the generic roles that live in system-config. Change-Id: I0156ed16e2a165493227df5ea51561aad897c65b Needed-By: https://review.openstack.org/590636 --- zuul.d/jobs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index a6a71ee8..8167bd67 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1091,11 +1091,12 @@ required-projects: - openstack-infra/openstack-zuul-jobs - openstack-infra/project-config + - openstack-infra/system-config - openstack-infra/zuul-jobs vars: tox_envlist: linters tox_environment: - ANSIBLE_ROLES_PATH: ~/src/git.openstack.org/openstack-infra/zuul-jobs/roles:~/src/git.openstack.org/openstack-infra/openstack-zuul-jobs/roles:~/src/git.openstack.org/openstack-infra/project-config/roles + ANSIBLE_ROLES_PATH: ~/src/git.openstack.org/openstack-infra/zuul-jobs/roles:~/src/git.openstack.org/openstack-infra/openstack-zuul-jobs/roles:~/src/git.openstack.org/openstack-infra/project-config/roles:~/src/git.openstack.org/openstack-infra/system-config/roles - job: name: infra-puppet-apply-base