diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index fd223fbe0c10..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: 92f4413c775fc750e826951f5d235766c562a98f + 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: 92f4413c775fc750e826951f5d235766c562a98f + 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 e6b3b7420712..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: 92f4413c775fc750e826951f5d235766c562a98f + 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: 92f4413c775fc750e826951f5d235766c562a98f + 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 9518f8fe0508..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"92f4413c775fc750e826951f5d235766c562a98f" + REGRESSION_HASH = f"release" ALTINITY_JOBS = { "GrypeScan": r""" GrypeScanServer: