From 41951f83cb6619ca76ba72c1e68bf5ba8c6e8eaa Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 31 Jul 2018 23:00:49 +0100 Subject: [PATCH] Revert "Disable functional tests temporarily" This reverts commit af39e5b060ba402c017bb6a8487894942d4577a1. Now that we have everything together, we can enable functional tests again. Change-Id: Ieaf2c0201426e48784631ac7e6c4fe21ab095ff2 --- zuul.d/project.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index e8ab00e..177a91b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -14,9 +14,18 @@ # limitations under the License. - project: + templates: + - openstack-ansible-role-jobs check: jobs: - - openstack-ansible-linters + - openstack-ansible-designate-ssl-nv + - openstack-ansible-functional-distro_install-ubuntu-xenial + # NOTE(hwoarang) Centos7 is having some troubles with repo dependencies + # so disabling until it's investigated. + - openstack-ansible-functional-distro_install-centos-7: + voting: false + - openstack-ansible-functional-distro_install-opensuse-423 gate: jobs: - - openstack-ansible-linters + - openstack-ansible-functional-distro_install-ubuntu-xenial + - openstack-ansible-functional-distro_install-opensuse-423