@@ -139,6 +139,20 @@ test-suites:
139139 instances : {{ INSTANCES }}
140140 oss : {{ OSS }}
141141 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 }}
142156 dns :
143157 test_dns.py::test_hit_no_cluster_dns_mpi :
144158 dimensions :
@@ -416,6 +430,12 @@ test-suites:
416430 instances : {{ INSTANCES }}
417431 oss : {{ OSS }}
418432 schedulers : {{ SCHEDULERS }}
433+ test_efs.py::test_efs_access_point :
434+ dimensions :
435+ - regions : {{ REGIONS }}
436+ instances : {{ INSTANCES }}
437+ oss : {{ OSS }}
438+ schedulers : {{ SCHEDULERS }}
419439 test_raid.py::test_raid_fault_tolerance_mode :
420440 dimensions :
421441 - regions : {{ REGIONS }}
@@ -573,8 +593,8 @@ test-suites:
573593 instances : {{ INSTANCES }}
574594 oss : {{ OSS }}
575595 schedulers : {{ SCHEDULERS }}
576- proxy :
577- test_proxy .py::test_proxy :
596+ pyxis :
597+ test_pyxis .py::test_pyxis :
578598 dimensions :
579599 - regions : {{ REGIONS }}
580600 instances : {{ INSTANCES }}
0 commit comments