Stop gating on grenade
We have made the grenade job non-voting in the check queue, but it is stilled pulled in as voting in gate via the integrated-gate-py3 template. Stop using that template and instead reference the tempest-full-py3 job directly in check and gate. Change-Id: I02e3208df53e7744c4be9c62172b78f08da0514e
This commit is contained in:
@@ -571,7 +571,9 @@
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- integrated-gate-py3
|
||||
# Note(frickler): No longer use this global template since we no
|
||||
# longer gate on grenade
|
||||
# - integrated-gate-py3
|
||||
- publish-openstack-docs-pti
|
||||
check:
|
||||
jobs:
|
||||
@@ -596,6 +598,7 @@
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- tempest-full-py3
|
||||
- neutron-grenade-multinode:
|
||||
voting: false
|
||||
irrelevant-files:
|
||||
@@ -634,6 +637,7 @@
|
||||
- devstack-multinode
|
||||
- devstack-unit-tests
|
||||
- openstack-tox-bashate
|
||||
- tempest-full-py3
|
||||
# - neutron-grenade-multinode:
|
||||
# irrelevant-files:
|
||||
# - ^.*\.rst$
|
||||
|
||||
Reference in New Issue
Block a user