File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
config/jobs/kubernetes-sigs/lws Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments