disable merge waive list stage

Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
This commit is contained in:
Xiwen Yu 2025-08-21 11:14:41 +08:00
parent f4de8840ec
commit b7cc06cd6a

View File

@ -372,9 +372,9 @@ def preparation(pipeline, testFilter, globalVars)
stage("Setup Environment") {
setupPipelineEnvironment(pipeline, testFilter, globalVars)
}
stage("Merge Test Waive List") {
mergeWaiveList(pipeline, globalVars)
}
// stage("Merge Test Waive List") {
// mergeWaiveList(pipeline, globalVars)
// }
})
}