[stable/2023.1 only] Drop branches regex from skip level jobs

The duplicated job variants in stable branch
conflicting with master variants. Drop the
branches regex as it's not needed for a variant
defined in stable branch.

Change-Id: I2644791b163caed548807b696d5eb75b19bc653d
This commit is contained in:
yatinkarel 2023-03-28 16:43:46 +05:30 committed by Rodolfo Alonso
parent f822742af0
commit 4c4a168281
1 changed files with 0 additions and 6 deletions

View File

@ -370,9 +370,6 @@
description: |
Grenade job that skips a release, validating that deployers can skip
specific releases as prescribed by our process.
# See background from gmann:
# https://review.opendev.org/c/openstack/manila/+/859875/1/zuul.d/grenade-jobs.yaml
branches: ^(?!stable/(pike|queens|rocky|stein|train|ussuri|victoria|wallaby|xena|zed)).*$
vars:
# Move this forward when master changes to a new skip-level-allowed
# target release. Right now, this is xena because master is zed.
@ -387,9 +384,6 @@
description: |
Grenade job that skips a release, validating that deployers can skip
specific releases as prescribed by our process.
# See background from gmann:
# https://review.opendev.org/c/openstack/manila/+/859875/1/zuul.d/grenade-jobs.yaml
branches: ^(?!stable/(pike|queens|rocky|stein|train|ussuri|victoria|wallaby|xena|zed)).*$
vars:
# Move this forward when master changes to a new skip-level-allowed
# target release. Right now, this is xena because master is zed.