From bdd1e7ebe91e139e724b3aa73f873de50097e349 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Thu, 28 Oct 2021 18:23:25 -0500 Subject: [PATCH] Make TLS job nonvoting The move to helm v3 breaks the rendering for the ca-issuer chart. While that gets fixed, we can temporary make the job non-voting in order to unblock the migration to helm v3. Change-Id: Ia25ac1f85974fc8c8ac8cf3ffedff746a92f2cf5 --- zuul.d/project.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 385ede85d0..a743a8ac23 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -35,7 +35,8 @@ gate: jobs: - openstack-helm-lint - - openstack-helm-tls + - openstack-helm-tls: + voting: false - openstack-helm-cinder-train-ubuntu_bionic - openstack-helm-compute-kit-train-ubuntu_bionic - openstack-helm-horizon-train-ubuntu_bionic