diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 92750333e084..e6aa2f60515d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -4178,7 +4178,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: bd9d71b4ccc80bb5b1a316b43b60f59c0c592898 + commit: ${{vars.REGRESSION_HASH}} arch: x86 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -4190,7 +4190,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: bd9d71b4ccc80bb5b1a316b43b60f59c0c592898 + commit: ${{vars.REGRESSION_HASH}} 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 51462a8c968a..455cf56f3f09 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4134,7 +4134,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: bd9d71b4ccc80bb5b1a316b43b60f59c0c592898 + commit: ${{vars.REGRESSION_HASH}} arch: x86 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -4146,7 +4146,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: bd9d71b4ccc80bb5b1a316b43b60f59c0c592898 + commit: ${{vars.REGRESSION_HASH}} 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 1ef71df397b9..31242e95d7ed 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 = f"bd9d71b4ccc80bb5b1a316b43b60f59c0c592898" + REGRESSION_HASH = "${{vars.REGRESSION_HASH}}" ALTINITY_JOBS = { "GrypeScan": r""" GrypeScanServer: