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:
parent
a730f8bf02
commit
ca73925f42
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user