Skip to content

Commit a3a4841

Browse files
authored
Fix rerun step (#5319)
Signed-off-by: Yiqing Yan <[email protected]>
1 parent f599ee6 commit a3a4841

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
@@ -990,6 +990,7 @@ def rerunFailedTests(stageName, llmSrc, testCmdLine) {
990990
)
991991

992992
echo "Test rerun report: https://urm.nvidia.com/artifactory/${UPLOAD_PATH}/rerun_reports/${stageName}_rerun_results.html"
993+
echo "isRerunFailed: ${isRerunFailed}"
993994
return isRerunFailed
994995
}
995996

@@ -1230,8 +1231,7 @@ def runLLMTestlistOnPlatformImpl(pipeline, platform, testList, config=VANILLA_CO
12301231
} catch (Exception e) {
12311232
isRerunFailed = rerunFailedTests(stageName, llmSrc, testCmdLine)
12321233
if (isRerunFailed) {
1233-
echo "The tests still failed after rerun attempt."
1234-
throw e
1234+
error "The tests still failed after rerun attempt."
12351235
}
12361236
}
12371237
}

0 commit comments

Comments
 (0)