requirements/.zuul.d/jobs.yaml
Andreas Jaeger 06c2beedce Convert legacy tox requirements jobs
Move legacy tox jobs specific to requirements repo here and convert them
to zuul v3 native jobs.

Needed-By: If2877e49b99f71abd2ca6ae0d1840ee14ae4600d
Change-Id: I3e8542dd20b918d07e351498be412061d8a398a2
2017-11-04 17:30:13 +01:00

46 lines
1.1 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-py27-check-uc
parent: openstack-tox
description: |
Run test for requirements project.
Uses tox with the ``py27-check-uc`` environment.
files: ^upper-constraints.*txt$
vars:
tox_envlist: py27-check-uc
- job:
name: requirements-tox-py35-check-uc
parent: openstack-tox
description: |
Run test for requirements project.
Uses tox with the ``py35-check-uc`` environment.
files: ^upper-constraints.*txt$
vars:
tox_envlist: py35-check-uc
- job:
name: requirements-tox-validate-projects
parent: openstack-tox
description: |
Run test for requirements project.
Uses tox with the ``validate-projects`` environment.
vars:
tox_envlist: validate-projects