Skip to content

Commit 7d73a89

Browse files
authored
[TRTLLM-7169][infra] Fix Slurm multi-node test showing "Submit Test Results" in the test name (#6856)
Signed-off-by: ZhanruiSunCh <[email protected]>
1 parent c2bc39a commit 7d73a89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jenkins/L0_Test.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,13 @@ def uploadResults(def pipeline, SlurmCluster cluster, String nodeName, String st
131131
"results-${stageName}.tar.gz",
132132
"${UPLOAD_PATH}/test-results/"
133133
)
134-
junit(testResults: "${stageName}/results*.xml")
135134
} else {
136135
println("No results xml to submit")
137136
}
138137
}
138+
if (downloadSucceed) {
139+
junit(testResults: "${stageName}/results*.xml")
140+
}
139141
}
140142
}
141143

0 commit comments

Comments
 (0)