From 8e80dcab4bda16f6eb5102358c0969711e6caed2 Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Fri, 27 Mar 2020 13:40:17 -0700 Subject: [PATCH] Re-enable jobs Change-Id: Ia54e36bcbee9e3688fa4e396de5af5d83632c335 --- .zuul.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 6f4e386..0da67ec 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -17,7 +17,6 @@ run: playbooks/integration.yaml post-run: playbooks/post.yaml timeout: 5400 - voting: false # TODO(ramereth): Remove after this gets merged - job: name: openstack-chef-minimal-integration-ubuntu @@ -29,7 +28,6 @@ run: playbooks/minimal.yaml post-run: playbooks/post.yaml timeout: 5400 - voting: false - job: name: openstack-chef-integration-centos @@ -41,7 +39,6 @@ run: playbooks/integration.yaml post-run: playbooks/post.yaml timeout: 5400 - voting: false # TODO(ramereth): Remove after this gets merged - job: name: openstack-chef-minimal-integration-centos @@ -53,7 +50,6 @@ run: playbooks/minimal.yaml post-run: playbooks/post.yaml timeout: 5400 - voting: false - project-template: name: openstack-chef-repo-jobs @@ -66,8 +62,8 @@ queue: openstack-chef jobs: - openstack-chef-delivery - #- openstack-chef-integration-ubuntu - #- openstack-chef-integration-centos + - openstack-chef-integration-ubuntu + - openstack-chef-integration-centos - project-template: name: openstack-chef-jobs @@ -82,10 +78,10 @@ queue: openstack-chef jobs: - openstack-chef-delivery - #- openstack-chef-integration-ubuntu - #- openstack-chef-integration-centos - #- openstack-chef-minimal-integration-ubuntu - #- openstack-chef-minimal-integration-centos + - openstack-chef-integration-ubuntu + - openstack-chef-integration-centos + - openstack-chef-minimal-integration-ubuntu + - openstack-chef-minimal-integration-centos - project: templates: