From 3e11c2273b34c81297b25107a556a398f0ac3d46 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 8 May 2018 21:48:43 +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: Iec3a54640602cb21e93c67d9fab144ca7303e832 --- 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 1d30ac0..f15217f 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -23,6 +23,7 @@ galaxy_info: - name: Ubuntu versions: - xenial + - bionic - name: EL versions: - 7 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