summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2018-09-07 12:17:01 +0200
committerAndreas Jaeger <aj@suse.com>2018-09-08 15:38:12 +0200
commit7d4433eef5242983e6369ca32d5e3b6fee492e4f (patch)
tree39200748a026622fab6742f20277b1c296f0038a /.zuul.yaml
parent8a19d6fe4041f0effb6c896cc653a8b23aee3372 (diff)
downloadoslo-concurrency-7d4433eef5242983e6369ca32d5e3b6fee492e4f.tar.gz
Use templates for cover and lower-constraints
Use openstack-tox-cover template, this runs the cover job as non-voting in the check queue only. Use openstack-lower-constraints-jobs template Remove jobs that are part of the templates. Sort template list alphabetically. Fix cover tox.ini setting so that this works. Change-Id: I6e7d197b780e79f22ad936fe63da13ca48098764
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml21
1 files changed, 7 insertions, 14 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index a6f9c34..a97bdb4 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,20 +1,13 @@
- project:
- check:
- jobs:
- - openstack-tox-lower-constraints
- gate:
- jobs:
- - openstack-tox-lower-constraints
templates:
- - openstack-python-jobs
- - publish-openstack-docs-pti
- check-requirements
- - openstack-python35-jobs
- lib-forward-testing
- lib-forward-testing-python3
- - release-notes-jobs-python3
- - periodic-stable-jobs
+ - openstack-cover-jobs
+ - openstack-lower-constraints-jobs
+ - openstack-python-jobs
+ - openstack-python35-jobs
- openstack-python36-jobs
- post:
- jobs:
- - openstack-tox-cover
+ - periodic-stable-jobs
+ - publish-openstack-docs-pti
+ - release-notes-jobs-python3