Use Zuul template for lower-constraints
It's better to use templates so that we can change configuration globally. Use the lower-constraints template. Also, sort list of templates and indent items by two spaces as we do normally. Change-Id: I64197cd887e9af5e0c9a811bb7e75b1e87e96dedchanges/37/714137/1
parent
491a27b53c
commit
142dbe9aa5
|
@ -1,12 +1,11 @@
|
|||
- project:
|
||||
templates:
|
||||
- openstack-python3-ussuri-jobs
|
||||
- check-requirements
|
||||
- openstack-python3-ussuri-jobs
|
||||
- check-requirements
|
||||
- openstack-lower-constraints-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-linters
|
||||
- openstack-tox-lower-constraints
|
||||
- openstack-tox-linters
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-linters
|
||||
- openstack-tox-lower-constraints
|
||||
- openstack-tox-linters
|
||||
|
|
Loading…
Reference in New Issue