From e12c4a84469e2419193edba7550fdac0e85eaeac Mon Sep 17 00:00:00 2001 From: Judy Ng Date: Wed, 27 Mar 2024 00:02:57 -0400 Subject: [PATCH] poo Signed-off-by: Judy Ng --- tests/integration-tests/configs/scaling_stress_test.yaml | 8 +------- .../tests/performance_tests/test_scaling.py | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/integration-tests/configs/scaling_stress_test.yaml b/tests/integration-tests/configs/scaling_stress_test.yaml index f766b156fb..9edbaed33d 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: [ "use1-az6" ] - instances: [ "p3.2xlarge" ] - oss: [ "alinux2" ] - schedulers: [ "slurm" ] - test_scaling.py::test_static_scaling_stress_test: - dimensions: - - regions: [ "use1-az6" ] + - regions: [ "euw1-az2" ] instances: [ "p3.2xlarge" ] oss: [ "alinux2" ] schedulers: [ "slurm" ] diff --git a/tests/integration-tests/tests/performance_tests/test_scaling.py b/tests/integration-tests/tests/performance_tests/test_scaling.py index fcc2767937..277f4a0ede 100644 --- a/tests/integration-tests/tests/performance_tests/test_scaling.py +++ b/tests/integration-tests/tests/performance_tests/test_scaling.py @@ -82,7 +82,7 @@ def _get_scaling_time(capacity_time_series: list, timestamps: list, scaling_targ @pytest.mark.usefixtures("scheduler") -@pytest.mark.parametrize("scaling_strategy", ["all-or-nothing", "best-effort"]) +@pytest.mark.parametrize("scaling_strategy", ["all-or-nothing"]) def test_scaling_stress_test( test_datadir, instance,