@@ -235,3 +235,80 @@ periodics:
235
235
annotations :
236
236
testgrid-dashboards : sig-scalability-dra
237
237
testgrid-tab-name : azure-dra-with-workload-master-scalability-100
238
+
239
+ - name : ci-kubernetes-e2e-gce-100-node-dra-with-workload
240
+ cluster : k8s-infra-prow-build
241
+ tags :
242
+ - " perfDashPrefix: gce-dra-100Nodes-with-workload"
243
+ - " perfDashBuildsCount: 270"
244
+ - " perfDashJobType: performance"
245
+ interval : 4h
246
+ labels :
247
+ preset-service-account : " true"
248
+ preset-k8s-ssh : " true"
249
+ preset-e2e-scalability-common : " true"
250
+ preset-e2e-scalability-periodics : " true"
251
+ preset-e2e-scalability-periodics-master : " true"
252
+ annotations :
253
+ testgrid-dashboards : sig-scalability-dra
254
+ testgrid-tab-name : gce-dra-with-workload-master-scalability-100
255
+ decorate : true
256
+ decoration_config :
257
+ timeout : 3h
258
+ extra_refs :
259
+ - org : kubernetes
260
+ repo : kubernetes
261
+ base_ref : master
262
+ path_alias : k8s.io/kubernetes
263
+ - org : kubernetes
264
+ repo : perf-tests
265
+ base_ref : master
266
+ path_alias : k8s.io/perf-tests
267
+ spec :
268
+ containers :
269
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250710-e96fecb3d6-master
270
+ command :
271
+ - runner.sh
272
+ - /workspace/scenarios/kubernetes_e2e.py
273
+ args :
274
+ - --check-leaked-resources
275
+ - --cluster=
276
+ - --extract=ci/latest
277
+ - --gcp-node-image=gci
278
+ - --gcp-nodes=100
279
+ - --provider=gce
280
+ - --env=KUBE_FEATURE_GATES=DynamicResourceAllocation=true
281
+ - --test=false
282
+ - --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh
283
+ - --test-cmd-args=cluster-loader2
284
+ - --test-cmd-args=--nodes=100
285
+ - --test-cmd-args=--provider=gce
286
+ - --test-cmd-args=--enable-prometheus-server=true
287
+ - --test-cmd-args=--testconfig=testing/dra/config.yaml
288
+ - --test-cmd-args=--report-dir=/workspace/_artifacts
289
+ - --test-cmd-name=ClusterLoaderV2
290
+ - --use-logexporter
291
+ resources :
292
+ requests :
293
+ cpu : 1
294
+ memory : " 2Gi"
295
+ limits :
296
+ cpu : 1
297
+ memory : " 2Gi"
298
+ env :
299
+ - name : CL2_MODE
300
+ value : " Indexed"
301
+ - name : CL2_NODES_PER_NAMESPACE
302
+ value : " 10"
303
+ - name : CL2_JOB_RUNNING_TIME
304
+ value : " 3s"
305
+ - name : CL2_LONG_JOB_RUNNING_TIME
306
+ value : " 45m"
307
+ - name : PROMETHEUS_PVC_STORAGE_CLASS
308
+ value : " ssd-csi"
309
+ - name : PROMETHEUS_APISERVER_SCRAPE_PORT
310
+ value : " 6443"
311
+ - name : PROMETHEUS_SCRAPE_KUBELETS
312
+ value : " true"
313
+ - name : NODE_PRELOAD_IMAGES
314
+ value : " gcr.io/k8s-staging-perf-tests/sleep:v0.0.3"
0 commit comments