Move test-release-openstack job to Noble

As per the current cycle testing runtime, running
test-release-openstack on Noble from 2025.1 cycle
onwards, jammy from 2023.1->2024.2, and focal from
victoria->zed.

Change-Id: I6ae8b2e7619f85cfa5a2bdd3f0d006ac236ebeb8
This commit is contained in:
Ghanshyam Mann
2024-12-04 10:38:07 -08:00
parent 5d438b87e5
commit d737fdbbfd

View File

@@ -47,6 +47,44 @@
vars:
release_python: python3
- job:
name: test-release-openstack
nodeset: ubuntu-noble
parent: base
description: |
Test building python tarballs / wheels and the packaging metadata.
pre-run: playbooks/pti-python-tarball/pre.yaml
run: playbooks/pti-python-tarball/check.yaml
vars:
release_python: python3
files:
- setup.cfg
- setup.py
- README.rst
branches:
regex: ^*/(victoria|wallaby|xena|yoga|zed|2023.1|2023.2|2024.1|2024.2)$
negate: true
- job:
name: test-release-openstack
nodeset: ubuntu-jammy
parent: base
description: |
Test building python tarballs / wheels and the packaging metadata.
pre-run: playbooks/pti-python-tarball/pre.yaml
run: playbooks/pti-python-tarball/check.yaml
vars:
release_python: python3
files:
- setup.cfg
- setup.py
- README.rst
branches:
- ^.*/2023.1
- ^.*/2023.2
- ^.*/2024.1
- ^.*/2024.2
- job:
name: test-release-openstack
nodeset: ubuntu-focal
@@ -61,6 +99,12 @@
- setup.cfg
- setup.py
- README.rst
branches:
- ^.*/victoria
- ^.*/wallaby
- ^.*/xena
- ^.*/yoga
- ^.*/zed
- job:
name: publish-openstack-python-tarball