Ghanshyam Mann | cf95d40 | 2021-04-29 18:24:19 -0500 | [diff] [blame] | 1 | # Stable branch jobs to test the trunk version of manila-tempest-plugin against |
| 2 | # released stable branches of manila |
| 3 | - job: |
Goutham Pacha Ravi | b4c94c8 | 2021-12-09 11:46:40 -0800 | [diff] [blame] | 4 | name: manila-tempest-plugin-lvm-xena |
| 5 | parent: manila-tempest-plugin-lvm |
| 6 | override-checkout: stable/xena |
| 7 | nodeset: openstack-single-node-focal |
| 8 | vars: |
| 9 | # NOTE(gouthamr): Disabled until https://launchpad.net/bugs/1940324 is |
| 10 | # fixed. |
| 11 | tempest_exclude_regex: "(^manila_tempest_tests.tests.scenario.*IPv6.*)" |
| 12 | |
| 13 | - job: |
Ghanshyam Mann | cf95d40 | 2021-04-29 18:24:19 -0500 | [diff] [blame] | 14 | name: manila-tempest-plugin-lvm-wallaby |
| 15 | parent: manila-tempest-plugin-lvm |
| 16 | override-checkout: stable/wallaby |
| 17 | nodeset: openstack-single-node-focal |
Goutham Pacha Ravi | 8ccbbeb | 2021-08-19 17:01:21 -0700 | [diff] [blame] | 18 | vars: |
| 19 | tempest_exclude_regex: '' |
Ghanshyam Mann | cf95d40 | 2021-04-29 18:24:19 -0500 | [diff] [blame] | 20 | |
| 21 | - job: |
| 22 | name: manila-tempest-plugin-lvm-victoria |
| 23 | parent: manila-tempest-plugin-lvm |
| 24 | override-checkout: stable/victoria |
| 25 | nodeset: openstack-single-node-focal |
Goutham Pacha Ravi | 8ccbbeb | 2021-08-19 17:01:21 -0700 | [diff] [blame] | 26 | vars: |
| 27 | tempest_exclude_regex: '' |