Skip to content

Commit fe34b4b

Browse files
committed
Skip test
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
1 parent 6d71d88 commit fe34b4b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

jenkins/L0_MergeRequest.groovy

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,10 @@ def launchStages(pipeline, reuseBuild, testFilter, enableFailFast, globalVars)
14581458
echo "Skipping x86_64 tests (GenPostMergeBuilds mode: builds only)"
14591459
return
14601460
}
1461+
if (testFilter[(TEST_STAGE_LIST)]?.contains("NGC-Container-Scaning")) {
1462+
echo "Skipping x86_64 tests (PLC container scanning)"
1463+
return
1464+
}
14611465

14621466
testStageName = "[Test-x86_64-Single-GPU] Remote Run"
14631467
def singleGpuTestFailed = false
@@ -1571,6 +1575,11 @@ def launchStages(pipeline, reuseBuild, testFilter, enableFailFast, globalVars)
15711575
return
15721576
}
15731577

1578+
if (testFilter[(TEST_STAGE_LIST)]?.contains("NGC-Container-Scaning")) {
1579+
echo "Skipping x86_64 tests (PLC container scanning)"
1580+
return
1581+
}
1582+
15741583
testStageName = "[Test-SBSA-Single-GPU] Remote Run"
15751584
def singleGpuTestFailed = false
15761585
stage(testStageName) {

0 commit comments

Comments
 (0)