Add check-requirements project-template

There's no real need to define this in openstack-zuul-jobs when we can
define it here with the job definitions.

Change-Id: Ic373d1a36a46d1005de1665fe4d04cd197f95e96
This commit is contained in:
Monty Taylor 2017-10-05 12:25:33 -05:00
parent f4e2bb41c4
commit 20b535fb56
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -1,3 +1,20 @@
- project-template:
name: check-requirements
check:
jobs:
- requirements-check:
files:
- ^tools/.*-requires$
- ^.*requirements.txt$
- ^.*requirements-py[2,3].txt$
gate:
jobs:
- requirements-check:
files:
- ^tools/.*-requires$
- ^.*requirements.txt$
- ^.*requirements-py[2,3].txt$
- job:
name: requirements-check
parent: unittests