Merge "Add experimental tests of new ansible versions"

This commit is contained in:
Zuul 2018-02-07 04:03:15 +00:00 committed by Gerrit Code Review
commit 1c7829b200
3 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,14 @@
vars:
action: varstest
# Experimental job for checking our AIO can deploy with
# a different ansible version
- job:
name: openstack-ansible-deploy_with_ansible_devel-aio-ubuntu-xenial
parent: openstack-ansible-deploy-aio-ubuntu-xenial
vars:
ansible_package: "git+https://github.com/ansible/ansible@devel"
# ubuntu
- job:
name: openstack-ansible-deploy-aio_lxc-ubuntu-xenial

View File

@ -22,3 +22,4 @@
# ZUUL_PROJECT is used by tests/get-ansible-role-requirements to
# determine when CI provided repos should be used.
ZUUL_PROJECT: "{{ zuul.project.short_name }}"
ANSIBLE_PACKAGE: "{{ ansible_package | default('') }}"

View File

@ -26,6 +26,7 @@
experimental:
jobs:
- openstack-ansible-deploy-octavia-ubuntu-xenial
- openstack-ansible-deploy_with_ansible_devel-aio-ubuntu-xenial
gate:
jobs:
- openstack-ansible-linters