From 6fcbf15fb8711427a039930a48a3a2e2118ed6af Mon Sep 17 00:00:00 2001 From: Yiqing Yan Date: Thu, 29 Jan 2026 11:10:38 +0800 Subject: [PATCH] [None][fix] No need to remove the original waive list (#11060) Signed-off-by: Yiqing Yan --- jenkins/L0_Test.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index d5359ff605..da00e067e2 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -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) {