Skip to content

ci: sync stable tags to kernel-topics - #287

Merged
Salendarsingh Gaud (sgaud-quic) merged 1 commit into
qualcomm-linux:mainfrom
sgaud-quic:main
Sep 27, 2026
Merged

Salendarsingh Gaud (sgaud-quic) merged 1 commit into
qualcomm-linux:mainfrom
sgaud-quic:main

Conversation

@sgaud-quic

Copy link
Copy Markdown
Contributor

The stable tag sync job currently mirrors latest vX.Y.Z tags from git.kernel.org/stable only into qualcomm-linux/kernel. Automerge expects requested base tags to exist in qualcomm-linux/kernel-topics as well, so stable tags need the same mirroring behavior as Torvalds tags.

Push each resolved stable tag to qualcomm-linux/kernel-topics after validating that any existing remote tag points at the expected commit, and fail on SHA mismatches instead of overwriting tags.

The stable tag sync job currently mirrors latest vX.Y.Z tags from
git.kernel.org/stable only into qualcomm-linux/kernel.
Automerge expects requested base tags to exist in qualcomm-linux/kernel-topics
as well, so stable tags need the same mirroring behavior as Torvalds tags.

Push each resolved stable tag to qualcomm-linux/kernel-topics
after validating that any existing remote tag points at the expected commit,
and fail on SHA mismatches instead of overwriting tags.

Signed-off-by: Salendarsingh Gaud <sgaud@qti.qualcomm.com>
@sgaud-quic
Salendarsingh Gaud (sgaud-quic) merged commit daa2c34 into qualcomm-linux:main Sep 27, 2026
1 of 2 checks passed
set -euo pipefail
cd kernel

tag="${{ steps.tag.outputs.tag }}"
cd kernel

tag="${{ steps.tag.outputs.tag }}"
tag_sha="${{ steps.tag.outputs.tag_sha }}"
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.

2 participants