Merge "Add tox-py310 job"

This commit is contained in:
Zuul 2022-04-04 13:51:04 +00:00 committed by Gerrit Code Review
commit 70c30231cd
3 changed files with 22 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Python Jobs
.. zuul:autojob:: tox-py37
.. zuul:autojob:: tox-py38
.. zuul:autojob:: tox-py39
.. zuul:autojob:: tox-py310
.. zuul:autojob:: tox-docs
.. zuul:autojob:: tox-linters
.. zuul:autojob:: tox-molecule

View File

@ -10,6 +10,11 @@
- tox-py38
- tox-py39:
nodeset: ubuntu-focal
- tox-py310:
nodeset:
nodes:
- name: fedora-35
label: fedora-35
gate:
jobs:
- zuul-tox-docs
@ -17,6 +22,11 @@
- tox-py38
- tox-py39:
nodeset: ubuntu-focal
- tox-py310:
nodeset:
nodes:
- name: fedora-35
label: fedora-35
promote:
jobs:
- zuul-promote-docs

View File

@ -181,6 +181,17 @@
tox_envlist: py39
python_version: 3.9
- job:
name: tox-py310
parent: tox
description: |
Run unit tests for a Python project under cPython version 3.10.
Uses tox with the ``py310`` environment.
vars:
tox_envlist: py310
python_version: "3.10"
- job:
name: tox-docs
# This is not parented to tox since we do not need