Merge "Ensure correct functional jobs for unmaint branch"

This commit is contained in:
Zuul 2024-07-01 15:19:24 +00:00 committed by Gerrit Code Review
commit 604081ad00

View File

@ -277,7 +277,7 @@
Uses tox with the ``py310`` environment. Uses tox with the ``py310`` environment.
irrelevant-files: *common-irrelevant-files irrelevant-files: *common-irrelevant-files
branches: branches:
regex: ^stable/(yoga|zed)$ regex: ^.*/(yoga|zed)$
negate: true negate: true
vars: vars:
tox_envlist: py310 tox_envlist: py310
@ -422,7 +422,7 @@
Uses tox with the ``cover`` environment. Uses tox with the ``cover`` environment.
nodeset: ubuntu-jammy nodeset: ubuntu-jammy
branches: branches:
regex: ^stable/(victoria|wallaby|xena|yoga|zed)$ regex: ^.*/(victoria|wallaby|xena|yoga|zed)$
negate: true negate: true
required-projects: required-projects:
- name: openstack/requirements - name: openstack/requirements
@ -488,7 +488,7 @@
irrelevant-files: *common-irrelevant-files irrelevant-files: *common-irrelevant-files
nodeset: ubuntu-jammy nodeset: ubuntu-jammy
branches: branches:
regex: ^stable/(victoria|wallaby|xena|yoga|zed)$ regex: ^.*/(victoria|wallaby|xena|yoga|zed)$
negate: true negate: true
vars: vars:
tox_envlist: functional tox_envlist: functional
@ -505,11 +505,7 @@
irrelevant-files: *common-irrelevant-files irrelevant-files: *common-irrelevant-files
nodeset: ubuntu-focal nodeset: ubuntu-focal
branches: branches:
- stable/victoria regex: ^.*/(victoria|wallaby|xena|yoga|zed)$
- stable/wallaby
- stable/xena
- stable/yoga
- stable/zed
vars: vars:
tox_envlist: functional tox_envlist: functional
@ -524,7 +520,7 @@
irrelevant-files: *common-irrelevant-files irrelevant-files: *common-irrelevant-files
nodeset: ubuntu-jammy nodeset: ubuntu-jammy
branches: branches:
regex: ^stable/(victoria|wallaby|xena|yoga|zed)$ regex: ^.*/(victoria|wallaby|xena|yoga|zed)$
negate: true negate: true
vars: vars:
tox_envlist: functional tox_envlist: functional
@ -542,11 +538,7 @@
irrelevant-files: *common-irrelevant-files irrelevant-files: *common-irrelevant-files
nodeset: ubuntu-focal nodeset: ubuntu-focal
branches: branches:
- stable/victoria regex: ^.*/(victoria|wallaby|xena|yoga|zed)$
- stable/wallaby
- stable/xena
- stable/yoga
- stable/zed
vars: vars:
tox_envlist: functional tox_envlist: functional