[None][fix] No need to remove the original waive list (#11060)

Signed-off-by: Yiqing Yan <yiqingy@nvidia.com>
This commit is contained in:
Yiqing Yan 2026-01-29 11:10:38 +08:00 committed by GitHub
parent f03908cf9e
commit 6fcbf15fb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2547,7 +2547,6 @@ def mergeWaivesTxt(pipeline, llmSrc, stageName) {
if (!fileExists("waives.txt")) {
error "There is no merged waives.txt file, use the default waives.txt."
}
sh "rm ${llmSrc}/tests/integration/test_lists/waives.txt"
sh "mv waives.txt ${llmSrc}/tests/integration/test_lists/waives.txt"
echo "Download merged waives.txt successfully"
} catch (InterruptedException e) {