pkg-release: upload proposed debs and provenance_<suite>.json to S3 (Ubuntu path)#177
Merged
Merged
Conversation
d39200e to
c6f2438
Compare
Add two changes to the Ubuntu release workflow:
- ubuntu-s3-proposed: runs after build-and-test (before approval gate),
uploads debs/ to S3 so external consumers can fetch and validate
before approving the release.
- persistance: runner changed to lecore-prd-u2404-arm64-xlrg-od-ephem
(self-hosted, has AWS credentials). Two new steps appended at the end
upload provenance_<suite>.json to the same S3 path after release
completes. No separate provenance job needed.
S3 layout:
s3://qli-prd-lecore-gh-artifacts/qualcomm-linux/pkg/proposed/<run_id>/
provenance_<suite>.json <- uploaded by persistance post-release
debs/ <- uploaded by ubuntu-s3-proposed pre-approval
*.deb
Job graph:
build-and-test -> debian-release (approval gate) -+-> persistance
build-and-test -> ubuntu-release (approval gate) -+
build-and-test -> ubuntu-s3-proposed (no gate) -+
Signed-off-by: Keerthi Gowda <kbalehal@qti.qualcomm.com>
c6f2438 to
77c98a6
Compare
bjordiscollaku
approved these changes
Jun 24, 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
Add a new
ubuntu-s3-proposedjob to the Ubuntu release workflow that uploads built.debfiles and aprovenance_<suite>.jsonto S3 before the release approval gate. This allows external consumers to fetch and validate the debs using therun_idbefore approving the release.Job graph
S3 layout
Notes
lecore-prd-u2404-arm64-xlrg-od-ephem(self-hosted, has AWS credentials)proposed