From a28b41955db9f931b48263f68663a2d4e5af68c9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Thu, 29 Mar 2018 19:59:12 +0000 Subject: [PATCH] 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 --- zuul.d/jobs.yaml | 12 ++++++++++++ zuul.d/project.yaml | 1 + 2 files changed, 13 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 02bbe8d8ce..bad506bdf0 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index a30af84db7..de9af201ee 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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: