[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:
Zhanrui Sun 2025-09-12 18:46:19 +08:00 committed by GitHub
parent c2bc39af63
commit 7d73a89ad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")
}
}
}