Skip to content

Commit be22417

Browse files
committed
update sig-scalability-periodic-dra.yaml fix kubelet configs
1 parent 5f0dd98 commit be22417

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes/sig-scalability/DRA/sig-scalability-periodic-dra.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,10 @@ periodics:
286286
- --test-cmd-args=--nodes=100
287287
- --test-cmd-args=--provider=gce
288288
- --test-cmd-args=--enable-prometheus-server=true
289+
- --test-cmd-args=--prometheus-scrape-node-exporter
290+
- --test-cmd-args=--experimental-gcp-snapshot-prometheus-disk=true
291+
- --test-cmd-args=--experimental-prometheus-disk-snapshot-name=$(JOB_NAME)-$(BUILD_ID)
292+
- --test-cmd-args=--experimental-prometheus-snapshot-to-report-dir=true
289293
- --test-cmd-args=--testconfig=testing/dra/config.yaml
290294
- --test-cmd-args=--report-dir=/workspace/_artifacts
291295
- --test-cmd-name=ClusterLoaderV2
@@ -306,10 +310,6 @@ periodics:
306310
value: "3s"
307311
- name: CL2_LONG_JOB_RUNNING_TIME
308312
value: "45m"
309-
- name: PROMETHEUS_PVC_STORAGE_CLASS
310-
value: "ssd-csi"
311-
- name: PROMETHEUS_APISERVER_SCRAPE_PORT
312-
value: "6443"
313313
- name: PROMETHEUS_SCRAPE_KUBELETS
314314
value: "true"
315315
- name: NODE_PRELOAD_IMAGES

0 commit comments

Comments
 (0)