File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
tests/e2e/scenarios/scalability Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,6 @@ if [[ -n "${KOPS_CL2_TEST_CONFIG}" ]]; then
213213 CLUSTERLOADER2_ARGS+=(" --test-configs=${GOPATH} /src/k8s.io/perf-tests/clusterloader2/${KOPS_CL2_TEST_CONFIG} " )
214214else
215215 CLUSTERLOADER2_ARGS+=(" --test-configs=${GOPATH} /src/k8s.io/perf-tests/clusterloader2/testing/load/config.yaml" )
216- CLUSTERLOADER2_ARGS+=(" --test-configs=${GOPATH} /src/k8s.io/perf-tests/clusterloader2/testing/huge-service/config.yaml" )
217216 CLUSTERLOADER2_ARGS+=(" --test-configs=${GOPATH} /src/k8s.io/perf-tests/clusterloader2/testing/access-tokens/config.yaml" )
218217 CLUSTERLOADER2_ARGS+=(" --test-overrides=${GOPATH} /src/k8s.io/perf-tests/clusterloader2/testing/load/overrides.yaml" )
219218 CLUSTERLOADER2_ARGS+=(" --test-overrides=${GOPATH} /src/k8s.io/perf-tests/clusterloader2/testing/experiments/enable_restart_count_check.yaml" )
@@ -222,6 +221,11 @@ else
222221 CLUSTERLOADER2_ARGS+=(" --extra-args=--experimental-prometheus-snapshot-to-report-dir=true" )
223222fi
224223
224+ # ToDo: remove this once we can run the huge-service test on AWS
225+ if [[ -z " ${KOPS_CL2_TEST_CONFIG} " && " ${CLOUD_PROVIDER} " == " gce" ]]; then
226+ CLUSTERLOADER2_ARGS+=(" --test-configs=${GOPATH} /src/k8s.io/perf-tests/clusterloader2/testing/huge-service/config.yaml" )
227+ fi
228+
225229if [[ " ${SCALE_SCENARIO: performance} " == " correctness" ]]; then
226230 kubetest2 kops " ${KUBETEST2_ARGS[@]} " \
227231 --up \
You can’t perform that action at this time.
0 commit comments