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:
parent
84b151e5fd
commit
148cc97d61
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user