From 83bc559c3689b98265e24bc21a3ca4053055d9b6 Mon Sep 17 00:00:00 2001 From: Julian Huang Date: Fri, 10 Apr 2026 16:35:33 -0400 Subject: [PATCH 1/3] Fix release run pls Signed-off-by: Julian Huang --- .github/workflows/release_branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index 79d450975e96..230d6b41bcaf 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -418,7 +418,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: e1f4e6ae0d862388e113cbc74b8dab32b9db64fc + commit: 860878e0532f80266f59e8cdd075368ee34ce867 arch: release build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -429,7 +429,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: e1f4e6ae0d862388e113cbc74b8dab32b9db64fc + commit: 860878e0532f80266f59e8cdd075368ee34ce867 arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 From c334379c7cce2db1bd954405c3bdd062c9bc35fb Mon Sep 17 00:00:00 2001 From: Julian Huang Date: Fri, 10 Apr 2026 16:40:02 -0400 Subject: [PATCH 2/3] Empty commit to retrigger CI Signed-off-by: Julian Huang From 4f391779fe015f1b475672f6b1a80db70ff1f102 Mon Sep 17 00:00:00 2001 From: Julian Huang Date: Fri, 10 Apr 2026 16:52:15 -0400 Subject: [PATCH 3/3] Empty commit to retrigger CI Signed-off-by: Julian Huang