workflows: standardize pkg-* workflow naming#153
Open
simonbeaudoin0935 wants to merge 1 commit into
Open
Conversation
Rename reusable and caller workflow filenames to pkg-* naming. Update workflows_sync migration to remove legacy caller filenames and sync pkg-pr-hook.yml across Debian branches. Update AGENTS, README, and docs to document the pkg-* vs qcom-* distinction: pkg-* for package lifecycle workflows and qcom-* for qcom-wide preflight/infra workflows. Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
5c2aa85 to
14dcb9b
Compare
keerthi-go
approved these changes
May 22, 2026
keerthi-go
reviewed
May 22, 2026
Contributor
keerthi-go
left a comment
There was a problem hiding this comment.
Let's hold this off for now.
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
qcom-*topkg-*naming.github/pkg-workflows/**topkg-*namesuses:references to the new reusable workflow filenamesworkflows_sync.ymlmigration logic to:pkg-*caller filesbuild-debian-package.yml,promote-prebuilt.yml,promote-upstream.yml,release.yml)pr-pre-post-merge.ymlwithpkg-pr-hook.ymlon Debian branchespkg-*for package lifecycle workflows vsqcom-*for qcom-wide preflight/infra workflowsWorkflow Renames
Reusable workflows
qcom-build-pkg-reusable-workflow.yml->pkg-build-reusable-workflow.ymlqcom-promote-prebuilt-reusable-workflow.yml->pkg-promote-prebuilt-reusable-workflow.ymlqcom-promote-upstream-reusable-workflow.yml->pkg-promote-reusable-workflow.ymlqcom-release-reusable-workflow.yml->pkg-release-reusable-workflow.ymlqcom-upstream-pr-pkg-build-reusable-workflow.yml->pkg-upstream-pr-build-reusable-workflow.ymlCaller templates
debian/pr-pre-post-merge.yml->debian/pkg-pr-hook.ymlmain/build-debian-package.yml->main/pkg-build.ymlmain/promote-prebuilt.yml->main/pkg-promote-prebuilt.ymlmain/promote-upstream.yml->main/pkg-promote.ymlmain/release.yml->main/pkg-release.ymlValidation
workflows_sync.ymldry-run passed on this branch: run26307065318pr-pre-post-merge.ymlremovedpkg-pr-hook.ymlcreated on Debian branches