Skip to content

Commit a431dc4

Browse files
committed
test b200
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
1 parent f848d84 commit a431dc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jenkins/L0_Test.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Library(['bloom-jenkins-shared-lib@main', 'trtllm-jenkins-shared-lib@main']) _
1+
@Library(['bloom-jenkins-shared-lib@dev-yuanjingx-add_custom_ssh_option', 'trtllm-jenkins-shared-lib@main']) _
22

33
import java.lang.InterruptedException
44
import groovy.transform.Field
@@ -1000,7 +1000,8 @@ def runLLMTestlistWithSbatch(pipeline, platform, testList, config=VANILLA_CONFIG
10001000
timeout: false,
10011001
script: Utils.sshUserCmd(
10021002
remote,
1003-
scriptExecPathNode
1003+
scriptExecPathNode,
1004+
"-o ConnectTimeout=600"
10041005
)
10051006
)
10061007
}

0 commit comments

Comments
 (0)