Skip to content

Commit 302bd1d

Browse files
committed
Split DGX_B200 stage into 8 parts
Signed-off-by: Yiqing Yan <[email protected]>
1 parent e270884 commit 302bd1d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

jenkins/L0_Test.groovy

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,14 @@ def launchTestJobs(pipeline, testFilter, dockerNode=null)
18611861

18621862
x86SlurmTestConfigs = [
18631863
"RTXPro6000-PyTorch-Post-Merge-1": ["rtx-pro-6000", "l0_rtx_pro_6000", 1, 1],
1864-
"DGX_B200-4_GPUs-PyTorch-Post-Merge-1": ["b200-x4", "l0_dgx_b200", 1, 1, 4],
1864+
"DGX_B200-4_GPUs-PyTorch-Post-Merge-1": ["b200-x4", "l0_dgx_b200", 1, 8, 4],
1865+
"DGX_B200-4_GPUs-PyTorch-Post-Merge-2": ["b200-x4", "l0_dgx_b200", 2, 8, 4],
1866+
"DGX_B200-4_GPUs-PyTorch-Post-Merge-3": ["b200-x4", "l0_dgx_b200", 3, 8, 4],
1867+
"DGX_B200-4_GPUs-PyTorch-Post-Merge-4": ["b200-x4", "l0_dgx_b200", 4, 8, 4],
1868+
"DGX_B200-4_GPUs-PyTorch-Post-Merge-5": ["b200-x4", "l0_dgx_b200", 5, 8, 4],
1869+
"DGX_B200-4_GPUs-PyTorch-Post-Merge-6": ["b200-x4", "l0_dgx_b200", 6, 8, 4],
1870+
"DGX_B200-4_GPUs-PyTorch-Post-Merge-7": ["b200-x4", "l0_dgx_b200", 7, 8, 4],
1871+
"DGX_B200-4_GPUs-PyTorch-Post-Merge-8": ["b200-x4", "l0_dgx_b200", 8, 8, 4],
18651872
]
18661873
fullSet += x86SlurmTestConfigs.keySet()
18671874

0 commit comments

Comments
 (0)