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
This commit is contained in:
Monty Taylor 2018-02-16 12:27:04 -06:00
parent 84b151e5fd
commit 148cc97d61
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -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: