From 7ae6d7f2022aafa160fae8a10ffd9844637064e4 Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Fri, 15 May 2026 16:39:44 -0300 Subject: [PATCH] Regression tests: use release branch instead of commit hash Signed-off-by: CarlosFelipeOR --- .github/workflows/master.yml | 4 ++-- .github/workflows/pull_request.yml | 4 ++-- ci/praktika/yaml_additional_templates.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 758a897f8aa8..af34392c4439 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -4179,7 +4179,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: 979bb27171f92724bcd8f086989ba623f2e03fdc + commit: release arch: release build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 @@ -4191,7 +4191,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: 979bb27171f92724bcd8f086989ba623f2e03fdc + commit: release arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 425581b3cd0a..2ea4d982771f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4044,7 +4044,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: 979bb27171f92724bcd8f086989ba623f2e03fdc + commit: release arch: release build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 @@ -4056,7 +4056,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: 979bb27171f92724bcd8f086989ba623f2e03fdc + commit: release arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 diff --git a/ci/praktika/yaml_additional_templates.py b/ci/praktika/yaml_additional_templates.py index 000388936a95..d979aa7acaeb 100644 --- a/ci/praktika/yaml_additional_templates.py +++ b/ci/praktika/yaml_additional_templates.py @@ -35,7 +35,7 @@ class AltinityWorkflowTemplates: echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY """ # Additional jobs - REGRESSION_HASH = "979bb27171f92724bcd8f086989ba623f2e03fdc" + REGRESSION_HASH = "release" ALTINITY_JOBS = { "GrypeScan": r""" GrypeScanServer: