From fddd58f10e84612b996d3584be751720642c4ec2 Mon Sep 17 00:00:00 2001
From: Paul Belanger <pabelanger@redhat.com>
Date: Mon, 12 Feb 2018 11:45:40 -0500
Subject: [PATCH] Stop running non-voting jobs in gate

There isn't a need to run non-voting jobs in gate, as it ends up just
wasting CI resources.  Results can be obtained from the check pipeline
results.

Comment out job, over running as non-voting.

Change-Id: I02e9dcafdb6e91451f630bb78be702009726a1ea
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
---
 zuul.d/project.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 6166ee5173..bc4c1668eb 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -25,10 +25,9 @@
       jobs:
         - ironic-dsvm-standalone
         - ironic-grenade-dsvm
-        # Temporary mark multinode job as NV.
+        # Temporary disable multinode job, no need to run non-voting in gate.
         # see https://bugs.launchpad.net/ironic/+bug/1744139
-        - ironic-grenade-dsvm-multinode-multitenant:
-            voting: false
+        # - ironic-grenade-dsvm-multinode-multitenant
         - ironic-tempest-dsvm-bfv
         - ironic-tempest-dsvm-ipa-partition-pxe_ipmitool-tinyipa-python3
         - ironic-tempest-dsvm-ipa-partition-redfish-tinyipa