Merge "Add requirements-tox-py311-check-uc job"
This commit is contained in:
commit
29f5dfe34e
@ -42,6 +42,21 @@
|
|||||||
files: ^upper-constraints.*txt$
|
files: ^upper-constraints.*txt$
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py310-check-uc
|
tox_envlist: py310-check-uc
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: requirements-tox-py311-check-uc
|
||||||
|
# TODO: use the openstack-tox-py311 job as the parent
|
||||||
|
# when it becomes available in openstack/openstack-zuul-jobs
|
||||||
|
parent: openstack-tox
|
||||||
|
description: |
|
||||||
|
Run test for requirements project.
|
||||||
|
|
||||||
|
Uses tox with the ``py311-check-uc`` environment.
|
||||||
|
files: ^upper-constraints.*txt$
|
||||||
|
vars:
|
||||||
|
python_version: '3.11'
|
||||||
|
tox_envlist: py311-check-uc
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: requirements-tox-validate-projects
|
name: requirements-tox-validate-projects
|
||||||
parent: openstack-tox
|
parent: openstack-tox
|
||||||
|
@ -31,6 +31,8 @@
|
|||||||
- requirements-tox-py38-check-uc
|
- requirements-tox-py38-check-uc
|
||||||
- requirements-tox-py39-check-uc
|
- requirements-tox-py39-check-uc
|
||||||
- requirements-tox-py310-check-uc
|
- requirements-tox-py310-check-uc
|
||||||
|
- requirements-tox-py311-check-uc:
|
||||||
|
voting: false
|
||||||
- requirements-tox-validate-projects:
|
- requirements-tox-validate-projects:
|
||||||
voting: false
|
voting: false
|
||||||
- cross-aodh-py310
|
- cross-aodh-py310
|
||||||
|
5
tox.ini
5
tox.ini
@ -35,6 +35,11 @@ basepython = python3.10
|
|||||||
deps = -r{toxinidir}/upper-constraints.txt
|
deps = -r{toxinidir}/upper-constraints.txt
|
||||||
commands = check-conflicts {toxinidir}/upper-constraints.txt {toxinidir}/upper-constraints-xfails.txt
|
commands = check-conflicts {toxinidir}/upper-constraints.txt {toxinidir}/upper-constraints-xfails.txt
|
||||||
|
|
||||||
|
[testenv:py311-check-uc]
|
||||||
|
basepython = python3.11
|
||||||
|
deps = -r{toxinidir}/upper-constraints.txt
|
||||||
|
commands = check-conflicts {toxinidir}/upper-constraints.txt {toxinidir}/upper-constraints-xfails.txt
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user