Build releases on ubuntu-focal

The default nodeset in OpenDev is still ubuntu-bionic, which has
older setuptools and wheel packages lacking some newer features we'd
like to make use of. Explicitly call out ubuntu-bionic as our
required nodeset for building release artifacts so we use newer
versions of these tools.

Change-Id: I0995336bcb02160360a42919f3594ba9708dac31
This commit is contained in:
Jeremy Stanley 2021-02-05 19:23:54 +00:00
parent d06e9fd292
commit e49d015f24
1 changed files with 6 additions and 3 deletions

View File

@ -59,7 +59,8 @@
- bindep-ubuntu-xenial
- bindep-ubuntu-bionic
- bindep-ubuntu-focal
- build-python-release
- build-python-release:
nodeset: ubuntu-focal
- tox-pep8
- tox-py27
- tox-py35:
@ -75,7 +76,8 @@
- bindep-ubuntu-xenial
- bindep-ubuntu-bionic
- bindep-ubuntu-focal
- build-python-release
- build-python-release:
nodeset: ubuntu-focal
- tox-pep8
- tox-py27
- tox-py35:
@ -87,4 +89,5 @@
- opendev-promote-python
release:
jobs:
- opendev-release-python
- opendev-release-python:
nodeset: ubuntu-focal