From df2f510a4d11d17aa9933fc15975fa4b6a6f6336 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Mon, 11 Dec 2017 23:22:35 +0000 Subject: [PATCH] [zuul] Make openstack-helm-dev-deploy job gated This PS updates .zuul.yaml to make the voting job openstack-helm-dev-deploy a gate check, as that is the infra convention [0]: "Non-voting jobs should only be added to check queues." (So voting jobs should be added to both.) While there are currently openstack-health statistics for the job yet, going off the following data: http://zuulv3.openstack.org/builds.html?job_name=openstack-helm-dev-deploy the job currently has a roughly ~83% success rate (11 fail, 25 pass, 36 total). [0] https://docs.openstack.org/infra/manual/creators.html#non-voting-jobs Change-Id: I2577d9c435be3688fc6ebc02dc97d809861b00da --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 7befe2301e..577a408baa 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -39,6 +39,7 @@ gate: jobs: - openstack-helm-linter + - openstack-helm-dev-deploy - job: name: openstack-helm-linter