File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SHELL = /usr/bin/env bash -o pipefail
5353# For local testing, we should allow user to use different kind cluster name
5454# Default will delete default kind cluster
5555KIND_CLUSTER_NAME ?= kind
56- E2E_K8S_VERSIONS ?= 1.31.12 1. 32.8 1.33.4 1.34.0
56+ E2E_K8S_VERSIONS ?= 1.32.8 1.33.4 1.34.0
5757E2E_K8S_VERSION ?= 1.34
5858E2E_K8S_FULL_VERSION ?= $(filter $(E2E_K8S_VERSION ) .% ,$(E2E_K8S_VERSIONS ) )
5959# Default to E2E_K8S_VERSION.0 if no match is found
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ sudo rm /usr/local/bin/kubectl-kjob
8686 - ✔️ Unit Test [ testgrid] ( https://testgrid.k8s.io/sig-apps#periodic-kjob-test-unit-main ) .
8787 - ✔️ Integration Test [ testgrid] ( https://testgrid.k8s.io/sig-apps#periodic-kjob-test-integration-main )
8888 - ✔️ E2E Tests for Kubernetes
89- [ 1.31] ( https://testgrid.k8s.io/sig-apps#periodic-kjob-test-e2e-main-1-31 ) ,
9089 [ 1.32] ( https://testgrid.k8s.io/sig-apps#periodic-kjob-test-e2e-main-1-32 ) ,
9190 [ 1.33] ( https://testgrid.k8s.io/sig-apps#periodic-kjob-test-e2e-main-1-33 ) ,
9291 [ 1.34] ( https://testgrid.k8s.io/sig-apps#periodic-kjob-test-e2e-main-1-34 ) ,
You can’t perform that action at this time.
0 commit comments