ci: add post-compile success job#1800
Merged
ricardosalveti merged 1 commit intoqualcomm-linux:masterfrom Mar 26, 2026
Merged
Conversation
lumag
reviewed
Mar 23, 2026
lumag
requested changes
Mar 23, 2026
Contributor
lumag
left a comment
There was a problem hiding this comment.
Also please tune your commit message. Start by describing the issue you observe and the reasons for the change.
Contributor
|
You are describing what this PR is doing and not why it is needed, please explain that as part of your commit message. |
Contributor
Author
updated the commit message. |
e2011e4 to
942ea84
Compare
ricardosalveti
approved these changes
Mar 24, 2026
Contributor
|
Please rebase to fix the CI issues. |
lumag
approved these changes
Mar 26, 2026
Contributor
|
We had to cancel the workflow/CI since we fixed a critical CI issue. Can you please rebase and push again? |
The publish-summary checkrun was used by various automations to trigger subsequent CI jobs on build success. This step was updated to always run regardless of build compilation failures making it an unreliable trigger. (qualcomm-linux@e9542ed) This change adds a success-only job after all compile matrix builds pass. The resulting check can be reused by downstream workflows. Signed-off-by: Vishal Kumar <viskuma@qti.qualcomm.com>
Contributor
Author
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The publish-summary checkrun was used by various automations to trigger
subsequent CI jobs on build success. This step was updated to always run
regardless of build compilation failures making it an unreliable trigger.
(e9542ed)
This change adds a success-only job after all compile matrix builds pass.
The resulting check can be reused by downstream workflows.
Fixes: #1796