From b66c10ebfcbbb23f73538a6c408988c7846be609 Mon Sep 17 00:00:00 2001 From: Judy Ng Date: Mon, 25 Mar 2024 21:16:24 -0400 Subject: [PATCH] change yaml Signed-off-by: Judy Ng --- tests/integration-tests/configs/scaling_stress_test.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/integration-tests/configs/scaling_stress_test.yaml b/tests/integration-tests/configs/scaling_stress_test.yaml index 546dd2a84d..3a848b9400 100644 --- a/tests/integration-tests/configs/scaling_stress_test.yaml +++ b/tests/integration-tests/configs/scaling_stress_test.yaml @@ -2,13 +2,7 @@ test-suites: performance_tests: test_scaling.py::test_scaling_stress_test: dimensions: - - regions: [ "us-east-1" ] - instances: [ "c5.large" ] - oss: [ "alinux2" ] - schedulers: [ "slurm" ] - test_scaling.py::test_static_scaling_stress_test: - dimensions: - - regions: [ "us-east-1" ] + - regions: [ "use1-az2" ] instances: [ "c5.large" ] oss: [ "alinux2" ] schedulers: [ "slurm" ]