From 270f318cf2d0827f64ed49f0ebc256dfc9758984 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Fri, 17 Jul 2020 12:08:32 +0000 Subject: [PATCH] Fix py36 job setup The zuul template 'openstack-python3-victoria-jobs-horizon' already includes py36 job as voting in both check and gate. This patch remove the ancient overwrite of non-voting in check queue. The py36 job is running fine and can be voting. Change-Id: I4746fd7f06f48d1ed6d2db97553ebd04e2ad9843 --- .zuul.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index cb9ae433..b8cfe2ea 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,9 +7,3 @@ - openstack-python3-victoria-jobs-horizon - publish-openstack-docs-pti - release-notes-jobs-python3 - check: - jobs: - - openstack-tox-py36: - voting: false - required-projects: - - openstack/horizon