From de2fadb388f4b2735ed1fc589dffafa598bfc0ed Mon Sep 17 00:00:00 2001 From: Matt Lefebvre Date: Wed, 3 Jun 2026 16:35:31 -0700 Subject: [PATCH 1/2] Migrate A100X-FMHA-Post-Merge-1 and A100X-Triton-Post-Merge-[1,2] to SLURM Signed-off-by: Matt Lefebvre --- jenkins/L0_Test.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index f457914a5277..2f0752a9cf8e 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -3866,9 +3866,6 @@ def launchTestJobs(pipeline, testFilter) // "A100X-TensorRT-Post-Merge-4": ["a100x", "l0_a100", 4, 6], // "A100X-TensorRT-Post-Merge-5": ["a100x", "l0_a100", 5, 6], // "A100X-TensorRT-Post-Merge-6": ["a100x", "l0_a100", 6, 6], - "A100X-Triton-Post-Merge-1": ["a100x", "l0_a100", 1, 2], - "A100X-Triton-Post-Merge-2": ["a100x", "l0_a100", 2, 2], - "A100X-FMHA-Post-Merge-1": ["a100x", "l0_a100", 1, 1], // "L40S-TensorRT-Post-Merge-1": ["l40s", "l0_l40s", 1, 5], // "L40S-TensorRT-Post-Merge-2": ["l40s", "l0_l40s", 2, 5], // "L40S-TensorRT-Post-Merge-3": ["l40s", "l0_l40s", 3, 5], @@ -3925,6 +3922,9 @@ def launchTestJobs(pipeline, testFilter) "DGX_H100-PyTorch-6": ["auto:dgx-h100-x1", "l0_h100", 6, 6], "DGX_H100-PyTorch-Post-Merge-1": ["auto:dgx-h100-x1", "l0_h100", 1, 2], "DGX_H100-PyTorch-Post-Merge-2": ["auto:dgx-h100-x1", "l0_h100", 2, 2], + "A100X-Triton-Post-Merge-1": ["auto:dgx-a100-x1", "l0_a100", 1, 2], + "A100X-Triton-Post-Merge-2": ["auto:dgx-a100-x1", "l0_a100", 2, 2], + "A100X-FMHA-Post-Merge-1": ["auto:dgx-a100-x1", "l0_a100", 1, 1], "DGX_H100-2_GPUs-PyTorch-Others-1": ["auto:dgx-h100-x2", "l0_dgx_h100", 1, 2, 2], "DGX_H100-2_GPUs-PyTorch-Others-2": ["auto:dgx-h100-x2", "l0_dgx_h100", 2, 2, 2], "DGX_H100-2_GPUs-PyTorch-GptOss-1": ["auto:dgx-h100-x2", "l0_dgx_h100", 1, 2, 2], From 5b62a16c850dc4cf0eb98b52f0053b7abf16c13e Mon Sep 17 00:00:00 2001 From: Matt Lefebvre Date: Thu, 4 Jun 2026 09:05:39 -0700 Subject: [PATCH 2/2] Update jenkins/L0_Test.groovy Co-authored-by: Yanchao Lu Signed-off-by: Matt Lefebvre --- jenkins/L0_Test.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index 2f0752a9cf8e..b4d731cf1cb9 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -3922,9 +3922,9 @@ def launchTestJobs(pipeline, testFilter) "DGX_H100-PyTorch-6": ["auto:dgx-h100-x1", "l0_h100", 6, 6], "DGX_H100-PyTorch-Post-Merge-1": ["auto:dgx-h100-x1", "l0_h100", 1, 2], "DGX_H100-PyTorch-Post-Merge-2": ["auto:dgx-h100-x1", "l0_h100", 2, 2], - "A100X-Triton-Post-Merge-1": ["auto:dgx-a100-x1", "l0_a100", 1, 2], - "A100X-Triton-Post-Merge-2": ["auto:dgx-a100-x1", "l0_a100", 2, 2], - "A100X-FMHA-Post-Merge-1": ["auto:dgx-a100-x1", "l0_a100", 1, 1], + "DGX_A100-Triton-Post-Merge-1": ["auto:dgx-a100-x1", "l0_a100", 1, 2], + "DGX_A100-Triton-Post-Merge-2": ["auto:dgx-a100-x1", "l0_a100", 2, 2], + "DGX_A100-FMHA-Post-Merge-1": ["auto:dgx-a100-x1", "l0_a100", 1, 1], "DGX_H100-2_GPUs-PyTorch-Others-1": ["auto:dgx-h100-x2", "l0_dgx_h100", 1, 2, 2], "DGX_H100-2_GPUs-PyTorch-Others-2": ["auto:dgx-h100-x2", "l0_dgx_h100", 2, 2, 2], "DGX_H100-2_GPUs-PyTorch-GptOss-1": ["auto:dgx-h100-x2", "l0_dgx_h100", 1, 2, 2],