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 pin OVS_BRANCH to working commit. [1] https://github.com/openvswitch/ovs/commit/07cf5810de Related-Bug: #2015728 Change-Id: Icdd1affc944de6c1e00da9539e13a8d698cfc0e6changes/39/879939/1
parent
1878eb4c21
commit
f9319a185b
|
@ -51,7 +51,9 @@
|
|||
Q_BUILD_OVS_FROM_GIT: True
|
||||
INSTALL_OVN: 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/07cf5810de
|
||||
OVS_BRANCH: e90a0727f17f6ad915a32735a8c0b282f2c8cd6f
|
||||
|
||||
- job:
|
||||
name: ovn-octavia-provider-tempest-base
|
||||
|
@ -183,4 +185,6 @@
|
|||
Q_BUILD_OVS_FROM_GIT: True
|
||||
INSTALL_OVN: 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/07cf5810de
|
||||
OVS_BRANCH: e90a0727f17f6ad915a32735a8c0b282f2c8cd6f
|
||||
|
|
Loading…
Reference in New Issue