Skip to content

Commit 2a27166

Browse files
authored
[TRTLLM-9183][infra] Add --waives-file in rerun pytest command (#8971)
Signed-off-by: Yiqing Yan <[email protected]>
1 parent 5138ef3 commit 2a27166

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
@@ -1901,7 +1901,7 @@ def rerunFailedTests(stageName, llmSrc, testCmdLine, resultFileName="results.xml
19011901
sh "cat ${currentRerunTestList}"
19021902
def xmlFile = "${rerunDir}/rerun_results_${times}.xml"
19031903
// change the testCmdLine for rerun
1904-
def noNeedLine = ["--splitting-algorithm", "--splits", "--group", "--waives-file", "--cov"]
1904+
def noNeedLine = ["--splitting-algorithm", "--splits", "--group", "--cov"]
19051905
def needToChangeLine = ["--test-list", "--csv", "--junit-xml"]
19061906
def newTestCmdLine = testCmdLine.findAll { cmd ->
19071907
!noNeedLine.any { line -> cmd.contains(line) } && !needToChangeLine.any { line -> cmd.contains(line) }

0 commit comments

Comments
 (0)