@@ -1274,6 +1274,8 @@ def getMakoArgsFromStageName(stageName, parseSysinfo=false) {
12741274 }
12751275 if (stageName. contains(" -DeepSeek-" )) {
12761276 makoArgs + = [" auto_trigger=deepseek" ]
1277+ } else if (stageName. contains(" -GptOss-" )) {
1278+ makoArgs + = [" auto_trigger=gpt_oss" ]
12771279 } else {
12781280 makoArgs + = [" auto_trigger=others" ]
12791281 }
@@ -2039,6 +2041,7 @@ def launchTestJobs(pipeline, testFilter)
20392041 " DGX_H100-4_GPUs-PyTorch-DeepSeek-1" : [" dgx-h100-x4" , " l0_dgx_h100" , 1 , 2 , 4 ],
20402042 " DGX_H100-4_GPUs-PyTorch-DeepSeek-2" : [" dgx-h100-x4" , " l0_dgx_h100" , 2 , 2 , 4 ],
20412043 " DGX_H100-2_GPUs-PyTorch-Others-1" : [" dgx-h100-x2" , " l0_dgx_h100" , 1 , 1 , 2 ],
2044+ " DGX_H100-4_GPUs-PyTorch-GptOss-1" : [" dgx-h100-x4" , " l0_dgx_h100" , 1 , 1 , 4 ],
20422045 " DGX_H100-4_GPUs-PyTorch-Others-1" : [" dgx-h100-x4" , " l0_dgx_h100" , 1 , 1 , 4 ],
20432046 " DGX_H100-4_GPUs-CPP-1" : [" dgx-h100-x4" , " l0_dgx_h100" , 1 , 1 , 4 ],
20442047 " A10-PyTorch-1" : [" a10" , " l0_a10" , 1 , 1 ],
0 commit comments