Removing test stage

This commit is contained in:
andrew clark
2025-10-06 23:26:25 -06:00
parent 87dea3cdb8
commit 34e43de17f

16
Jenkinsfile vendored
View File

@@ -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"
}
}
}
}
}
}