diff options
author | Zuul <zuul@review.openstack.org> | 2018-09-10 21:46:26 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-09-10 21:46:26 +0000 |
commit | 5e9fa2af0e733ac231bcc5b16e4632d56e617fe2 (patch) | |
tree | 375edb51dd4092c3c1760d69cb503b67d5a1b80f | |
parent | 3eff49a9b6a39398637101dd3604dee4fd193a94 (diff) | |
parent | 361867d3ec50b1acda324a55fb7ea441c55d9ded (diff) |
Merge "Use templates for cover and lower-constraints"
-rw-r--r-- | .zuul.yaml | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -1,5 +1,7 @@ | |||
1 | - project: | 1 | - project: |
2 | templates: | 2 | templates: |
3 | - openstack-cover-jobs | ||
4 | - openstack-lower-constraints-jobs | ||
3 | - openstack-python-jobs | 5 | - openstack-python-jobs |
4 | - openstack-python35-jobs | 6 | - openstack-python35-jobs |
5 | - openstack-python36-jobs | 7 | - openstack-python36-jobs |
@@ -8,12 +10,3 @@ | |||
8 | - lib-forward-testing | 10 | - lib-forward-testing |
9 | - lib-forward-testing-python3 | 11 | - lib-forward-testing-python3 |
10 | - release-notes-jobs-python3 | 12 | - release-notes-jobs-python3 |
11 | check: | ||
12 | jobs: | ||
13 | - openstack-tox-lower-constraints | ||
14 | gate: | ||
15 | jobs: | ||
16 | - openstack-tox-lower-constraints | ||
17 | post: | ||
18 | jobs: | ||
19 | - openstack-tox-cover | ||