Merge "Test the main repo with next version of ansible"

This commit is contained in:
Zuul 2018-07-25 14:24:28 +00:00 committed by Gerrit Code Review
commit 0571779cdc
2 changed files with 13 additions and 0 deletions

View File

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

View File

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