Skip to content

Commit 0f67636

Browse files
authored
[TRTINFRA-7215][infra] - Move half of the DGX H100 premerge tests to SLURM (#8849)
Signed-off-by: Matt Lefebvre <[email protected]>
1 parent db2a42f commit 0f67636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jenkins/L0_Test.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,9 +2590,6 @@ def launchTestJobs(pipeline, testFilter)
25902590
x86TestConfigs = [
25912591
"DGX_H100-4_GPUs-PyTorch-DeepSeek-1": ["dgx-h100-x4", "l0_dgx_h100", 1, 1, 4],
25922592
"DGX_H100-2_GPUs-PyTorch-Others-1": ["dgx-h100-x2", "l0_dgx_h100", 1, 1, 2],
2593-
"DGX_H100-4_GPUs-PyTorch-GptOss-1": ["dgx-h100-x4", "l0_dgx_h100", 1, 1, 4],
2594-
"DGX_H100-4_GPUs-PyTorch-Others-1": ["dgx-h100-x4", "l0_dgx_h100", 1, 1, 4],
2595-
"DGX_H100-2_GPUs-PyTorch-Ray-1": ["dgx-h100-x2", "l0_dgx_h100", 1, 1, 2],
25962593
"DGX_H100-4_GPUs-CPP-1": ["dgx-h100-x4", "l0_dgx_h100", 1, 1, 4],
25972594
"A10-PyTorch-1": ["a10", "l0_a10", 1, 2],
25982595
"A10-PyTorch-2": ["a10", "l0_a10", 2, 2],
@@ -2705,6 +2702,9 @@ def launchTestJobs(pipeline, testFilter)
27052702
fullSet = parallelJobs.keySet()
27062703

27072704
x86SlurmTestConfigs = [
2705+
"DGX_H100-2_GPUs-PyTorch-Ray-1": ["dgx-h100-x2-oci", "l0_dgx_h100", 1, 1, 2],
2706+
"DGX_H100-4_GPUs-PyTorch-GptOss-1": ["dgx-h100-x4-oci", "l0_dgx_h100", 1, 1, 4],
2707+
"DGX_H100-4_GPUs-PyTorch-Others-1": ["dgx-h100-x4-oci", "l0_dgx_h100", 1, 1, 4],
27082708
"B300-PyTorch-1": ["b300-single", "l0_b300", 1, 1],
27092709
"DGX_B200-4_GPUs-PyTorch-1": ["b200-x4", "l0_dgx_b200", 1, 2, 4],
27102710
"DGX_B200-4_GPUs-PyTorch-2": ["b200-x4", "l0_dgx_b200", 2, 2, 4],

0 commit comments

Comments
 (0)