From 1c26b7a5d95f26e21a4c9401157cdc5947a9cf18 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 5 Jul 2023 09:52:23 +0200 Subject: [PATCH] Set wallaby branch for tripleo based CI job Tripleo is not going to be supported after stable/wallaby branch so we need to use that one in our CI job. Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/888763 Change-Id: Iaee5825a84820bde3d31859b40bfa339d93562a1 --- .zuul.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 018d806..48bf87d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,18 +1,20 @@ - job: name: whitebox-neutron-tempest-plugin-ovn-tripleo-ci-centos-9-containers-multinode parent: tripleo-ci-centos-9-containers-multinode - branches: ^master$ vars: nodes: 1ctlr + release: wallaby + branch_override: 'stable/wallaby' featureset: '010' featureset_override: tempest_run_concurrency: 2 tempest_tempest_conf_overrides: auth.use_dynamic_credentials: true + tempest_services: + - neutron + - whitebox_neutron tempest_test_whitelist: - 'whitebox_neutron_tempest_plugin.tests' - tempest_services: - - whitebox_neutron use_os_tempest: true irrelevant-files: - ^test-requirements.txt$