Merge "Add stable/zed jobs on master gate"
Zuul authored 3 years ago
Gerrit Code Review committed 3 years ago
| 21 | 21 | # branches. That is what we need to do for all tempest plugins. Only jobs |
| 22 | 22 | # for the current releasable ("Maintained") stable branches should be listed |
| 23 | 23 | # here. |
| 24 | - cinder-tempest-plugin-basic-zed | |
| 24 | 25 | - cinder-tempest-plugin-basic-yoga |
| 25 | 26 | - cinder-tempest-plugin-basic-xena |
| 26 | - cinder-tempest-plugin-basic-wallaby | |
| 27 | 27 | # Set this job to voting once we have some actual tests to run |
| 28 | 28 | - cinder-tempest-plugin-protection-functional: |
| 29 | 29 | voting: false |
| 35 | 35 | - cinder-tempest-plugin-cbak-ceph |
| 36 | 36 | experimental: |
| 37 | 37 | jobs: |
| 38 | - cinder-tempest-plugin-cbak-ceph-zed | |
| 38 | 39 | - cinder-tempest-plugin-cbak-ceph-yoga |
| 39 | 40 | - cinder-tempest-plugin-cbak-ceph-xena |
| 40 | - cinder-tempest-plugin-cbak-ceph-wallaby | |
| 41 | 41 | |
| 42 | 42 | - job: |
| 43 | 43 | name: cinder-tempest-plugin-protection-functional |
| 218 | 218 | c-bak: true |
| 219 | 219 | |
| 220 | 220 | - job: |
| 221 | name: cinder-tempest-plugin-cbak-ceph-zed | |
| 222 | parent: cinder-tempest-plugin-cbak-ceph | |
| 223 | nodeset: openstack-single-node-focal | |
| 224 | override-checkout: stable/zed | |
| 225 | ||
| 226 | - job: | |
| 221 | 227 | name: cinder-tempest-plugin-cbak-ceph-yoga |
| 222 | 228 | parent: cinder-tempest-plugin-cbak-ceph |
| 223 | 229 | nodeset: openstack-single-node-focal |
| 319 | 325 | - ^releasenotes/.*$ |
| 320 | 326 | |
| 321 | 327 | - job: |
| 328 | name: cinder-tempest-plugin-basic-zed | |
| 329 | parent: cinder-tempest-plugin-basic | |
| 330 | nodeset: openstack-single-node-focal | |
| 331 | override-checkout: stable/zed | |
| 332 | ||
| 333 | - job: | |
| 322 | 334 | name: cinder-tempest-plugin-basic-yoga |
| 323 | 335 | parent: cinder-tempest-plugin-basic |
| 324 | 336 | nodeset: openstack-single-node-focal |
| 329 | 341 | parent: cinder-tempest-plugin-basic |
| 330 | 342 | nodeset: openstack-single-node-focal |
| 331 | 343 | override-checkout: stable/xena |
| 332 | ||
| 333 | - job: | |
| 334 | name: cinder-tempest-plugin-basic-wallaby | |
| 335 | parent: cinder-tempest-plugin-basic | |
| 336 | nodeset: openstack-single-node-focal | |
| 337 | override-checkout: stable/wallaby | |