From 933a16db60e50313204fbb9fdff8eb65ac38603d Mon Sep 17 00:00:00 2001 From: Judy Ng Date: Wed, 27 Mar 2024 00:36:38 -0400 Subject: [PATCH] try again Signed-off-by: Judy Ng --- .../integration-tests/configs/scaling_stress_test.yaml | 10 ++++++++-- .../tests/performance_tests/test_scaling.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/integration-tests/configs/scaling_stress_test.yaml b/tests/integration-tests/configs/scaling_stress_test.yaml index 9edbaed33d..546dd2a84d 100644 --- a/tests/integration-tests/configs/scaling_stress_test.yaml +++ b/tests/integration-tests/configs/scaling_stress_test.yaml @@ -2,7 +2,13 @@ test-suites: performance_tests: test_scaling.py::test_scaling_stress_test: dimensions: - - regions: [ "euw1-az2" ] - instances: [ "p3.2xlarge" ] + - 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" ] 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 277f4a0ede..fcc2767937 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"]) +@pytest.mark.parametrize("scaling_strategy", ["all-or-nothing", "best-effort"]) def test_scaling_stress_test( test_datadir, instance,