From 3dab77ff90b41e19ac0a8f68060d91dc102c61f9 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 9 May 2018 12:05:56 +0100 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/566959 Depends-On: https://review.openstack.org/567032 Depends-On: https://review.openstack.org/567034 Depends-On: https://review.openstack.org/567038 Depends-On: https://review.openstack.org/567045 Change-Id: I8473f203a67b8128712b9aacdf194b1faa7cdc51 --- meta/main.yml | 1 + tests/test.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index e4ab703..6c2e5a7 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/tests/test.yml b/tests/test.yml index 9c0200c..1925c9f 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -14,7 +14,7 @@ # limitations under the License. - name: Prepare the host/containers - include: common/test-setup-host.yml + import_playbook: common/test-setup-host.yml - name: Verify building on a web server, and installing using a URL import_playbook: test-functional.yml