From e4925352a4c019beefceeb414b032621442ed30c Mon Sep 17 00:00:00 2001
From: Julia Kreger <juliaashleykreger@gmail.com>
Date: Thu, 18 Jan 2018 20:02:19 -0800
Subject: [PATCH] Mark multinode job as non-voting

As the mutlinode job is failing and is failing
in ways that cannot currently be easily and cleanly
rectified, we should disable voting for the job until
we are able to fully identify the cause and proper
solution in order to allow the project contributors
to continue to land code and have it reviewed while
we work to resolve the multinode grenade job issues.

Change-Id: If204c7b979baa71b3b9bbb7e79d13741f580ba8b
Related-Bug: #1744139
---
 zuul.d/project.yaml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 3b8b3fa3a7..a693a01c2b 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -4,7 +4,10 @@
       jobs:
         - ironic-dsvm-standalone
         - ironic-grenade-dsvm
-        - ironic-grenade-dsvm-multinode-multitenant
+        # Temporary mark multinode job as NV.
+        # see https://bugs.launchpad.net/ironic/+bug/1744139
+        - ironic-grenade-dsvm-multinode-multitenant:
+            voting: false
         - ironic-tempest-dsvm-bfv
         - ironic-tempest-dsvm-ipa-partition-pxe_ipmitool-tinyipa-python3
         - ironic-tempest-dsvm-ipa-partition-redfish-tinyipa
@@ -23,7 +26,10 @@
       jobs:
         - ironic-dsvm-standalone
         - ironic-grenade-dsvm
-        - ironic-grenade-dsvm-multinode-multitenant
+        # Temporary mark multinode job as NV.
+        # see https://bugs.launchpad.net/ironic/+bug/1744139
+        - ironic-grenade-dsvm-multinode-multitenant:
+            voting: false
         - ironic-tempest-dsvm-bfv
         - ironic-tempest-dsvm-ipa-partition-pxe_ipmitool-tinyipa-python3
         - ironic-tempest-dsvm-ipa-partition-redfish-tinyipa