Skip Stateless SG tests also in the stable/2023.1 branch

Previously with patch [1] we enabled stateless sg tests in tobiko as
this works fine in jobs which are using Ubuntu 22.04 or newer. But
Neutron's stable/2023.1 job still runs on Ubuntu 20.04 so those tests
should be skipped in that branch.

[1] https://review.opendev.org/c/x/devstack-plugin-tobiko/+/912588

Close-bug: #2060029

Change-Id: I8b6785cda7efc60a86a9365ef29b0ec0d6515025
This commit is contained in:
Slawek Kaplonski 2024-04-02 14:58:21 +02:00
parent b357f56600
commit 7b61a5bb6b

View File

@ -19,7 +19,7 @@
parent: devstack-tobiko
voting: true
branches:
regex: ^(unmaintained|stable/(xena|yoga|zed)).*$
regex: ^(unmaintained|stable/(xena|yoga|zed|2023\.1)).*$
negate: true
description: |
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
@ -41,7 +41,7 @@
name: devstack-tobiko-neutron
parent: devstack-tobiko
voting: true
branches: ^(unmaintained|stable/(xena|yoga|zed)).*$
branches: ^(unmaintained|stable/(xena|yoga|zed|2023\.1)).*$
description: |
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
Variant applied to stable branches xena, yoga and zed.