Skip to content

Commit 0924161

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[integ-tests] Update develop.yaml and isolated_regions.yaml
There were missing tests in the yaml files. Moreover, this commit moves the location of test_cluster_with_gpu_health_checks in isolated_regions so that it is in the same location as develop.yaml. This was done to help me compare the two files. Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent b7d5652 commit 0924161

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

tests/integration-tests/configs/develop.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,12 @@ test-suites:
510510
instances: {{ common.INSTANCES_DEFAULT_X86 }}
511511
oss: ["alinux2023"]
512512
schedulers: ["slurm"]
513+
test_slurm.py::test_slurm_custom_config_parameters:
514+
dimensions:
515+
- regions: ["ap-northeast-2"]
516+
instances: {{ common.INSTANCES_DEFAULT_X86 }}
517+
oss: ["ubuntu2004"]
518+
schedulers: ["slurm"]
513519
test_slurm.py::test_slurm_custom_partitions:
514520
dimensions:
515521
- regions: ["ap-northeast-2"]

tests/integration-tests/configs/isolated_regions.yaml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ test-suites:
132132
instances: {{ INSTANCES }}
133133
oss: {{ OSS }}
134134
schedulers: {{ SCHEDULERS }}
135+
test_create.py::test_create_disable_sudo_access_for_default_user:
136+
dimensions:
137+
- regions: {{ REGIONS }}
138+
instances: {{ INSTANCES }}
139+
oss: {{ OSS }}
140+
schedulers: {{ SCHEDULERS }}
135141
monitoring:
136142
test_monitoring.py::test_monitoring:
137143
dimensions:
@@ -169,6 +175,13 @@ test-suites:
169175
# instances: [ "p4d.24xlarge" ]
170176
# oss: {{ OSS }}
171177
# schedulers: {{ SCHEDULERS }}
178+
health_checks:
179+
test_gpu_health_checks.py::test_cluster_with_gpu_health_checks:
180+
dimensions:
181+
- regions: {{ REGIONS }}
182+
instances: {{ INSTANCES }}
183+
oss: {{ OSS }}
184+
schedulers: {{ SCHEDULERS }}
172185
iam:
173186
test_iam.py::test_iam_policies:
174187
dimensions:
@@ -357,6 +370,12 @@ test-suites:
357370
instances: {{ INSTANCES }}
358371
oss: {{ OSS }}
359372
schedulers: {{ SCHEDULERS }}
373+
test_slurm_accounting.py::test_slurm_accounting_external_dbd:
374+
dimensions:
375+
- regions: {{ REGIONS }}
376+
instances: {{ INSTANCES }}
377+
oss: {{ OSS }}
378+
schedulers: {{ SCHEDULERS }}
360379
test_slurm.py::test_slurm_custom_config_parameters:
361380
dimensions:
362381
- regions: {{ REGIONS }}
@@ -451,6 +470,12 @@ test-suites:
451470
instances: ["m5d.xlarge"]
452471
oss: {{ OSS }}
453472
schedulers: {{ SCHEDULERS }}
473+
test_internal_efs.py::test_internal_efs:
474+
dimensions:
475+
- regions: {{ REGIONS }}
476+
instances: {{ INSTANCES }}
477+
oss: {{ OSS }}
478+
schedulers: {{ SCHEDULERS }}
454479
test_shared_home.py::test_shared_home:
455480
dimensions:
456481
- regions: {{ REGIONS }}
@@ -541,8 +566,15 @@ test-suites:
541566
# - regions: {{ REGIONS }}
542567
# oss: {{ OSS }}
543568
# schedulers: {{ SCHEDULERS }}
544-
health_checks:
545-
test_gpu_health_checks.py::test_cluster_with_gpu_health_checks:
569+
users:
570+
test_default_user_home.py::test_default_user_local_home:
571+
dimensions:
572+
- regions: {{ REGIONS }}
573+
instances: {{ INSTANCES }}
574+
oss: {{ OSS }}
575+
schedulers: {{ SCHEDULERS }}
576+
proxy:
577+
test_proxy.py::test_proxy:
546578
dimensions:
547579
- regions: {{ REGIONS }}
548580
instances: {{ INSTANCES }}

0 commit comments

Comments
 (0)