From adc6fea0b4dd9d0e67767d098e63e97443dd6e18 Mon Sep 17 00:00:00 2001 From: Matt Lefebvre Date: Fri, 21 Nov 2025 19:03:57 -0800 Subject: [PATCH] Move DGX_H100-4_GPUs-PyTorch-DeepSeek-1 and DGX_H100-2_GPUs-PyTorch-Others-1 to SLURM Signed-off-by: Matt Lefebvre --- jenkins/L0_Test.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index def181de7ba..08a4cb269f5 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -2628,8 +2628,6 @@ def launchTestJobs(pipeline, testFilter) // may break the mapping functionality. x86TestConfigs = [ - "DGX_H100-4_GPUs-PyTorch-DeepSeek-1": ["dgx-h100-x4", "l0_dgx_h100", 1, 1, 4], - "DGX_H100-2_GPUs-PyTorch-Others-1": ["dgx-h100-x2", "l0_dgx_h100", 1, 1, 2], "DGX_H100-4_GPUs-CPP-1": ["dgx-h100-x4", "l0_dgx_h100", 1, 1, 4], "A10-PyTorch-1": ["a10", "l0_a10", 1, 2], "A10-PyTorch-2": ["a10", "l0_a10", 2, 2], @@ -2739,6 +2737,8 @@ def launchTestJobs(pipeline, testFilter) fullSet = parallelJobs.keySet() x86SlurmTestConfigs = [ + "DGX_H100-4_GPUs-PyTorch-DeepSeek-1": ["dgx-h100-x4-oci", "l0_dgx_h100", 1, 1, 4], + "DGX_H100-2_GPUs-PyTorch-Others-1": ["dgx-h100-x2-oci", "l0_dgx_h100", 1, 1, 2], "DGX_H100-2_GPUs-PyTorch-Ray-1": ["dgx-h100-x2-oci", "l0_dgx_h100", 1, 1, 2], "DGX_H100-4_GPUs-PyTorch-GptOss-1": ["dgx-h100-x4-oci", "l0_dgx_h100", 1, 1, 4], "DGX_H100-4_GPUs-PyTorch-Others-1": ["dgx-h100-x4-oci", "l0_dgx_h100", 1, 1, 4],