Skip to content

Commit 3ada0bf

Browse files
authored
[None][infra] Fix Slurm job script (#9508)
Signed-off-by: Yuanjing Xue <[email protected]>
1 parent f1ed057 commit 3ada0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/L0_Test.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ def runLLMTestlistWithSbatch(pipeline, platform, testList, config=VANILLA_CONFIG
10081008
true
10091009
)
10101010

1011-
def scriptExec = """
1011+
def scriptExec = """#!/bin/bash
10121012
set -Eeuo pipefail
10131013
trap 'rc=\$?; echo "Error in file \${BASH_SOURCE[0]} on line \$LINENO: \$BASH_COMMAND (exit \$rc)"; exit \$rc' ERR
10141014
touch ${outputPath}

0 commit comments

Comments
 (0)