mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-07 00:04:37 +00:00
Testing parallel stages
Adding coordination stage to test if parent check status is correctly updated.
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -1594,6 +1594,15 @@ pipeline {
|
||||
}
|
||||
parallel
|
||||
{
|
||||
stage("Build Coordination") {
|
||||
agent{ label rocmnode("nogpu") }
|
||||
steps {
|
||||
script {
|
||||
echo "Coordinating Build CK and run Tests stage execution"
|
||||
echo "CI execution status: ${env.SHOULD_RUN_CI}"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Build CK with RHEL8")
|
||||
{
|
||||
when {
|
||||
|
||||
Reference in New Issue
Block a user