Adding additional status updates

The parent stage sometimes remains in pending even if the child stage completes when skipped. Added an additional status update for the parent stage.
This commit is contained in:
andrew clark
2025-10-07 19:30:16 -06:00
parent 12150eda95
commit 73e60d5659

7
Jenkinsfile vendored
View File

@@ -1839,7 +1839,12 @@ pipeline {
post {
success {
script {
// Report the skipped stage's status // TODO: Test run - delete me
// Report the skipped parent's stage status
def variant = "Process Performance Test Results"
gitStatusWrapper(credentialsId: "${env.ck_git_creds}", gitHubContext: "${variant}", account: 'ROCm', repo: 'composable_kernel') {
echo "Process Performance Test Results stage skipped."
}
// Report the skipped stage's status
def variant = "Process results"
gitStatusWrapper(credentialsId: "${env.ck_git_creds}", gitHubContext: "${variant}", account: 'ROCm', repo: 'composable_kernel') {
echo "Process Performance Test Results stage skipped."