d0d3da82f5
We now are using focal nodes by default, so we no longer need to explicitly select those, instead we need bionic for py36+py37. Change-Id: I0f0f44e57a100420d8e6d2eaec7dbb5d77b654af
26 lines
528 B
YAML
26 lines
528 B
YAML
- project:
|
|
vars:
|
|
release_python: python3
|
|
templates:
|
|
- publish-opendev-tox-docs
|
|
check:
|
|
jobs: &jobs
|
|
- build-python-release
|
|
- tox-linters
|
|
- tox-py35:
|
|
nodeset: ubuntu-xenial
|
|
- tox-py36:
|
|
nodeset: ubuntu-bionic
|
|
- tox-py37:
|
|
nodeset: ubuntu-bionic
|
|
- tox-py38
|
|
- tox-py39
|
|
gate:
|
|
jobs: *jobs
|
|
promote:
|
|
jobs:
|
|
- opendev-promote-python
|
|
release:
|
|
jobs:
|
|
- opendev-release-python
|