diff options
| author | Andreas Jaeger <aj@suse.com> | 2018-09-07 15:12:09 +0200 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.com> | 2018-09-07 17:05:08 +0200 |
| commit | 62302ad98a9893470d6f3999dd30473b798e6aab (patch) | |
| tree | 31d7e8a67d1412fc1704ed925ee830ef455b72aa | |
| parent | 0461b7ce0c23f7aebb60ee362d1d89cfa38abe4b (diff) | |
| download | python-openstackclient-62302ad98a9893470d6f3999dd30473b798e6aab.tar.gz | |
Use templates for cover and lower-constraints
Use openstack-tox-cover template, this runs the cover job
in the check queue only.
Use openstack-lower-constraints-jobs template
Remove jobs that are part of the templates.
Change-Id: Id210b2f15dcba9dcf9ad75e0436995e7d5c1b62b
| -rw-r--r-- | .zuul.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -192,6 +192,8 @@ templates: - openstackclient-plugin-jobs - osc-tox-unit-tips + - openstack-cover-jobs + - openstack-lower-constraints-jobs - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs @@ -213,11 +215,6 @@ # The functional-tips job only tests the latest and shouldn't be run # on the stable branches branches: ^(?!stable) - - openstack-tox-lower-constraints gate: jobs: - osc-functional-devstack - - openstack-tox-lower-constraints - post: - jobs: - - openstack-tox-cover |
