82 lines
2.0 KiB
YAML
82 lines
2.0 KiB
YAML
- job:
|
|
name: requirements-tox-babel
|
|
parent: openstack-tox
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``babel`` environment.
|
|
files:
|
|
- ^babel-test/.*
|
|
- ^tox.ini
|
|
- ^upper-constraints.txt
|
|
vars:
|
|
tox_envlist: babel
|
|
|
|
- job:
|
|
name: requirements-tox-py38-check-uc
|
|
parent: openstack-tox-py38
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``py38-check-uc`` environment.
|
|
files: ^upper-constraints.*txt$
|
|
vars:
|
|
tox_envlist: py38-check-uc
|
|
- job:
|
|
name: requirements-tox-py39-check-uc
|
|
parent: openstack-tox-py39
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``py39-check-uc`` environment.
|
|
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-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:
|
|
name: requirements-tox-validate-projects
|
|
parent: openstack-tox
|
|
files:
|
|
- ^projects.txt
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``validate-projects`` environment.
|
|
vars:
|
|
tox_envlist: validate-projects
|
|
|
|
- job:
|
|
name: requirements-tox-bindep
|
|
parent: openstack-tox
|
|
description: |
|
|
Run test for requirements project.
|
|
|
|
Uses tox with the ``bindep`` environment.
|
|
files: ^bindep.txt$
|
|
vars:
|
|
tox_envlist: bindep
|