diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a80073..b73313a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint files: \.(yaml|yml)$ diff --git a/zuul.d/devstack-tobiko-neutron.yaml b/zuul.d/devstack-tobiko-neutron.yaml index ba74110..40f55c8 100644 --- a/zuul.d/devstack-tobiko-neutron.yaml +++ b/zuul.d/devstack-tobiko-neutron.yaml @@ -19,7 +19,7 @@ parent: devstack-tobiko voting: true branches: - regex: ^(unmaintained|stable/(xena|yoga|zed|2023\.1)).*$ + regex: ^(unmaintained|stable).*$ negate: true description: | Base Tobiko devstack job to execute scenario+faults+scenario test cases. @@ -41,13 +41,32 @@ name: devstack-tobiko-neutron parent: devstack-tobiko voting: true - branches: ^(unmaintained|stable/(xena|yoga|zed|2023\.1)).*$ + branches: ^(unmaintained|stable)/(2024|2025\.1).*$ description: | Base Tobiko devstack job to execute scenario+faults+scenario test cases. - Variant applied to stable branches xena, yoga and zed. + Variant applied (at this moment) to stable branches 2024.1, 2024.2 and + 2025.1. + vars: + <<: *FAULTS_VARS + test_conf: + topology: + devstack_neutron_service: 'q-svc' + irrelevant-files: *FAULTS_IRRELEVANT_FILES + +- job: + name: devstack-tobiko-neutron + parent: devstack-tobiko + voting: true + branches: ^(unmaintained).*$ + description: | + Base Tobiko devstack job to execute scenario+faults+scenario test cases. + Variant applied to unmantained branches xena, yoga and zed. vars: <<: *FAULTS_VARS pytest_addopts_global: "--skipregex=StatelessSecurityGroup" + test_conf: + topology: + devstack_neutron_service: 'q-svc' irrelevant-files: *FAULTS_IRRELEVANT_FILES # --- OVS jobs----------------------------------------------------------------