mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[TRTLLM-7169][infra] Fix Slurm multi-node test showing "Submit Test Results" in the test name (#6856)
Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com>
This commit is contained in:
parent
c2bc39af63
commit
7d73a89ad0
@ -131,11 +131,13 @@ def uploadResults(def pipeline, SlurmCluster cluster, String nodeName, String st
|
||||
"results-${stageName}.tar.gz",
|
||||
"${UPLOAD_PATH}/test-results/"
|
||||
)
|
||||
junit(testResults: "${stageName}/results*.xml")
|
||||
} else {
|
||||
println("No results xml to submit")
|
||||
}
|
||||
}
|
||||
if (downloadSucceed) {
|
||||
junit(testResults: "${stageName}/results*.xml")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user