Merge "Add requirements-tox-py310-check-uc job"

This commit is contained in:
Zuul
2023-03-26 20:59:18 +00:00
committed by Gerrit Code Review
3 changed files with 17 additions and 0 deletions

View File

@@ -32,6 +32,16 @@
files: ^upper-constraints.*txt$
vars:
tox_envlist: py39-check-uc
- job:
name: requirements-tox-py310-check-uc
parent: openstack-tox-py310
description: |
Run test for requirements project.
Uses tox with the ``py310-check-uc`` environment.
files: ^upper-constraints.*txt$
vars:
tox_envlist: py310-check-uc
- job:
name: requirements-tox-validate-projects
parent: openstack-tox

View File

@@ -30,6 +30,7 @@
voting: false
- requirements-tox-py38-check-uc
- requirements-tox-py39-check-uc
- requirements-tox-py310-check-uc
- requirements-tox-validate-projects:
voting: false
- cross-aodh-py310
@@ -109,6 +110,7 @@
- requirements-tox-babel
- requirements-tox-py38-check-uc
- requirements-tox-py39-check-uc
- requirements-tox-py310-check-uc
- cross-cinder-py310
- cross-designate-py310
- cross-glance-py310

View File

@@ -30,6 +30,11 @@ basepython = python3.9
deps = -r{toxinidir}/upper-constraints.txt
commands = check-conflicts {toxinidir}/upper-constraints.txt {toxinidir}/upper-constraints-xfails.txt
[testenv:py310-check-uc]
basepython = python3.10
deps = -r{toxinidir}/upper-constraints.txt
commands = check-conflicts {toxinidir}/upper-constraints.txt {toxinidir}/upper-constraints-xfails.txt
[testenv:venv]
commands = {posargs}