From daa6cae5f56d5a18abcd7b13dd63b0ff12666469 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Fri, 23 Jan 2026 14:29:13 -0500 Subject: [PATCH] Finished testing failure types. Removed testing code. [ROCm/composable_kernel commit: 8654c0628f83261d3dd64cfb4ec80e9dd2b29fa5] --- Jenkinsfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 49949d8851..1a8be258bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,15 +34,6 @@ def checkForPattern(pattern, log) { return [found: false, matchedLine: "", context: ""] } -def testLog() { - // Todo: Remove test examples - sh """ - echo "GPU not found Testing" - echo "docker login failed Testing" - """ - error("Forcing failure to test notifications") -} - // Scan the build logs for failures and send notifications. def sendFailureNotifications() { // Error patterns to scan build logs for specific failure types and send detailed notifications. @@ -1299,7 +1290,6 @@ pipeline { script { env.SHOULD_RUN_CI = String.valueOf(params.FORCE_CI.toBoolean() || shouldRunCICheck()) echo "SHOULD_RUN_CI: ${env.SHOULD_RUN_CI}" - testLog() } } }