devstack-plugin-tobiko/zuul.d/devstack-tobiko-neutron.yaml
Slawek Kaplonski 7b61a5bb6b 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
2024-04-02 14:51:45 +00:00

63 lines
1.7 KiB
YAML

---
- project-template:
name: devstack-tobiko-neutron
description: |
DevStack jobs intended to gate Neutron project changes
check: &CHECK
jobs:
- devstack-tobiko-neutron
- devstack-tobiko-ovs-neutron
gate: *CHECK
periodic: *CHECK
# --- DEFAULT ----------------------------------------------------------------
- job:
name: devstack-tobiko-neutron
parent: devstack-tobiko
voting: true
branches:
regex: ^(unmaintained|stable/(xena|yoga|zed|2023\.1)).*$
negate: true
description: |
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
vars: &FAULTS_VARS
test_workflow: faults-neutron
irrelevant-files: &FAULTS_IRRELEVANT_FILES
- ^.*\.rst$
- ^doc/
- ^infrared_plugin/
- ^playbooks/vagrant
- ^releasenotes/
- ^report/
- ^tobiko/tests/functional/
- ^tobiko/tests/sanity/
- ^tobiko/tests/unit/
- ^Vagrantfile
- job:
name: devstack-tobiko-neutron
parent: devstack-tobiko
voting: true
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.
vars:
<<: *FAULTS_VARS
pytest_addopts_global: "--skipregex=StatelessSecurityGroup"
irrelevant-files: *FAULTS_IRRELEVANT_FILES
# --- OVS jobs----------------------------------------------------------------
- job:
name: devstack-tobiko-ovs-neutron
parent: devstack-tobiko-ovs
voting: true
description: |
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
vars: *FAULTS_VARS
irrelevant-files: *FAULTS_IRRELEVANT_FILES