Skip to content

Commit a6a1b44

Browse files
[scaling test] Pick availability zone with large capacity
Signed-off-by: Hanwen <[email protected]>
1 parent 5b1a057 commit a6a1b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration-tests/configs/scaling_stress_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ test-suites:
22
performance_tests:
33
test_scaling.py::test_scaling_stress_test:
44
dimensions:
5-
- regions: [ "us-east-1" ]
5+
- regions: [ "use1-az6" ]
66
instances: [ "c5.large" ]
77
oss: [ "alinux2" ]
88
schedulers: [ "slurm" ]
99
test_scaling.py::test_static_scaling_stress_test:
1010
dimensions:
11-
- regions: [ "us-east-1" ]
11+
- regions: [ "use1-az6" ]
1212
instances: [ "c5.large" ]
1313
oss: [ "alinux2" ]
1414
schedulers: [ "slurm" ]

0 commit comments

Comments
 (0)