Skip to content

Commit 6a5bf82

Browse files
authored
Merge pull request #33933 from kannon92/lws-update
drop 1.28 from presubmits for lws as it is no longer supported
2 parents 2764954 + 9e1ca53 commit 6a5bf82

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

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

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -53,37 +53,6 @@ presubmits:
5353
requests:
5454
cpu: 3
5555
memory: 10Gi
56-
- name: pull-lws-test-e2e-main-1-28
57-
cluster: eks-prow-build-cluster
58-
always_run: true
59-
decorate: true
60-
path_alias: sigs.k8s.io/lws
61-
annotations:
62-
testgrid-dashboards: sig-apps
63-
testgrid-tab-name: pull-lws-test-e2e-main-1-28
64-
description: "Run lws end to end tests for Kubernetes 1.28"
65-
labels:
66-
preset-dind-enabled: "true"
67-
spec:
68-
containers:
69-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241128-8df65c072f-master
70-
env:
71-
- name: E2E_KIND_VERSION
72-
value: kindest/node:v1.28.7
73-
command:
74-
- runner.sh
75-
args:
76-
- make
77-
- test-e2e
78-
securityContext:
79-
privileged: true
80-
resources:
81-
limits:
82-
cpu: 3
83-
memory: 10Gi
84-
requests:
85-
cpu: 3
86-
memory: 10Gi
8756
- name: pull-lws-test-e2e-main-1-29
8857
cluster: eks-prow-build-cluster
8958
always_run: true

0 commit comments

Comments
 (0)