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 7, 2025
1 parent 68dbb05 commit 18c1982
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ presubmits:
- name: GIMME_GO_VERSION
value: 1.22.9
- name: KUBEVIRT_PROVIDER
value: kind-1.28
value: kind-1.31
- name: KUBEVIRT_MEMORY_SIZE
value: 16G
- name: KUBEVIRT_NUM_NODES
value: "1"
- name: FUNCTEST_EXTRA_ARGS
value: '--ginkgo.focus="VirtualMachine using a preference is able to boot a Linux guest with .*Fedora"'
image: quay.io/kubevirtci/golang:v20241213-57bd934
Expand Down Expand Up @@ -345,9 +347,11 @@ presubmits:
- name: GIMME_GO_VERSION
value: 1.22.9
- name: KUBEVIRT_PROVIDER
value: kind-1.28
value: kind-1.31
- name: KUBEVIRT_MEMORY_SIZE
value: 16G
- name: KUBEVIRT_NUM_NODES
value: "1"
- name: FUNCTEST_EXTRA_ARGS
value: '--ginkgo.focus="VirtualMachine using a preference is able to boot a Linux guest with .*CentOS Stream 9"'
image: quay.io/kubevirtci/golang:v20241213-57bd934
Expand Down Expand Up @@ -490,9 +494,11 @@ presubmits:
- name: GIMME_GO_VERSION
value: 1.22.9
- name: KUBEVIRT_PROVIDER
value: kind-1.28
value: kind-1.31
- name: KUBEVIRT_MEMORY_SIZE
value: 16G
- name: KUBEVIRT_NUM_NODES
value: "1"
- name: FUNCTEST_EXTRA_ARGS
value: '--ginkgo.focus="VirtualMachine using a preference is able to boot a Linux guest with .*Ubuntu"'
image: quay.io/kubevirtci/golang:v20241213-57bd934
Expand Down Expand Up @@ -624,9 +630,11 @@ presubmits:
- name: GIMME_GO_VERSION
value: 1.22.9
- name: KUBEVIRT_PROVIDER
value: kind-1.28
value: kind-1.31
- name: KUBEVIRT_MEMORY_SIZE
value: 16G
- name: KUBEVIRT_NUM_NODES
value: "1"
- name: FUNCTEST_EXTRA_ARGS
value: '--ginkgo.focus="VirtualMachine using a preference is able to boot a Linux guest with .*OpenSUSE Leap"'
image: quay.io/kubevirtci/golang:v20241213-57bd934
Expand Down
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 18c1982

Please sign in to comment.