From 06a58f9bd41d636b3400e78d932eef480c53262b Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Fri, 7 Sep 2018 08:29:34 -0500 Subject: [PATCH] Gate: Move dev-deploy jobs to nonvoting temporarily This changes the dev-deploy-ceph and dev-deploy-nfs jobs to nonvoting jobs, until we can revisit the services being deployed as part of these jobs. Currently, these jobs are pushing the limits of a single nodepool VM which results in random failures in the jobs themselves or the postrun jobs. Change-Id: I9a6e68dc472b81b9c13b95520f4bef4cdb091beb --- .zuul.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0c9538181..44d85a67a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -29,11 +29,17 @@ - ^doc/.*$ - ^releasenotes/.*$ - openstack-helm-infra-dev-deploy-ceph: + # NOTE(srwilkers): Changing the dev-deploy-ceph job to nonvoting + # until we can agree on the proper services to deploy with this job + voting: false irrelevant-files: - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ - openstack-helm-infra-dev-deploy-nfs: + #NOTE(srwilkers): Changing the dev-deploy-nfs job to nonvoting until + # we can agree on the proper services to deploy with this job + voting: false irrelevant-files: - ^.*\.rst$ - ^doc/.*$ @@ -61,16 +67,6 @@ - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ - - openstack-helm-infra-dev-deploy-ceph: - irrelevant-files: - - ^.*\.rst$ - - ^doc/.*$ - - ^releasenotes/.*$ - - openstack-helm-infra-dev-deploy-nfs: - irrelevant-files: - - ^.*\.rst$ - - ^doc/.*$ - - ^releasenotes/.*$ - openstack-helm-infra-openstack-support: irrelevant-files: - ^.*\.rst$