From 560fec63571d9bfdc2f6dc99dee8c7588acbb9a6 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..0b01f340c6 100644 --- a/tests/integration-tests/configs/scaling_stress_test.yaml +++ b/tests/integration-tests/configs/scaling_stress_test.yaml @@ -3,12 +3,6 @@ test-suites: 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" ] - instances: [ "c5.large" ] + instances: [ "p3.2xlarge" ] oss: [ "alinux2" ] schedulers: [ "slurm" ]