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