Skip to content

Commit 51e5c26

Browse files
authored
Merge pull request #35490 from andyzhangx/patch-223804
update pull-lws-test-e2e to k8s 1.33
2 parents d61aa6b + bfaa149 commit 51e5c26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes-sigs/lws/lws-presubmit.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,23 @@ presubmits:
5353
requests:
5454
cpu: 3
5555
memory: 10Gi
56-
- name: pull-lws-test-e2e-main-1-30
56+
- name: pull-lws-test-e2e-main-1-33
5757
cluster: eks-prow-build-cluster
5858
always_run: true
5959
decorate: true
6060
path_alias: sigs.k8s.io/lws
6161
annotations:
6262
testgrid-dashboards: sig-apps
63-
testgrid-tab-name: pull-lws-test-e2e-main-1-30
64-
description: "Run lws end to end tests for Kubernetes 1.30"
63+
testgrid-tab-name: pull-lws-test-e2e-main-1-33
64+
description: "Run lws end to end tests for Kubernetes 1.33"
6565
labels:
6666
preset-dind-enabled: "true"
6767
spec:
6868
containers:
6969
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250904-c89b045f57-master
7070
env:
7171
- name: E2E_KIND_VERSION
72-
value: kindest/node:v1.30.0
72+
value: kindest/node:v1.33.1
7373
command:
7474
- runner.sh
7575
args:

0 commit comments

Comments
 (0)