Merge "Test the main repo with next version of ansible"
This commit is contained in:
commit
0571779cdc
@ -56,6 +56,18 @@
|
||||
vars:
|
||||
ansible_package: "file://{{ ansible_user_dir }}/src/github.com/ansible/ansible"
|
||||
|
||||
# Experimental job for checking our AIO can deploy with
|
||||
# a different ansible version
|
||||
- job:
|
||||
name: openstack-ansible-deploy_with_ansible_next-aio-ubuntu-xenial
|
||||
parent: openstack-ansible-deploy-aio_lxc-ubuntu-xenial
|
||||
branches: ^(devel|master)$
|
||||
required-projects:
|
||||
- name: github.com/ansible/ansible
|
||||
override-checkout: stable-2.6
|
||||
vars:
|
||||
ansible_package: "file://{{ ansible_user_dir }}/src/github.com/ansible/ansible"
|
||||
|
||||
# ubuntu
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_lxc-ubuntu-xenial
|
||||
|
@ -44,6 +44,7 @@
|
||||
jobs:
|
||||
- openstack-ansible-deploy-octavia-ubuntu-xenial
|
||||
- openstack-ansible-deploy_with_ansible_devel-aio-ubuntu-xenial
|
||||
- openstack-ansible-deploy_with_ansible_next-aio-ubuntu-xenial
|
||||
- openstack-ansible-deploy-congress-ubuntu-xenial
|
||||
gate:
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user