Skip to content

Commit 2b286ae

Browse files
authored
[None][infra] Disable GB200-PyTorch-1 due to OOM issue (#7386)
Signed-off-by: Yuanjing Xue <[email protected]>
1 parent efaefca commit 2b286ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jenkins/L0_Test.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,8 @@ def launchTestJobs(pipeline, testFilter, dockerNode=null)
20442044
fullSet += SBSATestConfigs.keySet()
20452045

20462046
SBSASlurmTestConfigs = [
2047-
"GB200-PyTorch-1": ["gb200-single", "l0_gb200", 1, 1],
2047+
// Disable GB200-PyTorch-1 due to OOM (https://nvbugspro.nvidia.com/bug/5490507)
2048+
//"GB200-PyTorch-1": ["gb200-single", "l0_gb200", 1, 1],
20482049
"GB200-4_GPUs-PyTorch-1": ["gb200-x4", "l0_gb200_multi_gpus", 1, 1, 4],
20492050
"GB200-4_GPUs-PyTorch-Post-Merge-1": ["gb200-x4", "l0_gb200_multi_gpus", 1, 1, 4],
20502051
]

0 commit comments

Comments
 (0)