requirements/.zuul.d/jobs.yaml
Matthew Thode d0b389d840
update requirements and constraints for py3 only Victoria
generate-constraints -b blacklist.txt -p /usr/bin/python3.6 -p /usr/bin/python3.8 -r global-requirements.txt

Change-Id: I2d58d1b524764ea1d46d6ab3a382783f6a002b34
Signed-off-by: Matthew Thode <mthode@mthode.org>
2020-05-15 23:17:51 -05:00

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