[OVN] Pin OVS version for OVN master

According to [1], the needed version for OVN master is
5a686267d36c5c4229ec801a9616ceb60740fbe3. So pin to this
for OVN master build from sources jobs.

[1] http:github.com/ovn-org/ovn/commit/2e4f393650ccf298f26787583c13a88197ba8348

Change-Id: If504cd0cc73f9e2340668cff12a2cd63030653bc
This commit is contained in:
Luis Tomas Bolivar 2022-10-05 16:15:24 +02:00
parent acbf6e7f3e
commit 8affd00b96
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
Q_BUILD_OVS_FROM_GIT: True
INSTALL_OVN: True
OVN_BRANCH: main
OVS_BRANCH: "6f24c2bc769afde0a390ce344de1a7d9c592e5a6"
OVS_BRANCH: "5a686267d36c5c4229ec801a9616ceb60740fbe3"
- job:
name: ovn-octavia-provider-tempest-base
@ -183,4 +183,4 @@
Q_BUILD_OVS_FROM_GIT: True
INSTALL_OVN: True
OVN_BRANCH: main
OVS_BRANCH: "6f24c2bc769afde0a390ce344de1a7d9c592e5a6"
OVS_BRANCH: "5a686267d36c5c4229ec801a9616ceb60740fbe3"