Skip to content

Commit

Permalink
[integ-tests] Improve scaling tests
Browse files Browse the repository at this point in the history
Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Aug 28, 2024
1 parent 4984c95 commit 8c43c13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration-tests/configs/scaling_stress_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ test-suites:
performance_tests:
test_scaling.py::test_scaling_stress_test:
dimensions:
- regions: [ "use1-az6" ]
instances: [ "c5.large" ]
- regions: [ "us-east-1" ]
instances: [ "t3.medium" ]
oss: [ "alinux2" ]
schedulers: [ "slurm" ]
test_scaling.py::test_static_scaling_stress_test:
dimensions:
- regions: [ "use1-az6" ]
instances: [ "c5.large" ]
- regions: [ "us-east-1" ]
instances: [ "t3.medium" ]
oss: [ "alinux2" ]
schedulers: [ "slurm" ]
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ Scheduling:
MaxCount: {{ max_cluster_size }}
Networking:
SubnetIds:
{% for private_subnet_id in private_subnet_ids %}
- {{ private_subnet_id }}
{% endfor %}

0 comments on commit 8c43c13

Please sign in to comment.