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 Dec 13, 2024
1 parent 57bd934 commit 502e878
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ presubmits:
- "sudo dnf install binutils-gold -y && make kubevirt-up && make kubevirt-sync && make kubevirt-functest"
env:
- name: KUBEVIRT_PROVIDER
value: kind-1.28
value: kind-1.31
- name: KUBEVIRT_MEMORY_SIZE
value: 16G
- name: FUNCTEST_EXTRA_ARGS
Expand Down Expand Up @@ -290,7 +290,7 @@ presubmits:
- "sudo dnf install binutils-gold -y && make kubevirt-up && make kubevirt-sync && make kubevirt-functest"
env:
- name: KUBEVIRT_PROVIDER
value: kind-1.28
value: kind-1.31
- name: KUBEVIRT_MEMORY_SIZE
value: 16G
- name: FUNCTEST_EXTRA_ARGS
Expand Down Expand Up @@ -379,7 +379,7 @@ presubmits:
- "sudo dnf install binutils-gold -y && make kubevirt-up && make kubevirt-sync && make kubevirt-functest"
env:
- name: KUBEVIRT_PROVIDER
value: kind-1.28
value: kind-1.31
- name: KUBEVIRT_MEMORY_SIZE
value: 16G
- name: FUNCTEST_EXTRA_ARGS
Expand Down Expand Up @@ -507,7 +507,7 @@ presubmits:
- "sudo dnf install binutils-gold -y && make kubevirt-up && make kubevirt-sync && make kubevirt-functest"
env:
- name: KUBEVIRT_PROVIDER
value: kind-1.28
value: kind-1.31
- name: KUBEVIRT_MEMORY_SIZE
value: 16G
- name: FUNCTEST_EXTRA_ARGS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -761,9 +761,9 @@ periodics:
- automation/test.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: "1"
- name: KUBEVIRT_E2E_FOCUS
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
value: kind-1.31
- name: KUBEVIRT_NUM_NODES
value: "1"
- name: KUBEVIRT_E2E_FOCUS
Expand Down Expand Up @@ -1069,9 +1069,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 502e878

Please sign in to comment.