@@ -139,6 +139,20 @@ test-suites:
139
139
instances : {{ INSTANCES }}
140
140
oss : {{ OSS }}
141
141
schedulers : {{ SCHEDULERS }}
142
+ dcv :
143
+ test_dcv.py::test_dcv_configuration :
144
+ dimensions :
145
+ # DCV on GPU enabled instance
146
+ - regions : {{ REGIONS }}
147
+ instances : ["g4dn.2xlarge"]
148
+ oss : {{ OSS }}
149
+ schedulers : {{ SCHEDULERS }}
150
+ test_dcv.py::test_dcv_with_remote_access :
151
+ dimensions :
152
+ - regions : {{ REGIONS }}
153
+ instances : {{ INSTANCES }}
154
+ oss : {{ OSS }}
155
+ schedulers : {{ SCHEDULERS }}
142
156
dns :
143
157
test_dns.py::test_hit_no_cluster_dns_mpi :
144
158
dimensions :
@@ -416,6 +430,12 @@ test-suites:
416
430
instances : {{ INSTANCES }}
417
431
oss : {{ OSS }}
418
432
schedulers : {{ SCHEDULERS }}
433
+ test_efs.py::test_efs_access_point :
434
+ dimensions :
435
+ - regions : {{ REGIONS }}
436
+ instances : {{ INSTANCES }}
437
+ oss : {{ OSS }}
438
+ schedulers : {{ SCHEDULERS }}
419
439
test_raid.py::test_raid_fault_tolerance_mode :
420
440
dimensions :
421
441
- regions : {{ REGIONS }}
@@ -573,8 +593,8 @@ test-suites:
573
593
instances : {{ INSTANCES }}
574
594
oss : {{ OSS }}
575
595
schedulers : {{ SCHEDULERS }}
576
- proxy :
577
- test_proxy .py::test_proxy :
596
+ pyxis :
597
+ test_pyxis .py::test_pyxis :
578
598
dimensions :
579
599
- regions : {{ REGIONS }}
580
600
instances : {{ INSTANCES }}
0 commit comments