Skip to content

Commit

Permalink
kubevirt,vgpu: Bump vgpu lanes to use new kind-1.30-vgpu provider
Browse files Browse the repository at this point in the history
The vgpu lanes are currently testing against kubernetes v1.27 which is
no longer supported on the main branch of kubevirt.

Update these lanes to use the new provider kind-1.30-vgpu.

This requires the following PR to be merged into kubevirt first:
kubevirt/kubevirt#12244

Signed-off-by: Brian Carey <bcarey@redhat.com>
  • Loading branch information
brianmcarey committed Sep 12, 2024
1 parent ad6c437 commit 959e381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ periodics:
preset-podman-shared-images: "true"
vgpu: "true"
max_concurrency: 1
name: periodic-kubevirt-e2e-kind-1.27-vgpu
name: periodic-kubevirt-e2e-kind-1.30-vgpu
reporter_config:
slack:
job_states_to_report: []
Expand All @@ -547,7 +547,7 @@ periodics:
- name: KUBEVIRT_QUARANTINE
value: "true"
- name: TARGET
value: kind-1.27-vgpu
value: kind-1.30-vgpu
image: quay.io/kubevirtci/golang:v20240911-16816d3
name: ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ presubmits:
preset-podman-in-container-enabled: "true"
vgpu: "true"
max_concurrency: 1
name: pull-kubevirt-e2e-kind-1.27-vgpu
name: pull-kubevirt-e2e-kind-1.30-vgpu
skip_branches:
- release-\d+\.\d+
spec:
Expand All @@ -145,7 +145,7 @@ presubmits:
automation/test.sh
env:
- name: TARGET
value: kind-1.27-vgpu
value: kind-1.30-vgpu
image: quay.io/kubevirtci/bootstrap:v20240911-16816d3
name: ""
resources:
Expand Down

0 comments on commit 959e381

Please sign in to comment.