From 34e43de17fdcffc57af417941db48d7ac0982e1e Mon Sep 17 00:00:00 2001 From: andrew clark Date: Mon, 6 Oct 2025 23:26:25 -0600 Subject: [PATCH] Removing test stage --- Jenkinsfile | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index dc1297c8a4..916585186f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1840,21 +1840,5 @@ pipeline { } } } - stage("Clean Up Test Stage") - { - when { - beforeAgent true - expression { env.SHOULD_RUN_CI.toBoolean() } - } - agent{ label rocmnode("nogpu") } - steps { - script { - def variant = env.STAGE_NAME - gitStatusWrapper(credentialsId: "${env.ck_git_creds}", gitHubContext: "${variant}", account: 'ROCm', repo: 'composable_kernel') { - echo "Clean up test stage executing" - } - } - } - } } }