Skip to content

Commit 0980604

Browse files
[integ-tests] Run test_essential_features in availability zones where g5g is available
g5g is needed when running the test with ARM instance since #7401 This commit assign the test to availability zones where g5g is available. Although the test could run with x86, we always check g5g availability for the simplicity of the code change of this commit
1 parent 4b4d7fa commit 0980604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration-tests/configs/develop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-suites:
1313
basic:
1414
test_essential_features.py::test_essential_features:
1515
dimensions:
16-
- regions: [{{ US_EAST_1_INSTANCE_TYPE_0_xlarge_CAPACITY_RESERVATION_8_INSTANCES_2_HOURS_NOPG_OS_X86_1 }}]
16+
- regions: [{{ US_EAST_1_INSTANCE_TYPE_0_xlarge_CAPACITY_RESERVATION_8_INSTANCES_2_HOURS_NOPG_DCV_OS_X86_1__g5g_2xlarge_CAPACITY_RESERVATION_1_INSTANCES_1_HOURS_NOPG_DCV_OS_X86_1 }}]
1717
instances: [{{ US_EAST_1_INSTANCE_TYPE_0 }}.xlarge]
1818
oss: [{{ DCV_OS_X86_1 }}]
1919
schedulers: ["slurm"]

0 commit comments

Comments
 (0)