e52559f527
We switch from Fedora 35 to Ubuntu Jammy for this testing because Ubuntu Jammy is an LTS release that will be supported for 5 years, but Fedora 35's total supported time period is about 13 months some of which is now gone. Depends-On: https://review.opendev.org/c/opendev/base-jobs/+/840355 Change-Id: I3025679a4747155a91e88a65dcb4f946a329fba1
27 lines
612 B
YAML
27 lines
612 B
YAML
# Note, this file is only part of the project definition; there is a project
|
|
# definition in each file in this directory as well which is combined with
|
|
# this.
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- zuul-tox-docs
|
|
- tox-py27
|
|
- tox-py38
|
|
- tox-py39:
|
|
nodeset: ubuntu-focal
|
|
- tox-py310:
|
|
nodeset: ubuntu-jammy
|
|
gate:
|
|
jobs:
|
|
- zuul-tox-docs
|
|
- tox-py27
|
|
- tox-py38
|
|
- tox-py39:
|
|
nodeset: ubuntu-focal
|
|
- tox-py310:
|
|
nodeset: ubuntu-jammy
|
|
promote:
|
|
jobs:
|
|
- zuul-promote-docs
|