From 501a90171d10ce82abb2b312332f111a79dee77f Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Fri, 17 Apr 2026 15:03:42 -0300 Subject: [PATCH 1/2] ci: use regression-validated branch instead of fixed commit hash for regression tests --- .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 fd223fbe0c10..9d0f0aae32f9 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: 92f4413c775fc750e826951f5d235766c562a98f + commit: regression-validated arch: x86 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: 92f4413c775fc750e826951f5d235766c562a98f + commit: regression-validated 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 e6b3b7420712..17b1c12d2f20 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4046,7 +4046,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: 92f4413c775fc750e826951f5d235766c562a98f + commit: regression-validated arch: x86 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 @@ -4058,7 +4058,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: 92f4413c775fc750e826951f5d235766c562a98f + commit: regression-validated 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 9518f8fe0508..80ef36305b6f 100644 --- a/ci/praktika/yaml_additional_templates.py +++ b/ci/praktika/yaml_additional_templates.py @@ -36,7 +36,7 @@ class AltinityWorkflowTemplates: echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY """ # Additional jobs - REGRESSION_HASH = f"92f4413c775fc750e826951f5d235766c562a98f" + REGRESSION_HASH = f"regression-validated" ALTINITY_JOBS = { "GrypeScan": r""" GrypeScanServer: From 33bf3b0ba2580fdd5622d2756b108e2706006321 Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Sun, 19 Apr 2026 11:55:31 -0300 Subject: [PATCH 2/2] ci: rename regression-validated branch to release --- .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 9d0f0aae32f9..403326bc9cfe 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: regression-validated + commit: release arch: x86 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: regression-validated + 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 17b1c12d2f20..196fbeb9b845 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4046,7 +4046,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: regression-validated + commit: release arch: x86 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 @@ -4058,7 +4058,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: regression-validated + 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 80ef36305b6f..7f87e61e6785 100644 --- a/ci/praktika/yaml_additional_templates.py +++ b/ci/praktika/yaml_additional_templates.py @@ -36,7 +36,7 @@ class AltinityWorkflowTemplates: echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY """ # Additional jobs - REGRESSION_HASH = f"regression-validated" + REGRESSION_HASH = f"release" ALTINITY_JOBS = { "GrypeScan": r""" GrypeScanServer: