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>
This commit is contained in:
parent
21874c703f
commit
24b5edd88c
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user