Cleanup .zuul.yaml

Small cleanups:

* Use openstack-lower-constraints-jobs template, remove individual
  jobs.
* Sort list of templates
* Remove voting false from experimental job, those are implicit
  non-voting.
* Remove all branches lines, those are not needed since there's
  an implicit branches for just this branch.

Change-Id: Ic871377a0f9e2b603fadcf7c9b98f0d571faf12a
This commit is contained in:
Andreas Jaeger 2018-09-29 19:22:09 +02:00
parent 694bd525d5
commit 7d5c008620
1 changed files with 3 additions and 8 deletions

View File

@ -1,27 +1,24 @@
- project:
templates:
- check-requirements
- publish-openstack-docs-pti
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- senlin-dsvm-tempest-py27-api
- senlin-dsvm-tempest-py35-api:
voting: false
branches: ^(?!stable/newton).*$
- senlin-dsvm-tempest-py27-functional
- senlin-dsvm-tempest-py35-functional:
voting: false
branches: ^(?!stable/newton).*$
- senlin-dsvm-tempest-py27-integration:
voting: false
- senlin-dsvm-tempest-py35-integration:
voting: false
branches: ^(?!stable/newton).*$
- openstack-tox-lower-constraints
- openstack-tox-cover:
voting: false
gate:
@ -29,11 +26,9 @@
jobs:
- senlin-dsvm-tempest-py27-api
- senlin-dsvm-tempest-py27-functional
- openstack-tox-lower-constraints
experimental:
jobs:
- rally-dsvm-senlin-senlin:
voting: false
- rally-dsvm-senlin-senlin
- job:
name: senlin-dsvm-tempest-py27-api