From 148cc97d61b74b73cca8c799250f053c23ec853e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 16 Feb 2018 12:27:04 -0600 Subject: [PATCH] Have zuul check out ansible for devel AIO job Zuul is configured to understand ansible/ansible on github. Add ansible as a required-project for the devel job so that depends-on patches will work. Once we're happy with this, we can add the devel-aio job to be run on PRs to os_ modules. Change-Id: I12a74d97593c8780047d3dae9590f4e1fde3859b --- zuul.d/jobs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 14a5226ea0..2dd3e1fb81 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -48,8 +48,12 @@ - job: name: openstack-ansible-deploy_with_ansible_devel-aio-ubuntu-xenial parent: openstack-ansible-deploy-aio-ubuntu-xenial + branches: ^(devel|master)$ + required-projects: + - name: github.com/ansible/ansible + override-checkout: devel vars: - ansible_package: "git+https://github.com/ansible/ansible@devel" + ansible_package: "file://{{ ansible_user_dir }}/src/github.com/ansible/ansible" # ubuntu - job: