diff options
author | Zuul <zuul@review.openstack.org> | 2018-09-14 05:27:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-09-14 05:27:15 +0000 |
commit | 105e86f21af87a1cbdd670c24e828ee3d1d88d2f (patch) | |
tree | e42de054eaf76ad75466cb8300c723f1a25ee960 | |
parent | 39c79a27afd5892b6cf79d4570d054126563ae39 (diff) | |
parent | 7c192b6d2573ad0ef32c5d66eb55c5ce4396e2e5 (diff) |
Merge "Update Zuul configuration"
-rw-r--r-- | .zuul.yaml | 44 |
1 files changed, 3 insertions, 41 deletions
@@ -1,5 +1,6 @@ | |||
1 | - project: | 1 | - project: |
2 | templates: | 2 | templates: |
3 | - openstack-lower-constraints-jobs | ||
3 | - openstack-python-jobs | 4 | - openstack-python-jobs |
4 | - openstack-python35-jobs | 5 | - openstack-python35-jobs |
5 | - openstack-python36-jobs | 6 | - openstack-python36-jobs |
@@ -17,7 +18,6 @@ | |||
17 | voting: false | 18 | voting: false |
18 | - nova-multiattach | 19 | - nova-multiattach |
19 | - openstack-tox-functional-py35: | 20 | - openstack-tox-functional-py35: |
20 | branches: ^(?!driverfixes/).*$ | ||
21 | irrelevant-files: | 21 | irrelevant-files: |
22 | - ^.*\.rst$ | 22 | - ^.*\.rst$ |
23 | - ^api-ref/.*$ | 23 | - ^api-ref/.*$ |
@@ -27,9 +27,7 @@ | |||
27 | - ^contrib/block-box.*$ | 27 | - ^contrib/block-box.*$ |
28 | - ^doc/.*$ | 28 | - ^doc/.*$ |
29 | - ^releasenotes/.*$ | 29 | - ^releasenotes/.*$ |
30 | - openstack-tox-lower-constraints | 30 | - openstack-tox-functional-py36 |
31 | - cinder-tox-functional-py36 | ||
32 | - cinder-tox-py36 | ||
33 | - cinder-rally-task: | 31 | - cinder-rally-task: |
34 | voting: false | 32 | voting: false |
35 | - openstack-tox-pylint: | 33 | - openstack-tox-pylint: |
@@ -154,7 +152,6 @@ | |||
154 | - cinder-tox-compliance | 152 | - cinder-tox-compliance |
155 | - nova-multiattach | 153 | - nova-multiattach |
156 | - openstack-tox-functional-py35: | 154 | - openstack-tox-functional-py35: |
157 | branches: ^(?!driverfixes/).*$ | ||
158 | irrelevant-files: | 155 | irrelevant-files: |
159 | - ^.*\.rst$ | 156 | - ^.*\.rst$ |
160 | - ^api-ref/.*$ | 157 | - ^api-ref/.*$ |
@@ -164,8 +161,6 @@ | |||
164 | - ^contrib/block-box.*$ | 161 | - ^contrib/block-box.*$ |
165 | - ^doc/.*$ | 162 | - ^doc/.*$ |
166 | - ^releasenotes/.*$ | 163 | - ^releasenotes/.*$ |
167 | |||
168 | - openstack-tox-lower-constraints | ||
169 | - legacy-grenade-dsvm-cinder-mn-sub-volbak: | 164 | - legacy-grenade-dsvm-cinder-mn-sub-volbak: |
170 | irrelevant-files: | 165 | irrelevant-files: |
171 | - ^(test-|)requirements.txt$ | 166 | - ^(test-|)requirements.txt$ |
@@ -346,6 +341,7 @@ | |||
346 | post: | 341 | post: |
347 | jobs: | 342 | jobs: |
348 | - publish-loci-cinder | 343 | - publish-loci-cinder |
344 | |||
349 | - job: | 345 | - job: |
350 | # Previously named legacy-tempest-dsvm-full-lio | 346 | # Previously named legacy-tempest-dsvm-full-lio |
351 | name: cinder-tempest-dsvm-lvm-lio-barbican | 347 | name: cinder-tempest-dsvm-lvm-lio-barbican |
@@ -408,40 +404,6 @@ | |||
408 | - ^releasenotes/.*$ | 404 | - ^releasenotes/.*$ |
409 | - ^setup.cfg$ | 405 | - ^setup.cfg$ |
410 | - ^tools/.*$ | 406 | - ^tools/.*$ |
411 | - job: | ||
412 | # Testing running on bionic | ||
413 | name: cinder-tox-functional-py36 | ||
414 | parent: openstack-tox | ||
415 | nodeset: ubuntu-bionic | ||
416 | vars: | ||
417 | tox_envlist: functional-py36 | ||
418 | irrelevant-files: | ||
419 | - ^.*\.rst$ | ||
420 | - ^api-ref/.*$ | ||
421 | - ^cinder/hacking/.*$ | ||
422 | - ^cinder/locale/.*$ | ||
423 | - ^cinder/tests/unit.*$ | ||
424 | - ^contrib/block-box.*$ | ||
425 | - ^doc/.*$ | ||
426 | - ^releasenotes/.*$ | ||
427 | - ^tools/.*$ | ||
428 | - job: | ||
429 | # Testing running on bionic | ||
430 | name: cinder-tox-py36 | ||
431 | parent: openstack-tox | ||
432 | nodeset: ubuntu-bionic | ||
433 | vars: | ||
434 | tox_envlist: py36 | ||
435 | irrelevant-files: | ||
436 | - ^.*\.rst$ | ||
437 | - ^api-ref/.*$ | ||
438 | - ^cinder/hacking/.*$ | ||
439 | - ^cinder/locale/.*$ | ||
440 | - ^cinder/tests/functional.*$ | ||
441 | - ^contrib/block-box.*$ | ||
442 | - ^doc/.*$ | ||
443 | - ^releasenotes/.*$ | ||
444 | - ^tools/.*$ | ||
445 | 407 | ||
446 | - job: | 408 | - job: |
447 | name: cinder-rally-task | 409 | name: cinder-rally-task |