Skip to content

Commit 5788935

Browse files
committed
Fix slurm test format
Signed-off-by: ZhanruiSunCh <[email protected]>
1 parent 9f995b7 commit 5788935

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
@@ -401,10 +401,6 @@ def runLLMTestlistOnSlurm(pipeline, platform, testList, config=VANILLA_CONFIG, p
401401
} else {
402402
error "The Slurm node does not come online in the waiting period. Terminating the job."
403403
}
404-
slurmRunner = runInDockerOnNodeMultiStage(LLM_DOCKER_IMAGE, nodeName, dockerArgs, false)
405-
executeLLMTestOnSlurm(pipeline, platform, testList, config, perfMode, stageName, splitId, splits, skipInstallWheel, cpver, slurmRunner)
406-
} else {
407-
echo "The node does not come online in 2 hours, terminating the job"
408404
}
409405
} finally {
410406
stage("Clean up SLURM Resources") {

0 commit comments

Comments
 (0)