From e6ae3101dea3efd90e7b2cb9ebc9da7880565be5 Mon Sep 17 00:00:00 2001 From: MyroTk <44327070+MyroTk@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:17:38 -0400 Subject: [PATCH] Update regression commit to dea64e6 --- .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 4e4d93f7cbef..ba9484d9790a 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -552,7 +552,7 @@ jobs: secrets: inherit with: runner_type: altinity-on-demand, altinity-regression-tester - commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c + commit: dea64e67b7b3aca2b8c5b57cbd68266636202b29 arch: release build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -563,7 +563,7 @@ jobs: secrets: inherit with: runner_type: altinity-on-demand, altinity-regression-tester-aarch64 - commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c + commit: dea64e67b7b3aca2b8c5b57cbd68266636202b29 arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300