diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index 1d7583a57e..8333c69ca2 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -3334,7 +3334,8 @@ def launchTestJobs(pipeline, testFilter) SBSATestConfigs = [ "GH200-TensorRT-Post-Merge-1": ["gh200", "l0_gh200", 1, 1], // DGX Spark is also named as GB10 Grace Blackwell Superchip. - "GB10-PyTorch-1": ["gb10x", "l0_gb10", 1, 1], + // Disable GB10 stage temporarily due to migration of Spark cloud + // "GB10-PyTorch-1": ["gb10x", "l0_gb10", 1, 1], ] fullSet += SBSATestConfigs.keySet()