From 25cf209bac4f51974aeb8872bc45f020865babdd Mon Sep 17 00:00:00 2001 From: Heba Naser Date: Wed, 20 Jun 2018 16:15:04 -0400 Subject: [PATCH] Switch to using project-templates In order to have more centralized configuration, switch the role to use the project-template instead. Change-Id: Ia468712438ec79767c1b7bf2a2e7ccb2fc249d54 --- zuul.d/project.yaml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 67f43bd..3a40614 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -13,22 +13,11 @@ # limitations under the License. - project: + templates: + - openstack-ansible-role-jobs check: jobs: - - openstack-ansible-linters - - openstack-ansible-functional-centos-7 - - openstack-ansible-functional-opensuse-423 - - openstack-ansible-functional-ubuntu-xenial - - openstack-ansible-functional-ubuntu-bionic - openstack-ansible-python3-ubuntu-xenial - experimental: - jobs: - - openstack-ansible-integrated-deploy-aio gate: jobs: - - openstack-ansible-linters - - openstack-ansible-functional-centos-7 - - openstack-ansible-functional-opensuse-423 - - openstack-ansible-functional-ubuntu-xenial - - openstack-ansible-functional-ubuntu-bionic - openstack-ansible-python3-ubuntu-xenial