Skip to content

Commit 25ec125

Browse files
authored
[None][chore] Disable GB300 stages in release branch due to nodes will be offline temporarily (#8645)
Signed-off-by: Yiqing Yan <[email protected]>
1 parent 4b52054 commit 25ec125

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jenkins/L0_Test.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,10 +2175,11 @@ def launchTestJobs(pipeline, testFilter)
21752175
fullSet += SBSATestConfigs.keySet()
21762176

21772177
SBSASlurmTestConfigs = [
2178-
"GB300-PyTorch-1": ["gb300-single", "l0_gb300", 1, 1],
2178+
// Disable GB300 stages due to nodes will be offline temporarily.
2179+
// "GB300-PyTorch-1": ["gb300-single", "l0_gb300", 1, 1],
21792180
"GB200-4_GPUs-PyTorch-1": ["gb200-x4", "l0_gb200_multi_gpus", 1, 1, 4],
21802181
"GB200-4_GPUs-PyTorch-Post-Merge-1": ["gb200-x4", "l0_gb200_multi_gpus", 1, 1, 4],
2181-
"GB300-4_GPUs-PyTorch-Post-Merge-1": ["gb300-x4", "l0_gb300_multi_gpus", 1, 1, 4],
2182+
// "GB300-4_GPUs-PyTorch-Post-Merge-1": ["gb300-x4", "l0_gb300_multi_gpus", 1, 1, 4],
21822183
]
21832184
fullSet += SBSASlurmTestConfigs.keySet()
21842185

0 commit comments

Comments
 (0)