Test the main repo with next version of ansible

We are using 2.5, so next version we can try with a job would
be stable-2.6.

Change-Id: I870e66067fc9b132569634a1e9e7c78e8dd63554
This commit is contained in:
Jean-Philippe Evrard 2018-03-29 19:59:12 +00:00 committed by Jimmy McCrory
parent ece3fcb1c3
commit a28b41955d
2 changed files with 13 additions and 0 deletions

View File

@ -55,6 +55,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

@ -39,6 +39,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: