@@ -635,7 +635,7 @@ def launchTestListCheck(pipeline)
635635 sh " tar -zxf ${ tarName} "
636636 def llmPath = sh (script : " realpath ." , returnStdout : true ). trim()
637637 def llmSrc = " ${ llmPath} /TensorRT-LLM/src"
638- sh " NVIDIA_TRITON_SERVER_VERSION=25.03 LLM_ROOT=${ llmSrc} LLM_BACKEND_ROOT=${ llmSrc} /triton_backend python3 ${ llmSrc} /scripts/check_test_list.py --l0 --qa"
638+ sh " NVIDIA_TRITON_SERVER_VERSION=25.04 LLM_ROOT=${ llmSrc} LLM_BACKEND_ROOT=${ llmSrc} /triton_backend python3 ${ llmSrc} /scripts/check_test_list.py --l0 --qa"
639639 } catch (InterruptedException e) {
640640 throw e
641641 } catch (Exception e) {
@@ -1383,7 +1383,6 @@ def launchTestJobs(pipeline, testFilter, dockerNode=null)
13831383 " A10-TensorRT-6" : [" a10" , " l0_a10" , 6 , 6 ],
13841384 " A30-PyTorch-1" : [" a30" , " l0_a30" , 1 , 2 ],
13851385 " A30-PyTorch-2" : [" a30" , " l0_a30" , 2 , 2 ],
1386- " A30-Triton-Python-[Post-Merge]-1" : [" a30" , " l0_a30" , 1 , 1 ],
13871386 " A30-CPP-1" : [" a30" , " l0_a30" , 1 , 2 ],
13881387 " A30-CPP-2" : [" a30" , " l0_a30" , 2 , 2 ],
13891388 " A30-TensorRT-1" : [" a30" , " l0_a30" , 1 , 4 ],
@@ -1395,7 +1394,6 @@ def launchTestJobs(pipeline, testFilter, dockerNode=null)
13951394 " A100X-TensorRT-2" : [" a100x" , " l0_a100" , 2 , 4 ],
13961395 " A100X-TensorRT-3" : [" a100x" , " l0_a100" , 3 , 4 ],
13971396 " A100X-TensorRT-4" : [" a100x" , " l0_a100" , 4 , 4 ],
1398- " A100X-Triton-Python-[Post-Merge]-1" : [" a100x" , " l0_a100" , 1 , 1 ],
13991397 " L40S-PyTorch-1" : [" l40s" , " l0_l40s" , 1 , 1 ],
14001398 " L40S-TensorRT-1" : [" l40s" , " l0_l40s" , 1 , 3 ],
14011399 " L40S-TensorRT-2" : [" l40s" , " l0_l40s" , 2 , 3 ],
@@ -1413,7 +1411,6 @@ def launchTestJobs(pipeline, testFilter, dockerNode=null)
14131411 " B200_PCIe-PyTorch-2" : [" b100-ts2" , " l0_b200" , 2 , 2 ],
14141412 " B200_PCIe-TensorRT-1" : [" b100-ts2" , " l0_b200" , 1 , 2 ],
14151413 " B200_PCIe-TensorRT-2" : [" b100-ts2" , " l0_b200" , 2 , 2 ],
1416- " B200_PCIe-Triton-Python-[Post-Merge]-1" : [" b100-ts2" , " l0_b200" , 1 , 1 ],
14171414 " RTX5090-PyTorch-1" : [" rtx-5090" , " l0_gb202" , 1 , 1 ],
14181415 " RTX5080-TensorRT-1" : [" rtx-5080" , " l0_gb203" , 1 , 2 ],
14191416 " RTX5080-TensorRT-2" : [" rtx-5080" , " l0_gb203" , 2 , 2 ],
@@ -1424,14 +1421,19 @@ def launchTestJobs(pipeline, testFilter, dockerNode=null)
14241421 " A30-TensorRT-[Post-Merge]-1" : [" a30" , " l0_a30" , 1 , 2 ],
14251422 " A30-TensorRT-[Post-Merge]-2" : [" a30" , " l0_a30" , 2 , 2 ],
14261423 " A30-CPP-[Post-Merge]-1" : [" a30" , " l0_a30" , 1 , 1 ],
1424+ " A30-Triton-Python-[Post-Merge]-1" : [" a30" , " l0_a30" , 1 , 2 ],
1425+ " A30-Triton-Python-[Post-Merge]-2" : [" a30" , " l0_a30" , 2 , 2 ],
14271426 " A100X-TensorRT-[Post-Merge]-1" : [" a100x" , " l0_a100" , 1 , 2 ],
14281427 " A100X-TensorRT-[Post-Merge]-2" : [" a100x" , " l0_a100" , 2 , 2 ],
1428+ " A100X-Triton-Python-[Post-Merge]-1" : [" a100x" , " l0_a100" , 1 , 2 ],
1429+ " A100X-Triton-Python-[Post-Merge]-2" : [" a100x" , " l0_a100" , 2 , 2 ],
14291430 " L40S-TensorRT-[Post-Merge]-1" : [" l40s" , " l0_l40s" , 1 , 2 ],
14301431 " L40S-TensorRT-[Post-Merge]-2" : [" l40s" , " l0_l40s" , 2 , 2 ],
14311432 " H100_PCIe-PyTorch-[Post-Merge]-1" : [" h100-cr" , " l0_h100" , 1 , 1 ],
14321433 " H100_PCIe-CPP-[Post-Merge]-1" : [" h100-cr" , " l0_h100" , 1 , 1 ],
14331434 " H100_PCIe-TensorRT-[Post-Merge]-1" : [" h100-cr" , " l0_h100" , 1 , 2 ],
14341435 " H100_PCIe-TensorRT-[Post-Merge]-2" : [" h100-cr" , " l0_h100" , 2 , 2 ],
1436+ " B200_PCIe-Triton-Python-[Post-Merge]-1" : [" b100-ts2" , " l0_b200" , 1 , 1 ],
14351437 " DGX_H100-4_GPUs-PyTorch-[Post-Merge]" : [" dgx-h100-x4" , " l0_dgx_h100" , 1 , 1 , 4 ],
14361438 " DGX_H100-4_GPUs-TensorRT-[Post-Merge]" : [" dgx-h100-x4" , " l0_dgx_h100" , 1 , 1 , 4 ],
14371439 " A100_80GB_PCIE-TensorRT-Perf" : [" a100-80gb-pcie" , " l0_perf" , 1 , 1 ],
0 commit comments