From c3c318c340c738d595e4d8f16c1452b1510948f3 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Fri, 23 Jan 2026 13:56:47 -0500 Subject: [PATCH] Removing working cases to test other failure examples [ROCm/composable_kernel commit: 58e1d032441fed82d33240f132168ad94bcba476] --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5e1a5af3e4..1c50698d3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,10 +39,8 @@ def testLog() { sh """ echo "GPU not found" echo "Testing GPU not found" - echo "GPU not found Testing" echo "docker login failed" echo "Testing docker login failed" - echo "docker login failed Testing" """ error("Forcing failure to test notifications") }