From 0a5ff4216bad3cca68e654e8d58a7b1b6165cc0d Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Wed, 28 Jan 2026 17:00:25 -0300 Subject: [PATCH] Update regression hash - Fix Export Partition --- .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 d6261156d78b..e2841f27d5cd 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: c29da9161a1845fdcdb1d3406ae9d4800da21a84 + commit: b6ad0719560fc2e01298d287c7564d8e74ae915e arch: x86 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -4191,7 +4191,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: c29da9161a1845fdcdb1d3406ae9d4800da21a84 + commit: b6ad0719560fc2e01298d287c7564d8e74ae915e arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 29e0f1980c5b..8c4671356948 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4045,7 +4045,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: c29da9161a1845fdcdb1d3406ae9d4800da21a84 + commit: b6ad0719560fc2e01298d287c7564d8e74ae915e arch: x86 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -4057,7 +4057,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: c29da9161a1845fdcdb1d3406ae9d4800da21a84 + commit: b6ad0719560fc2e01298d287c7564d8e74ae915e arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 diff --git a/ci/praktika/yaml_additional_templates.py b/ci/praktika/yaml_additional_templates.py index 1e4dfcb4583b..76dc565ecf1c 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"c29da9161a1845fdcdb1d3406ae9d4800da21a84" + REGRESSION_HASH = f"b6ad0719560fc2e01298d287c7564d8e74ae915e" ALTINITY_JOBS = { "GrypeScan": r""" GrypeScanServer: