Skip to content

Commit 67e284a

Browse files
committed
move all B200 TensorRT test cases to post merge
Signed-off-by: junq <[email protected]>
1 parent b8b2bd4 commit 67e284a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jenkins/L0_Test.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,8 +1795,6 @@ def launchTestJobs(pipeline, testFilter, dockerNode=null)
17951795
"B200_PCIe-PyTorch-1": ["b100-ts2", "l0_b200", 1, 3],
17961796
"B200_PCIe-PyTorch-2": ["b100-ts2", "l0_b200", 2, 3],
17971797
"B200_PCIe-PyTorch-3": ["b100-ts2", "l0_b200", 3, 3],
1798-
"B200_PCIe-TensorRT-1": ["b100-ts2", "l0_b200", 1, 2],
1799-
"B200_PCIe-TensorRT-2": ["b100-ts2", "l0_b200", 2, 2],
18001798
"RTX5090-PyTorch-1": ["rtx-5090", "l0_gb202", 1, 1],
18011799
"RTX5080-TensorRT-1": ["rtx-5080", "l0_gb203", 1, 2],
18021800
"RTX5080-TensorRT-2": ["rtx-5080", "l0_gb203", 2, 2],
@@ -1836,6 +1834,8 @@ def launchTestJobs(pipeline, testFilter, dockerNode=null)
18361834
"H100_PCIe-TensorRT-Post-Merge-5": ["h100-cr", "l0_h100", 5, 5],
18371835
"B200_PCIe-Triton-Post-Merge-1": ["b100-ts2", "l0_b200", 1, 1],
18381836
"B200_PCIe-PyTorch-Post-Merge-1": ["b100-ts2", "l0_b200", 1, 1],
1837+
"B200_PCIe-TensorRT-Post-Merge-1": ["b100-ts2", "l0_b200", 1, 2],
1838+
"B200_PCIe-TensorRT-Post-Merge-2": ["b100-ts2", "l0_b200", 2, 2],
18391839
"H100_PCIe-TensorRT-Perf-1": ["h100-cr", "l0_perf", 1, 1],
18401840
"H100_PCIe-PyTorch-Perf-1": ["h100-cr", "l0_perf", 1, 1],
18411841
"DGX_H200-8_GPUs-PyTorch-Post-Merge-1": ["dgx-h200-x8", "l0_dgx_h200", 1, 1, 8],

tests/integration/test_lists/test-db/l0_b200.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ l0_b200:
7979
- '*b100*'
8080
linux_distribution_name: ubuntu*
8181
terms:
82-
stage: pre_merge
82+
stage: post_merge
8383
backend: tensorrt
8484
tests:
8585
# ------------- TRT tests ---------------

0 commit comments

Comments
 (0)