mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 15:54:31 +00:00
Testing skipped parallel stages
Testing the addition of a coordination stage to always pass and give an update to skipped parent stages with parallel sub-stages.
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -1818,6 +1818,15 @@ pipeline {
|
||||
}
|
||||
parallel
|
||||
{
|
||||
stage("Performance Test Coordination") {
|
||||
agent{ label rocmnode("nogpu") }
|
||||
steps {
|
||||
script {
|
||||
echo "Coordinating Process Performance Test Results stage execution"
|
||||
echo "CI execution status: ${env.SHOULD_RUN_CI}"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Process results"){
|
||||
when {
|
||||
beforeAgent true
|
||||
|
||||
Reference in New Issue
Block a user