Skip to content

Commit dea2844

Browse files
authored
Merge pull request #33413 from kannon92/lws-1.31
drop 1.27 and add 1.31 for lws
2 parents 3d582a6 + f498078 commit dea2844

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

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

Lines changed: 31 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-27
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-27
64-
description: "Run lws end to end tests for Kubernetes 1.27"
65-
labels:
66-
preset-dind-enabled: "true"
67-
spec:
68-
containers:
69-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
70-
env:
71-
- name: E2E_KIND_VERSION
72-
value: kindest/node:v1.27.11
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-28
8857
cluster: eks-prow-build-cluster
8958
always_run: true
@@ -177,6 +146,37 @@ presubmits:
177146
requests:
178147
cpu: 3
179148
memory: 10Gi
149+
- name: pull-lws-test-e2e-main-1-31
150+
cluster: eks-prow-build-cluster
151+
always_run: true
152+
decorate: true
153+
path_alias: sigs.k8s.io/lws
154+
annotations:
155+
testgrid-dashboards: sig-apps
156+
testgrid-tab-name: pull-lws-test-e2e-main-1-31
157+
description: "Run lws end to end tests for Kubernetes 1.31"
158+
labels:
159+
preset-dind-enabled: "true"
160+
spec:
161+
containers:
162+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
163+
env:
164+
- name: E2E_KIND_VERSION
165+
value: kindest/node:v1.31.0
166+
command:
167+
- runner.sh
168+
args:
169+
- make
170+
- test-e2e
171+
securityContext:
172+
privileged: true
173+
resources:
174+
limits:
175+
cpu: 3
176+
memory: 10Gi
177+
requests:
178+
cpu: 3
179+
memory: 10Gi
180180
- name: pull-lws-verify-main
181181
cluster: eks-prow-build-cluster
182182
branches:

0 commit comments

Comments
 (0)