[OVN] Pin OVS version for OVN master

According to [1], the needed version for OVN master is
fe171e4f109f001f07b867756a261d898f0d2cfc, but after
running git submodule status the output indicates
6f24c2bc769afde0a390ce344de1a7d9c592e5a6. So pin to this
for OVN master build from sources jobs.

[ovn]$ git submodule status
-6f24c2bc769afde0a390ce344de1a7d9c592e5a6 ovs

[1] 9f25b2cedf

Closes-Bug: #1987308

Change-Id: I1af8e5fe53447811fbcc388d31e5c7eecb8ff2e4
This commit is contained in:
Fernando Royo 2022-08-22 17:36:47 +02:00
parent 9fba870f6b
commit 007866c1c3
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: "d94cd0d3eec33e4290d7ca81918f5ac61444886e"
OVS_BRANCH: "6f24c2bc769afde0a390ce344de1a7d9c592e5a6"
- 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: "d94cd0d3eec33e4290d7ca81918f5ac61444886e"
OVS_BRANCH: "6f24c2bc769afde0a390ce344de1a7d9c592e5a6"