Ensure correct functional jobs for unmaint branch

Before this change, functional tests may have been unable to pass on
unmaintained branches due to running in an incorrect ubuntu version.
This appears to be impacting, at a minimum, ironic-python-agent's xena
branch.

Change-Id: Ia29d9b2e807edfa9d94295077b8c541af8d67728
This commit is contained in:
Jay Faulkner 2024-05-23 11:47:47 -07:00
parent 4581f5ddd6
commit a80f7b42e4

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