From e9499091baa8b0d6bd0484ce9fea90c7963a05d8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 8 May 2018 21:51:03 +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: Ie520a061679f7c38cc0e27fbf3319805692d8494 --- 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 26bfe77..f9181ec 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -22,6 +22,7 @@ galaxy_info: platforms: - name: Ubuntu versions: + - bionic - xenial categories: - cloud diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index b16b61a..eed9c27 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -16,6 +16,7 @@ check: jobs: - openstack-ansible-linters + - openstack-ansible-functional-ubuntu-bionic - openstack-ansible-functional-ubuntu-xenial experimental: jobs: @@ -23,4 +24,5 @@ gate: jobs: - openstack-ansible-linters + - openstack-ansible-functional-ubuntu-bionic - openstack-ansible-functional-ubuntu-xenial