From 57e1b4c1a59272524fc6de9bb233cab2f50c662f Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 9 Jan 2019 15:24:28 +0000 Subject: [PATCH] zuul: Add required project openstack/openstack-ansible When using the AIO tests from other repositories, the openstack/openstack-ansible repo will not be present unless it is specified as a required project in the job definition. Change-Id: I1c66f1440ca3ba8721712c632a5ed22796c0bc5d (cherry picked from commit c2b42d75bb4f48a9c89d3038c07247e79d792f3f) --- zuul.d/jobs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 00857de681..1a9cfd5f6a 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -20,6 +20,8 @@ Run functional tests for an OpenStack-Ansible project. Uses the gate-check-commit.sh script, running a default aio deploy. + required-projects: + - name: openstack/openstack-ansible run: zuul.d/playbooks/run.yml post-run: zuul.d/playbooks/post.yml timeout: 8400