Skip to content

Commit c311481

Browse files
committed
fix clusterloader2 arg
1 parent 11f922b commit c311481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/scenarios/scalability/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ else
206206
CLUSTERLOADER2_ARGS+=("--test-overrides=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/experiments/enable_restart_count_check.yaml")
207207
CLUSTERLOADER2_ARGS+=("--test-overrides=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/experiments/ignore_known_gce_container_restarts.yaml")
208208
CLUSTERLOADER2_ARGS+=("--test-overrides=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/overrides/5000_nodes.yaml")
209-
CLUSTERLOADER2_ARGS+=("--experimental-prometheus-snapshot-to-report-dir=true")
209+
CLUSTERLOADER2_ARGS+=("--extra-args=--experimental-prometheus-snapshot-to-report-dir=true")
210210
fi
211211

212212
if [[ "${SCALE_SCENARIO:performance}" == "correctness" ]]; then

0 commit comments

Comments
 (0)