Skip to content

Commit 23c3e76

Browse files
committed
Enable huge-service tests to run on AWS
Motivation: In order to run huge-service tests on AWS. this PR enable the test described in perf-tests/clusterloader2/testing/huge-service/config.yaml Signed-off-by: Ronald Ngounou <ronald.ngounou@yahoo.com>
1 parent ccd1219 commit 23c3e76

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,8 @@ else
214214
CLUSTERLOADER2_ARGS+=("--test-overrides=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/experiments/enable_restart_count_check.yaml")
215215
CLUSTERLOADER2_ARGS+=("--test-overrides=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/experiments/ignore_known_gce_container_restarts.yaml")
216216
CLUSTERLOADER2_ARGS+=("--test-overrides=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/overrides/5000_nodes.yaml")
217-
CLUSTERLOADER2_ARGS+=("--extra-args=--experimental-prometheus-snapshot-to-report-dir=true")
218-
fi
219-
220-
# ToDo: remove this once we can run the huge-service test on AWS
221-
if [[ -z "${KOPS_CL2_TEST_CONFIG}" && "${CLOUD_PROVIDER}" == "gce" ]]; then
222217
CLUSTERLOADER2_ARGS+=("--test-configs=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/huge-service/config.yaml")
218+
CLUSTERLOADER2_ARGS+=("--extra-args=--experimental-prometheus-snapshot-to-report-dir=true")
223219
fi
224220

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

0 commit comments

Comments
 (0)