From 15c18782b6ce6452a8b3b51dd4e5c5fd321d68ea Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 8 May 2018 22:40:33 +0200 Subject: [PATCH] Add Bionic testing Now that bionic testing is added into the tests repos, we can start testing it in the repo. Depends-On: https://review.openstack.org/#/c/566959/ Depends-On: https://review.openstack.org/#/c/567038/ Depends-On: https://review.openstack.org/#/c/567034/ Depends-On: https://review.openstack.org/#/c/567032/ Change-Id: I37e38e27786bba24f9aea86fcc8e997df0ed94d5 --- meta/main.yml | 1 + zuul.d/project.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index d6095b70..4147a0cc 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -22,6 +22,7 @@ galaxy_info: platforms: - name: Ubuntu versions: + - bionic - xenial - name: EL versions: diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 8f3f8efb..15789455 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -19,6 +19,7 @@ - openstack-ansible-linters - openstack-ansible-functional-centos-7 - openstack-ansible-functional-opensuse-423 + - openstack-ansible-functional-ubuntu-bionic - openstack-ansible-functional-ubuntu-xenial # TODO(evrardjp): uncomment this when the job is in the tests repo #- openstack-ansible-python3-ubuntu-xenial-nv @@ -30,4 +31,5 @@ - openstack-ansible-linters - openstack-ansible-functional-centos-7 - openstack-ansible-functional-opensuse-423 + - openstack-ansible-functional-ubuntu-bionic - openstack-ansible-functional-ubuntu-xenial