From c0737aac1a5fa707b0fba9d0ef33388ddee1788d Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Tue, 5 May 2026 11:10:55 -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 07cbf75a3d39..7f39b69b4d87 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -5347,7 +5347,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: c7897a6a858a9ef9c7b3c519e7291cfd3c2ec646 + commit: release arch: release build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 @@ -5359,7 +5359,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: c7897a6a858a9ef9c7b3c519e7291cfd3c2ec646 + 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 8b6eb13a68ae..514902cfcf17 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5125,7 +5125,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: c7897a6a858a9ef9c7b3c519e7291cfd3c2ec646 + commit: release arch: release build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 @@ -5137,7 +5137,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: c7897a6a858a9ef9c7b3c519e7291cfd3c2ec646 + 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 6cef596c3110..fd71b5a2370b 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 = "c7897a6a858a9ef9c7b3c519e7291cfd3c2ec646" + REGRESSION_HASH = "release" ALTINITY_JOBS = { "GrypeScan": r""" GrypeScanServer: