From eeb421be7e9f86c9af894ae468e99eec39e69722 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Thu, 5 Dec 2024 05:13:03 +0000 Subject: [PATCH] Revert "Move test-release-openstack job to Noble" This reverts commit d737fdbbfd5234503a8c9f48a518bc07c8b67208. Reason for revert: Needs a fix to use venv instead of "pip --user" install Change-Id: Ib4a5e5d2089a4c7c7a3517f5b05f0358309c8875 --- zuul.d/jobs.yaml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index ec0d0dcb78..58a36c802e 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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