Skip to content

Commit

Permalink
ci: ovn-kubernetes: Move to stable release-1.0 branch.
Browse files Browse the repository at this point in the history
Since ovn-org/ovn-kubernetes#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]>
Signed-off-by: Ilya Maximets <[email protected]>
  • Loading branch information
dceara authored and igsilya committed Aug 8, 2024
1 parent ddc0eeb commit c2cedc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/ovn-kubernetes/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OVNKUBE_COMMIT=master
ARG OVNKUBE_COMMIT
ARG GO_VERSION

FROM fedora:37 AS ovnbuilder
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ovn-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit c2cedc5

Please sign in to comment.