@@ -2590,9 +2590,6 @@ def launchTestJobs(pipeline, testFilter)
25902590 x86TestConfigs = [
25912591 " DGX_H100-4_GPUs-PyTorch-DeepSeek-1" : [" dgx-h100-x4" , " l0_dgx_h100" , 1 , 1 , 4 ],
25922592 " DGX_H100-2_GPUs-PyTorch-Others-1" : [" dgx-h100-x2" , " l0_dgx_h100" , 1 , 1 , 2 ],
2593- " DGX_H100-4_GPUs-PyTorch-GptOss-1" : [" dgx-h100-x4" , " l0_dgx_h100" , 1 , 1 , 4 ],
2594- " DGX_H100-4_GPUs-PyTorch-Others-1" : [" dgx-h100-x4" , " l0_dgx_h100" , 1 , 1 , 4 ],
2595- " DGX_H100-2_GPUs-PyTorch-Ray-1" : [" dgx-h100-x2" , " l0_dgx_h100" , 1 , 1 , 2 ],
25962593 " DGX_H100-4_GPUs-CPP-1" : [" dgx-h100-x4" , " l0_dgx_h100" , 1 , 1 , 4 ],
25972594 " A10-PyTorch-1" : [" a10" , " l0_a10" , 1 , 2 ],
25982595 " A10-PyTorch-2" : [" a10" , " l0_a10" , 2 , 2 ],
@@ -2705,6 +2702,9 @@ def launchTestJobs(pipeline, testFilter)
27052702 fullSet = parallelJobs. keySet()
27062703
27072704 x86SlurmTestConfigs = [
2705+ " DGX_H100-2_GPUs-PyTorch-Ray-1" : [" dgx-h100-x2-oci" , " l0_dgx_h100" , 1 , 1 , 2 ],
2706+ " DGX_H100-4_GPUs-PyTorch-GptOss-1" : [" dgx-h100-x4-oci" , " l0_dgx_h100" , 1 , 1 , 4 ],
2707+ " DGX_H100-4_GPUs-PyTorch-Others-1" : [" dgx-h100-x4-oci" , " l0_dgx_h100" , 1 , 1 , 4 ],
27082708 " B300-PyTorch-1" : [" b300-single" , " l0_b300" , 1 , 1 ],
27092709 " DGX_B200-4_GPUs-PyTorch-1" : [" b200-x4" , " l0_dgx_b200" , 1 , 2 , 4 ],
27102710 " DGX_B200-4_GPUs-PyTorch-2" : [" b200-x4" , " l0_dgx_b200" , 2 , 2 , 4 ],
0 commit comments