File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
config/jobs/kubernetes/sig-scalability/DRA Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -282,9 +282,9 @@ presubmits:
282
282
- name : CLUSTER_TEMPLATE
283
283
value : " templates/test/dev/cluster-template-custom-builds-machine-pool-load-dra.yaml"
284
284
- name : AZURE_CONTROL_PLANE_MACHINE_TYPE
285
- value : " Standard_D8s_v3 "
285
+ value : " Standard_D32s_v3 "
286
286
- name : CONTROL_PLANE_MACHINE_TYPE
287
- value : " Standard_D8s_v3 "
287
+ value : " Standard_D32s_v3 "
288
288
- name : AZURE_NODE_MACHINE_TYPE
289
289
value : " Standard_D2s_v3"
290
290
- name : NODE_MACHINE_TYPE
@@ -320,12 +320,16 @@ presubmits:
320
320
value : " 3s"
321
321
- name : CL2_LONG_JOB_RUNNING_TIME
322
322
value : " 150m"
323
+ - name : CL2_PROMETHEUS_CPU_SCALE_FACTOR
324
+ value : " 2"
325
+ - name : CL2_PROMETHEUS_MEMORY_SCALE_FACTOR
326
+ value : " 10"
323
327
- name : PROMETHEUS_PVC_STORAGE_CLASS
324
328
value : " default"
325
329
- name : PROMETHEUS_APISERVER_SCRAPE_PORT
326
330
value : " 6443"
327
331
- name : PROMETHEUS_SCRAPE_KUBELETS
328
- value : " true "
332
+ value : " false " # Too heavy for a test of this size
329
333
- name : NODE_PRELOAD_IMAGES
330
334
value : " gcr.io/k8s-staging-perf-tests/sleep:v0.0.3"
331
335
resources :
You can’t perform that action at this time.
0 commit comments