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: I4746fd7f06f48d1ed6d2db97553ebd04e2ad9843changes/29/741629/2
parent
962cb89b99
commit
270f318cf2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue