requirements/.zuul.d/jobs.yaml
Dr. Jens Harbott adbd46a2c0 Update requirements-tox-py311-check-uc definition
We can now use openstack-tox-py311 as parent.

Change-Id: I0b82ec1b0b9d2395caae50048f01839fbce0ad4d
2023-09-23 13:49:57 +02:00

78 lines
1.9 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
parent: openstack-tox-py311
description: |
Run test for requirements project.
Uses tox with the ``py311-check-uc`` environment.
files: ^upper-constraints.*txt$
vars:
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