From 4f4f5cb69285314a7ca24ad35bd88b5408a253f5 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 18 Sep 2023 16:57:49 +0200 Subject: [PATCH] Use a specific OVNK commit This ensures our builds don't suddenly break because of OVNK changes. Signed-off-by: Stephen Kitt --- scripts/shared/lib/clusters_kind | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/shared/lib/clusters_kind b/scripts/shared/lib/clusters_kind index 3cc82e0a6..4fec5d31d 100755 --- a/scripts/shared/lib/clusters_kind +++ b/scripts/shared/lib/clusters_kind @@ -245,6 +245,7 @@ function prepare_ovn() { rm -rf ovn-kubernetes git clone https://github.com/ovn-org/ovn-kubernetes pushd ovn-kubernetes || exit + git checkout c6d8579689fe3b15c87abdf7e7647777bad26605 make -C go-controller