From 85919d9517098dbabdb677842a18ccdb27795712 Mon Sep 17 00:00:00 2001 From: Emma Qiao Date: Tue, 10 Feb 2026 11:31:09 +0800 Subject: [PATCH] [None][infra] Disable spark stages due to migration of spark cloud (#11401) Signed-off-by: qqiao --- jenkins/L0_Test.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()