Merge "Add tox-py310 job"
This commit is contained in:
commit
70c30231cd
@ -8,6 +8,7 @@ Python Jobs
|
|||||||
.. zuul:autojob:: tox-py37
|
.. zuul:autojob:: tox-py37
|
||||||
.. zuul:autojob:: tox-py38
|
.. zuul:autojob:: tox-py38
|
||||||
.. zuul:autojob:: tox-py39
|
.. zuul:autojob:: tox-py39
|
||||||
|
.. zuul:autojob:: tox-py310
|
||||||
.. zuul:autojob:: tox-docs
|
.. zuul:autojob:: tox-docs
|
||||||
.. zuul:autojob:: tox-linters
|
.. zuul:autojob:: tox-linters
|
||||||
.. zuul:autojob:: tox-molecule
|
.. zuul:autojob:: tox-molecule
|
||||||
|
@ -10,6 +10,11 @@
|
|||||||
- tox-py38
|
- tox-py38
|
||||||
- tox-py39:
|
- tox-py39:
|
||||||
nodeset: ubuntu-focal
|
nodeset: ubuntu-focal
|
||||||
|
- tox-py310:
|
||||||
|
nodeset:
|
||||||
|
nodes:
|
||||||
|
- name: fedora-35
|
||||||
|
label: fedora-35
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- zuul-tox-docs
|
- zuul-tox-docs
|
||||||
@ -17,6 +22,11 @@
|
|||||||
- tox-py38
|
- tox-py38
|
||||||
- tox-py39:
|
- tox-py39:
|
||||||
nodeset: ubuntu-focal
|
nodeset: ubuntu-focal
|
||||||
|
- tox-py310:
|
||||||
|
nodeset:
|
||||||
|
nodes:
|
||||||
|
- name: fedora-35
|
||||||
|
label: fedora-35
|
||||||
promote:
|
promote:
|
||||||
jobs:
|
jobs:
|
||||||
- zuul-promote-docs
|
- zuul-promote-docs
|
||||||
|
@ -181,6 +181,17 @@
|
|||||||
tox_envlist: py39
|
tox_envlist: py39
|
||||||
python_version: 3.9
|
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:
|
- job:
|
||||||
name: tox-docs
|
name: tox-docs
|
||||||
# This is not parented to tox since we do not need
|
# This is not parented to tox since we do not need
|
||||||
|
Loading…
Reference in New Issue
Block a user