From c5a2f576bab511242a07f98f3745d085a5321b20 Mon Sep 17 00:00:00 2001
From: Andreas Jaeger <aj@suse.com>
Date: Sat, 11 Jan 2020 17:04:53 +0100
Subject: [PATCH] Fix python36 job setup

The Zuul template openstack-python3-ussuri-jobs-horizon includes
python36 job as voting in both check and gate.

Remove the ancient overwrite of non-voting in check queue. The job is
running fine and can be voting - as it's voting in gate already thanks
to the template.

Change-Id: I20fcc434c71fe0de681343a34ae59824474ba132
---
 .zuul.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.zuul.yaml b/.zuul.yaml
index 2ed7c7f..4f9edc7 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -7,9 +7,3 @@
       - openstack-python3-ussuri-jobs-horizon
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
-    check:
-      jobs:
-        - openstack-tox-py36:
-            voting: false
-            required-projects:
-              - openstack/horizon