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: |
Ghanshyam Mann | 5019418 | 2022-05-31 15:56:03 -0500 | [diff] [blame] | 4 | name: manila-tempest-plugin-lvm-yoga |
| 5 | parent: manila-tempest-plugin-lvm |
| 6 | override-checkout: stable/yoga |
| 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.*)" |
silvacarloss | b31d6ef | 2022-06-15 16:16:21 -0300 | [diff] [blame^] | 12 | devstack_localrc: |
| 13 | MANILA_SERVICE_IMAGE_ENABLED: True |
| 14 | # NOTE(carloss): Pinning manila service image to a Focal version, |
| 15 | # since on Zed we moved to Ubuntu Jammy (22), and it requires more |
| 16 | # VM resources. |
| 17 | MANILA_SERVICE_IMAGE_URL: https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-1.3.0-76-ga216835.qcow2 |
| 18 | MANILA_SERVICE_IMAGE_NAME: manila-service-image-1.3.0-76-ga216835 |
Ghanshyam Mann | 5019418 | 2022-05-31 15:56:03 -0500 | [diff] [blame] | 19 | |
| 20 | - job: |
Goutham Pacha Ravi | b4c94c8 | 2021-12-09 11:46:40 -0800 | [diff] [blame] | 21 | name: manila-tempest-plugin-lvm-xena |
| 22 | parent: manila-tempest-plugin-lvm |
| 23 | override-checkout: stable/xena |
| 24 | nodeset: openstack-single-node-focal |
| 25 | vars: |
| 26 | # NOTE(gouthamr): Disabled until https://launchpad.net/bugs/1940324 is |
| 27 | # fixed. |
| 28 | tempest_exclude_regex: "(^manila_tempest_tests.tests.scenario.*IPv6.*)" |
silvacarloss | b31d6ef | 2022-06-15 16:16:21 -0300 | [diff] [blame^] | 29 | devstack_localrc: |
| 30 | # NOTE(carloss): Pinning manila service image to a Focal version, |
| 31 | # since on Zed we moved to Ubuntu Jammy (22), and it requires more |
| 32 | # VM resources. |
| 33 | MANILA_SERVICE_IMAGE_ENABLED: True |
| 34 | MANILA_SERVICE_IMAGE_URL: https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-1.3.0-76-ga216835.qcow2 |
| 35 | MANILA_SERVICE_IMAGE_NAME: manila-service-image-1.3.0-76-ga216835 |
Goutham Pacha Ravi | b4c94c8 | 2021-12-09 11:46:40 -0800 | [diff] [blame] | 36 | |
| 37 | - job: |
Ghanshyam Mann | cf95d40 | 2021-04-29 18:24:19 -0500 | [diff] [blame] | 38 | name: manila-tempest-plugin-lvm-wallaby |
| 39 | parent: manila-tempest-plugin-lvm |
| 40 | override-checkout: stable/wallaby |
| 41 | nodeset: openstack-single-node-focal |
Goutham Pacha Ravi | 8ccbbeb | 2021-08-19 17:01:21 -0700 | [diff] [blame] | 42 | vars: |
| 43 | tempest_exclude_regex: '' |
silvacarloss | b31d6ef | 2022-06-15 16:16:21 -0300 | [diff] [blame^] | 44 | devstack_localrc: |
| 45 | # NOTE(carloss): Pinning manila service image to a Focal version, |
| 46 | # since on Zed we moved to Ubuntu Jammy (22), and it requires more |
| 47 | # VM resources. |
| 48 | MANILA_SERVICE_IMAGE_ENABLED: True |
| 49 | MANILA_SERVICE_IMAGE_URL: https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-1.3.0-76-ga216835.qcow2 |
| 50 | MANILA_SERVICE_IMAGE_NAME: manila-service-image-1.3.0-76-ga216835 |