Skip to content

Commit cd3e061

Browse files
committed
minor fix
1 parent 35151b8 commit cd3e061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/L0_Test.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def getPytestBaseCommandLine(
227227
"--perf-log-formats yaml"
228228
]
229229
}
230-
return testCmdLine
230+
return testCmdLine as String[]
231231
}
232232

233233
def runLLMTestlistOnSlurm(pipeline, platform, testList, config=VANILLA_CONFIG, perfMode=false, stageName="Undefined", splitId=1, splits=1, gpuCount=1, nodeCount=1, skipInstallWheel=false, cpver="cp312")
@@ -1423,7 +1423,7 @@ def runLLMTestlistOnPlatformImpl(pipeline, platform, testList, config=VANILLA_CO
14231423
splits,
14241424
splitId,
14251425
perfMode,
1426-
${WORKSPACE}/${stageName},
1426+
"${WORKSPACE}/${stageName}",
14271427
TRTLLM_WHL_PATH,
14281428
coverageConfigFile
14291429
)

0 commit comments

Comments
 (0)