31b6a6730a
Now that tox is pinned, this shouldn't be necessary. Change-Id: I7fac73eed0824c3e2af8014fc0cdecf55f95aa53
33 lines
792 B
YAML
33 lines
792 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:
|
|
nodeset: ubuntu-focal
|
|
- tox-py39:
|
|
nodeset: ubuntu-focal
|
|
- tox-py310:
|
|
nodeset: ubuntu-jammy
|
|
- tox-py311:
|
|
nodeset: ubuntu-jammy
|
|
gate:
|
|
jobs:
|
|
- zuul-tox-docs
|
|
- tox-py27
|
|
- tox-py38:
|
|
nodeset: ubuntu-focal
|
|
- tox-py39:
|
|
nodeset: ubuntu-focal
|
|
- tox-py310:
|
|
nodeset: ubuntu-jammy
|
|
- tox-py311:
|
|
nodeset: ubuntu-jammy
|
|
promote:
|
|
jobs:
|
|
- zuul-promote-docs
|