Skip to content

Commit 770425b

Browse files
committed
Fix
Signed-off-by: ZhanruiSunCh <[email protected]>
1 parent 5ee1b91 commit 770425b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jenkins/L0_Test.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,10 @@ def runLLMTestlistOnSlurm(pipeline, platform, testList, config=VANILLA_CONFIG, p
371371
} else {
372372
error "The Slurm node does not come online in the waiting period. Terminating the job."
373373
}
374+
slurmRunner = runInDockerOnNodeMultiStage(LLM_DOCKER_IMAGE, nodeName, dockerArgs, false)
375+
executeLLMTestOnSlurm(pipeline, platform, testList, config, perfMode, stageName, splitId, splits, skipInstallWheel, cpver, slurmRunner)
376+
} else {
377+
echo "The node does not come online in 2 hours, terminating the job"
374378
}
375379
} catch (Exception e) {
376380
if (e.getMessage()?.contains("Failed to kill container")) {

0 commit comments

Comments
 (0)