Skip to content

Commit

Permalink
arm64: Update arm64 lanes to use the newer kind-1.31 cluster provider
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey committed Jan 9, 2025
1 parent 68dbb05 commit 2b68ecc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,9 @@ periodics:
- automation/test.sh
env:
- name: TARGET
value: kind-1.28-wg-arm64
value: kind-1.31-wg-arm64
- name: KUBEVIRT_PROVIDER
value: kind-1.31
- name: KUBEVIRT_NUM_NODES
value: "1"
image: quay.io/kubevirtci/bootstrap:v20241213-57bd934
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ presubmits:
automation/test.sh
env:
- name: TARGET
value: kind-1.28-wg-arm64
value: kind-1.31-wg-arm64
- name: KUBEVIRT_NUM_NODES
value: "1"
image: quay.io/kubevirtci/bootstrap:v20241213-57bd934
Expand Down Expand Up @@ -1067,9 +1067,9 @@ presubmits:
automation/conformance.sh
env:
- name: TARGET
value: kind-1.28
value: kind-1.31
- name: KUBEVIRT_PROVIDER
value: kind-1.28
value: kind-1.31
- name: KUBEVIRT_NUM_NODES
value: "3"
- name: IPFAMILY
Expand Down

0 comments on commit 2b68ecc

Please sign in to comment.