Skip to content

Commit d519f89

Browse files
authored
Merge pull request #35258 from kerthcet/feat/add-new-ci
Add gang-scheduling e2e test for lws
2 parents f75268c + 88dcc1c commit d519f89

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,37 @@ presubmits:
177177
requests:
178178
cpu: 3
179179
memory: 10Gi
180+
- name: pull-lws-test-e2e-main-gang-scheduling
181+
cluster: eks-prow-build-cluster
182+
always_run: true
183+
decorate: true
184+
path_alias: sigs.k8s.io/lws
185+
annotations:
186+
testgrid-dashboards: sig-apps
187+
testgrid-tab-name: pull-lws-test-e2e-main-gang-scheduling
188+
description: "Run gang-scheduling enabled lws end to end tests"
189+
labels:
190+
preset-dind-enabled: "true"
191+
spec:
192+
containers:
193+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250717-57d1ca3de9-master
194+
env:
195+
- name: E2E_KIND_VERSION
196+
value: kindest/node:v1.32.0
197+
command:
198+
- runner.sh
199+
args:
200+
- make
201+
- test-e2e-gang-scheduling
202+
securityContext:
203+
privileged: true
204+
resources:
205+
limits:
206+
cpu: 3
207+
memory: 10Gi
208+
requests:
209+
cpu: 3
210+
memory: 10Gi
180211
- name: pull-lws-verify-main
181212
cluster: eks-prow-build-cluster
182213
branches:

0 commit comments

Comments
 (0)