Pin OVS_BRANCH to working commit

With [1] OVN main branch compilation fails, until
main branch is fixed to work with ovs master, let's
ping OVS_BRANCH to working commit.

[1] https://github.com/openvswitch/ovs/commit/b8bf410

Closes-Bug: #1999154
Change-Id: I3453aa86cab4997ea22d0f8cb5c107871e171f67
This commit is contained in:
yatinkarel 2022-12-08 20:51:51 +05:30
parent a730f8bf02
commit ca73925f42
2 changed files with 9 additions and 3 deletions

View File

@ -521,10 +521,14 @@
devstack_localrc:
OVN_BUILD_FROM_SOURCE: True
OVN_BRANCH: main
OVS_BRANCH: master
# TODO(ykarel) move to master once OVN main branch is fixed to
# work with https://github.com/openvswitch/ovs/commit/b8bf410
OVS_BRANCH: a77c7796f23a76190b61e2109a009df980253b0f
group-vars:
subnode:
devstack_localrc:
OVN_BUILD_FROM_SOURCE: True
OVN_BRANCH: main
OVS_BRANCH: master
# TODO(ykarel) move to master once OVN main branch is fixed to
# work with https://github.com/openvswitch/ovs/commit/b8bf410
OVS_BRANCH: a77c7796f23a76190b61e2109a009df980253b0f

View File

@ -611,7 +611,9 @@
devstack_localrc:
OVN_BUILD_FROM_SOURCE: True
OVN_BRANCH: main
OVS_BRANCH: master
# TODO(ykarel) move to master once OVN main branch is fixed to
# work with https://github.com/openvswitch/ovs/commit/b8bf410
OVS_BRANCH: a77c7796f23a76190b61e2109a009df980253b0f
- job:
name: neutron-ovn-tempest-ovs-release-with-oslo-master