Skip to content

Commit b8a9fdc

Browse files
committed
Fix slurm test format
Signed-off-by: ZhanruiSunCh <[email protected]>
1 parent 40a8528 commit b8a9fdc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jenkins/L0_Test.groovy

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,6 @@ def runLLMTestlistOnSlurm(pipeline, platform, testList, config=VANILLA_CONFIG, p
425425
} else {
426426
error "The Slurm node does not come online in the waiting period. Terminating the job."
427427
}
428-
slurmRunner = runInDockerOnNodeMultiStage(LLM_DOCKER_IMAGE, nodeName, dockerArgs, false)
429-
executeLLMTestOnSlurm(pipeline, platform, testList, config, perfMode, stageName, splitId, splits, skipInstallWheel, cpver, slurmRunner)
430-
} else {
431-
echo "The node does not come online in 2 hours, terminating the job"
432428
}
433429
} finally {
434430
stage("Clean up SLURM Resources") {

0 commit comments

Comments
 (0)