From c6d220d9c5881d1255c66c1692db8f4e86842e7b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 8 May 2018 22:33:34 +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/ Change-Id: I156d707ca1af01fede81bfa75a68f0220f33e1b5 --- 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 c576a40..5ccb553 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 6d4e2f4..0a02a7a 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -18,6 +18,7 @@ - openstack-ansible-linters - openstack-ansible-functional-centos-7 - openstack-ansible-functional-opensuse-423 + - openstack-ansible-functional-ubuntu-bionic - openstack-ansible-functional-ubuntu-xenial experimental: jobs: @@ -27,4 +28,5 @@ - openstack-ansible-linters - openstack-ansible-functional-centos-7 - openstack-ansible-functional-opensuse-423 + - openstack-ansible-functional-ubuntu-bionic - openstack-ansible-functional-ubuntu-xenial