ci: post check run for release S3 upload - #226
Merged
Merged
Conversation
Keerthi Gowda (keerthi-go)
force-pushed
the
feat/release-checkrun
branch
2 times, most recently
from
August 19, 2026 22:42
5165b4d to
9cd1a30
Compare
Add a check run to the upload-debs-to-s3 job so Coral can subscribe to its check_run event instead of the Status API. The check run is named pkg-release-check-run, posted once as completed with the upload outcome, and includes the S3 destination path in its output so the uploaded artifacts are traceable. Its html_url is also written to GITHUB_STEP_SUMMARY. Grant checks: write in the pkg-release.yml stub under .github/pkg-workflows/qli-ci/, since that permission has to be declared by the top-level caller workflow for the reusable workflow's check-run step to run. This stub is synced out to all pkg-* repos, so it covers every repo using the release workflow. Signed-off-by: Keerthi Gowda <kbalehal@qti.qualcomm.com>
Keerthi Gowda (keerthi-go)
force-pushed
the
feat/release-checkrun
branch
from
August 19, 2026 22:48
9cd1a30 to
a6f69c2
Compare
Bjordis Collaku (bjordiscollaku)
approved these changes
Aug 20, 2026
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.
Summary
pkg-release-check-run) to theupload-debs-to-s3job, posted as completed with the upload outcome and the S3 destination path, so Coral can subscribe to thecheck_runevent instead of the Status API.html_urltoGITHUB_STEP_SUMMARY.checks: writein thepkg-release.ymlstub under.github/pkg-workflows/qli-ci/, since that permission must be declared by the caller workflow for the reusable workflow's check-run step to run. This stub is synced to allpkg-*repos.