Skip to content

pkg-build: upload proposed debs to S3 for Ubuntu PR builds - #220

Merged
Keerthi Gowda (keerthi-go) merged 1 commit into
mainfrom
feat/pr-check-s3-upload
Aug 5, 2026
Merged

pkg-build: upload proposed debs to S3 for Ubuntu PR builds#220
Keerthi Gowda (keerthi-go) merged 1 commit into
mainfrom
feat/pr-check-s3-upload

Conversation

@keerthi-go

@keerthi-go Keerthi Gowda (keerthi-go) commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds an Upload_to_S3 job to pkg-build-reusable-workflow.yml that, for Ubuntu-family pull request builds, downloads the docker-build-area artifact, stages the built .deb files into a tarball, and uploads them to the qli-prd-lecore-gh-artifacts S3 bucket under qualcomm-linux/pkg/proposed/${{ github.run_id }}-${{ github.run_attempt }}/.
  • Runs only when github.event_name == 'pull_request', family == 'ubuntu', and both docker-build and test succeeded.

steps:

- name: Download Docker build artifacts
uses: actions/download-artifact@v8
fi

- name: Upload proposed debs to S3
uses: qualcomm-linux/upload-private-artifact-action@aws-v4
Signed-off-by: Keerthi Gowda <kbalehal@qti.qualcomm.com>
@keerthi-go
Keerthi Gowda (keerthi-go) merged commit 1e71eef into main Aug 5, 2026
12 checks passed
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