From c2cedc5c69bcff9f616205d2f3a15de399fe9ecb Mon Sep 17 00:00:00 2001 From: Dumitru Ceara Date: Thu, 8 Aug 2024 13:46:38 +0200 Subject: [PATCH] ci: ovn-kubernetes: Move to stable release-1.0 branch. 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 Signed-off-by: Ilya Maximets --- .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 2c80f7951e..50e48d11f8 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 @@ -42,6 +42,7 @@ jobs: with: path: src/github.com/ovn-org/ovn-kubernetes repository: ovn-org/ovn-kubernetes + ref: ${{ env.OVNKUBE_COMMIT }} - name: Prepare run: | @@ -109,6 +110,7 @@ jobs: with: path: src/github.com/ovn-org/ovn-kubernetes repository: ovn-org/ovn-kubernetes + ref: ${{ env.OVNKUBE_COMMIT }} - name: Prepare run: |