From 470ecda876c1f09d392c442c18a19b1b8ee7ee67 Mon Sep 17 00:00:00 2001
From: Goutham Pacha Ravi <gouthampravi@gmail.com>
Date: Thu, 11 Mar 2021 09:21:49 -0800
Subject: [PATCH] [ci] Temporarily set docs job to non-voting

We're seeing sporadic failures of this job and
the rate of failures is increasing in the past
couple of days. Since we're at feature freeze and
the doc is being built fine, we decided to set
this job to non-voting and investigate the failure
while allowing feature patches to merge.

Partial-Bug: #1918707
Change-Id: I2233f951f87e38d82d7963a57695e9cf84cbf558
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
---
 zuul.d/project.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 0f513edd49..9b274dccfb 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -9,6 +9,9 @@
       - periodic-stable-jobs
     check:
       jobs:
+        # see https://launchpad.net/bugs/1918707
+        - openstack-tox-docs:
+            voting: false
         - manila-tox-genconfig
         - openstack-tox-pylint:
             voting: false