Adjust stable jobs per maintenance transitions
stable/yoga is the newest stable branch, and needs
a job testing this branch. stable/victoria is in EM
state and we don't support using manila-tempest-plugin's
master branch against EM branches. Tempest is pinned
as well for this EM branch.
Change-Id: I949f6fc960c93084efec7ab36cd9f98b636513e5
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
diff --git a/zuul.d/manila-tempest-stable-jobs.yaml b/zuul.d/manila-tempest-stable-jobs.yaml
index 3d2447e..37a237e 100644
--- a/zuul.d/manila-tempest-stable-jobs.yaml
+++ b/zuul.d/manila-tempest-stable-jobs.yaml
@@ -1,6 +1,16 @@
# Stable branch jobs to test the trunk version of manila-tempest-plugin against
# released stable branches of manila
- job:
+ name: manila-tempest-plugin-lvm-yoga
+ parent: manila-tempest-plugin-lvm
+ override-checkout: stable/yoga
+ nodeset: openstack-single-node-focal
+ vars:
+ # NOTE(gouthamr): Disabled until https://launchpad.net/bugs/1940324 is
+ # fixed.
+ tempest_exclude_regex: "(^manila_tempest_tests.tests.scenario.*IPv6.*)"
+
+- job:
name: manila-tempest-plugin-lvm-xena
parent: manila-tempest-plugin-lvm
override-checkout: stable/xena
@@ -17,11 +27,3 @@
nodeset: openstack-single-node-focal
vars:
tempest_exclude_regex: ''
-
-- job:
- name: manila-tempest-plugin-lvm-victoria
- parent: manila-tempest-plugin-lvm
- override-checkout: stable/victoria
- nodeset: openstack-single-node-focal
- vars:
- tempest_exclude_regex: ''
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 9946c58..34437aa 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -8,9 +8,9 @@
- manila-tempest-plugin-dummy-no-dhss
- manila-tempest-plugin-dummy-dhss
- manila-tempest-plugin-lvm
+ - manila-tempest-plugin-lvm-yoga
- manila-tempest-plugin-lvm-xena
- manila-tempest-plugin-lvm-wallaby
- - manila-tempest-plugin-lvm-victoria
- manila-tempest-plugin-zfsonlinux:
voting: false
- manila-tempest-plugin-cephfs-native: