Add stable/2024.2 job

stable/2024.2 was released, so should be tested now.

Also replace codenames by official release names.

Change-Id: Ib861e1a707109daecb2cdd189de40da24bb829cb
This commit is contained in:
Takashi Kajinami 2024-10-07 21:06:11 +09:00
parent 960f9f6e2c
commit b1f749a046
2 changed files with 20 additions and 6 deletions

View File

@ -69,7 +69,20 @@
vars: *manila_tempest_image_pinned_vars
- job:
name: manila-tempest-plugin-lvm-caracal
name: manila-tempest-plugin-lvm-2024.2
parent: manila-tempest-plugin-lvm-base
override-checkout: stable/2024.2
vars:
# TODO(gouthamr): some tests are disabled due to bugs
# IPv6 Tests: https://bugs.launchpad.net/manila/+bug/1998489
# drop these overrides once we address that bug.
tempest_exclude_regex: '(^manila_tempest_tests.tests.scenario.*IPv6.*)'
devstack_localrc:
MANILA_SETUP_IPV6: false
NEUTRON_CREATE_INITIAL_NETWORKS: true
- job:
name: manila-tempest-plugin-lvm-2024.1
parent: manila-tempest-plugin-lvm-base
override-checkout: stable/2024.1
vars:
@ -82,7 +95,7 @@
NEUTRON_CREATE_INITIAL_NETWORKS: true
- job:
name: manila-tempest-plugin-lvm-bobcat
name: manila-tempest-plugin-lvm-2023.2
parent: manila-tempest-plugin-lvm-base
override-checkout: stable/2023.2
vars:
@ -95,7 +108,7 @@
NEUTRON_CREATE_INITIAL_NETWORKS: true
- job:
name: manila-tempest-plugin-lvm-antelope
name: manila-tempest-plugin-lvm-2023.1
parent: manila-tempest-plugin-lvm-base
override-checkout: stable/2023.1
vars:

View File

@ -8,9 +8,10 @@
jobs:
- manila-tempest-plugin-dummy-no-dhss
- manila-tempest-plugin-dummy-dhss
- manila-tempest-plugin-lvm-caracal
- manila-tempest-plugin-lvm-bobcat
- manila-tempest-plugin-lvm-antelope
- manila-tempest-plugin-lvm-2024.2
- manila-tempest-plugin-lvm-2024.1
- manila-tempest-plugin-lvm-2023.2
- manila-tempest-plugin-lvm-2023.1
- manila-tempest-plugin-dummy-no-dhss-rbac
- manila-tempest-plugin-container:
voting: false