Skip to content

Commit

Permalink
periodic, sriov: Fix version (#2823)
Browse files Browse the repository at this point in the history
1.23 doesn't exists anymore, use 1.27

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval authored Jun 12, 2023
1 parent 015cad3 commit aed0c1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ periodics:
preset-dind-enabled: "true"
preset-docker-mirror-proxy: "true"
preset-shared-images: "true"
name: periodic-kubevirt-e2e-kind-1.23-sriov
name: periodic-kubevirt-e2e-kind-1.27-sriov
reporter_config:
slack:
job_states_to_report: []
Expand Down Expand Up @@ -534,7 +534,7 @@ periodics:
- name: KUBEVIRT_QUARANTINE
value: "true"
- name: TARGET
value: kind-1.23-sriov
value: kind-1.27-sriov
image: quay.io/kubevirtci/golang-legacy:v20220810-a8f2e6c
name: ""
resources:
Expand Down

0 comments on commit aed0c1a

Please sign in to comment.