Since https://github.com/ovn-org/ovn-kubernetes/pull/4333 ovn-kubernetes
has stable release branches.  Use the latest in our CI to avoid
the instability of the ovn-kubernetes master branch.

Reported-at: https://issues.redhat.com/browse/FDP-61
Signed-off-by: Dumitru Ceara <[email protected]>
---
 .ci/ovn-kubernetes/Dockerfile        | 2 +-
 .github/workflows/ovn-kubernetes.yml | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.ci/ovn-kubernetes/Dockerfile b/.ci/ovn-kubernetes/Dockerfile
index eda8b6d029..554b5551b5 100644
--- a/.ci/ovn-kubernetes/Dockerfile
+++ b/.ci/ovn-kubernetes/Dockerfile
@@ -1,4 +1,4 @@
-ARG OVNKUBE_COMMIT=master
+ARG OVNKUBE_COMMIT
 ARG GO_VERSION
 
 FROM fedora:37 AS ovnbuilder
diff --git a/.github/workflows/ovn-kubernetes.yml 
b/.github/workflows/ovn-kubernetes.yml
index 0f2b30497d..f7dfd1c39b 100644
--- a/.github/workflows/ovn-kubernetes.yml
+++ b/.github/workflows/ovn-kubernetes.yml
@@ -13,7 +13,7 @@ concurrency:
   cancel-in-progress: true
 
 env:
-  OVNKUBE_COMMIT: "master"
+  OVNKUBE_COMMIT: "release-1.0"
   KIND_CLUSTER_NAME: ovn
   KIND_INSTALL_INGRESS: true
   KIND_ALLOW_SYSTEM_WRITES: true
@@ -41,6 +41,7 @@ jobs:
       with:
           path: src/github.com/ovn-org/ovn-kubernetes
           repository: ovn-org/ovn-kubernetes
+          ref: ${{ env.OVNKUBE_COMMIT }}
 
     - name: Prepare
       run: |
@@ -108,6 +109,7 @@ jobs:
       with:
           path: src/github.com/ovn-org/ovn-kubernetes
           repository: ovn-org/ovn-kubernetes
+          ref: ${{ env.OVNKUBE_COMMIT }}
 
     - name: Prepare
       run: |
-- 
2.45.2

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to