Skip to content

pkg-release: include run_attempt in S3 proposed upload path#178

Merged
keerthi-go merged 1 commit into
mainfrom
feat/s3-run-attempt
Jun 25, 2026
Merged

pkg-release: include run_attempt in S3 proposed upload path#178
keerthi-go merged 1 commit into
mainfrom
feat/s3-run-attempt

Conversation

@keerthi-go

@keerthi-go keerthi-go commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Use <run_id>-<run_attempt> as the S3 key instead of <run_id> alone for the proposed debs and provenance uploads.

Without run_attempt, re-runs of the same workflow overwrite the previous attempt's artifacts at the same S3 path, making it impossible to distinguish or audit them.

S3 layout

s3://qli-prd-lecore-gh-artifacts/qualcomm-linux/pkg/proposed/<run_id>-<run_attempt>/
  provenance_<suite>.json
  debs/
    *.deb

Use `<run_id>-<run_attempt>` as the S3 key instead of `<run_id>`
alone. Without run_attempt, re-runs of the same workflow overwrite
the previous attempt's artifacts at the same S3 path.

S3 layout after this change:
  qualcomm-linux/pkg/proposed/<run_id>-<run_attempt>/
    provenance_<suite>.json
    debs/*.deb

Signed-off-by: Keerthi Gowda <kbalehal@qti.qualcomm.com>
@keerthi-go keerthi-go force-pushed the feat/s3-run-attempt branch from 572e5c4 to 7408675 Compare June 25, 2026 18:16
@keerthi-go keerthi-go merged commit 82dd397 into main Jun 25, 2026
10 checks passed
@keerthi-go keerthi-go deleted the feat/s3-run-attempt branch June 25, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants