Skip to content

Commit 36791ca

Browse files
hanwen-clusterhgreebe
authored andcommitted
[integ-test] Run test_cluster_with_gpu_health_checks in us-west-2 instead of eu-west-1 to test more instance types
g5g and g6 are not available in eu-west-1 Signed-off-by: Hanwen <[email protected]>
1 parent 2f7d450 commit 36791ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration-tests/configs/develop.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ test-suites:
288288
health_checks:
289289
test_gpu_health_checks.py::test_cluster_with_gpu_health_checks:
290290
dimensions:
291-
- regions: [{{ EU_WEST_1_GPU_INSTANCE_TYPE_0_AZ }}]
292-
instances: [{{ EU_WEST_1_GPU_INSTANCE_TYPE_0 }}.xlarge]
291+
- regions: [{{ US_WEST_2_GPU_INSTANCE_TYPE_0_AZ }}]
292+
instances: [{{ US_WEST_2_GPU_INSTANCE_TYPE_0 }}.xlarge]
293293
oss: [{{ OS_X86_5 }}]
294294
schedulers: ["slurm"]
295295
iam:

0 commit comments

Comments
 (0)