Fix wallaby/victoria neutron-tempest-plugin-ovn job
This could be fixed by merging
https://review.opendev.org/c/openstack/devstack/+/887184 and
https://review.opendev.org/c/openstack/devstack/+/887185 but, talking
to devstack maintainers upstream this patch does introduce a regression:
<frickler> the problem with that patch is that it introduces a regression
because GIT_DEPTH no longer works and until we have a fix for that,
I'm hesitating to do more backports of it
So, I think we could workaround this by using the name of the branches
with those commits included instead of the commit hash, that would work
with the git clone function from devstack.
Change-Id: I18c81ae4a9b5a50e2db25302ab99883248b473a1
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
diff --git a/zuul.d/victoria_jobs.yaml b/zuul.d/victoria_jobs.yaml
index cfca0ea..ba4ae67 100644
--- a/zuul.d/victoria_jobs.yaml
+++ b/zuul.d/victoria_jobs.yaml
@@ -238,6 +238,11 @@
ADVANCED_INSTANCE_TYPE: ds512M
ADVANCED_INSTANCE_USER: ubuntu
CUSTOMIZE_IMAGE: false
+ # TODO(lucasagomes): Remove the OVN_BRANCH and OVS_BRANCH config
+ # once https://review.opendev.org/c/openstack/devstack/+/887185
+ # is merged
+ OVN_BRANCH: "branch-22.03"
+ OVS_BRANCH: "branch-3.0"
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
diff --git a/zuul.d/wallaby_jobs.yaml b/zuul.d/wallaby_jobs.yaml
index 9fce55b..38a98a9 100644
--- a/zuul.d/wallaby_jobs.yaml
+++ b/zuul.d/wallaby_jobs.yaml
@@ -175,6 +175,11 @@
network_api_extensions: *api_extensions
devstack_localrc:
NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
+ # TODO(lucasagomes): Remove the OVN_BRANCH and OVS_BRANCH config
+ # once https://review.opendev.org/c/openstack/devstack/+/887184
+ # is merged
+ OVN_BRANCH: "branch-22.03"
+ OVS_BRANCH: "branch-3.0"
devstack_local_conf:
test-config:
$TEMPEST_CONFIG: