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:
parent
b357f56600
commit
7b61a5bb6b
@ -19,7 +19,7 @@
|
|||||||
parent: devstack-tobiko
|
parent: devstack-tobiko
|
||||||
voting: true
|
voting: true
|
||||||
branches:
|
branches:
|
||||||
regex: ^(unmaintained|stable/(xena|yoga|zed)).*$
|
regex: ^(unmaintained|stable/(xena|yoga|zed|2023\.1)).*$
|
||||||
negate: true
|
negate: true
|
||||||
description: |
|
description: |
|
||||||
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
|
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
|
||||||
@ -41,7 +41,7 @@
|
|||||||
name: devstack-tobiko-neutron
|
name: devstack-tobiko-neutron
|
||||||
parent: devstack-tobiko
|
parent: devstack-tobiko
|
||||||
voting: true
|
voting: true
|
||||||
branches: ^(unmaintained|stable/(xena|yoga|zed)).*$
|
branches: ^(unmaintained|stable/(xena|yoga|zed|2023\.1)).*$
|
||||||
description: |
|
description: |
|
||||||
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
|
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
|
||||||
Variant applied to stable branches xena, yoga and zed.
|
Variant applied to stable branches xena, yoga and zed.
|
||||||
|
Loading…
Reference in New Issue
Block a user