From 85d8374c506b14404e5a4404fdbe8385acda845c Mon Sep 17 00:00:00 2001 From: Bjordis Collaku Date: Tue, 22 Sep 2026 11:09:13 -0700 Subject: [PATCH] ci: update the Release ref to qcom-next-7.3-rc2-20260921 Both Release rows pin qcom-next-7.2-20260826. Move them to qcom-next-7.3-rc2-20260921, so a release build tracks the 7.3 pre-release rather than the outgoing 7.2. This pins to an -rc2 snapshot, not a final 7.3 tag. -rcN stays in uname -r and the versioned package names; only the Debian version field converts it to ~rcN, so the resulting packages are versioned accordingly and do not collide with a later final 7.3 release. Daily rows are unchanged and continue to resolve the newest matching qcom-next-* tag on every run. Signed-off-by: Bjordis Collaku --- ci/build-matrix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build-matrix.json b/ci/build-matrix.json index 968f15f..e038ed8 100644 --- a/ci/build-matrix.json +++ b/ci/build-matrix.json @@ -37,7 +37,7 @@ "forky" ], "git_clone": "https://github.com/qualcomm-linux/kernel", - "branch_or_tag": "qcom-next-7.2-20260826", + "branch_or_tag": "qcom-next-7.3-rc2-20260921", "ref_strategy": "pinned_ref", "srcpkg": "linux-qcom-next", "binpkg": "linux-image-qcom-next", @@ -76,7 +76,7 @@ "forky" ], "git_clone": "https://github.com/qualcomm-linux/kernel", - "branch_or_tag": "qcom-next-7.2-20260826", + "branch_or_tag": "qcom-next-7.3-rc2-20260921", "ref_strategy": "pinned_ref", "srcpkg": "linux-qcom-next-debug", "binpkg": "linux-image-qcom-next-debug",