From 7ffa73a7825a4a699913409ba4df9a084889e330 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Wed, 2 Feb 2022 12:27:59 +0100 Subject: [PATCH] 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 --- .zuul.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 87d5b06799..faa37a6262 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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$