Revert "Move test-release-openstack job to Noble"

This reverts commit d737fdbbfd.

Reason for revert: Needs a fix to use venv instead of "pip --user" install

Change-Id: Ib4a5e5d2089a4c7c7a3517f5b05f0358309c8875
This commit is contained in:
Dr. Jens Harbott 2024-12-05 05:13:03 +00:00 committed by Gerrit Code Review
parent d737fdbbfd
commit eeb421be7e

View File

@ -47,44 +47,6 @@
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
@ -99,12 +61,6 @@
- setup.cfg
- setup.py
- README.rst
branches:
- ^.*/victoria
- ^.*/wallaby
- ^.*/xena
- ^.*/yoga
- ^.*/zed
- job:
name: publish-openstack-python-tarball