[None][infra] Disable spark stages due to migration of spark cloud (#11401)

Signed-off-by: qqiao <qqiao@nvidia.com>
This commit is contained in:
Emma Qiao 2026-02-10 11:31:09 +08:00 committed by GitHub
parent 4fc3644705
commit 85919d9517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()