From f35a64604d57e4f93e11aa0f4471487d872b74c9 Mon Sep 17 00:00:00 2001 From: Ronald Ngounou Date: Wed, 18 Feb 2026 23:37:00 -0800 Subject: [PATCH] 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 --- tests/e2e/scenarios/scalability/run-test.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/e2e/scenarios/scalability/run-test.sh b/tests/e2e/scenarios/scalability/run-test.sh index 586261702e34d..a7f452820d800 100755 --- a/tests/e2e/scenarios/scalability/run-test.sh +++ b/tests/e2e/scenarios/scalability/run-test.sh @@ -210,6 +210,7 @@ if [[ -n "${KOPS_CL2_TEST_CONFIG}" ]]; then else CLUSTERLOADER2_ARGS+=("--test-configs=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/load/config.yaml") CLUSTERLOADER2_ARGS+=("--test-configs=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/access-tokens/config.yaml") + CLUSTERLOADER2_ARGS+=("--test-configs=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/huge-service/config.yaml") CLUSTERLOADER2_ARGS+=("--test-overrides=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/load/overrides.yaml") CLUSTERLOADER2_ARGS+=("--test-overrides=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/experiments/enable_restart_count_check.yaml") CLUSTERLOADER2_ARGS+=("--test-overrides=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/experiments/ignore_known_gce_container_restarts.yaml") @@ -217,11 +218,6 @@ else CLUSTERLOADER2_ARGS+=("--extra-args=--experimental-prometheus-snapshot-to-report-dir=true") fi -# ToDo: remove this once we can run the huge-service test on AWS -if [[ -z "${KOPS_CL2_TEST_CONFIG}" && "${CLOUD_PROVIDER}" == "gce" ]]; then - CLUSTERLOADER2_ARGS+=("--test-configs=${GOPATH}/src/k8s.io/perf-tests/clusterloader2/testing/huge-service/config.yaml") -fi - if [[ "${SCALE_SCENARIO:performance}" == "correctness" ]]; then kubetest2 kops "${KUBETEST2_ARGS[@]}" \ --up \