Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4179,7 +4179,7 @@ jobs:
secrets: inherit
with:
runner_type: altinity-regression-tester
commit: 8068ddc009590c457d5f94717c7a0e7797afb9e9
commit: b6ad0719560fc2e01298d287c7564d8e74ae915e
arch: x86
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
timeout_minutes: 300
Expand All @@ -4191,7 +4191,7 @@ jobs:
secrets: inherit
with:
runner_type: altinity-regression-tester-aarch64
commit: 8068ddc009590c457d5f94717c7a0e7797afb9e9
commit: b6ad0719560fc2e01298d287c7564d8e74ae915e
arch: aarch64
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
timeout_minutes: 300
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4045,7 +4045,7 @@ jobs:
secrets: inherit
with:
runner_type: altinity-regression-tester
commit: 8068ddc009590c457d5f94717c7a0e7797afb9e9
commit: b6ad0719560fc2e01298d287c7564d8e74ae915e
arch: x86
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
timeout_minutes: 300
Expand All @@ -4057,7 +4057,7 @@ jobs:
secrets: inherit
with:
runner_type: altinity-regression-tester-aarch64
commit: 8068ddc009590c457d5f94717c7a0e7797afb9e9
commit: b6ad0719560fc2e01298d287c7564d8e74ae915e
arch: aarch64
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
timeout_minutes: 300
Expand Down
2 changes: 1 addition & 1 deletion ci/praktika/yaml_additional_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AltinityWorkflowTemplates:
echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY
"""
# Additional jobs
REGRESSION_HASH = f"8068ddc009590c457d5f94717c7a0e7797afb9e9"
REGRESSION_HASH = f"b6ad0719560fc2e01298d287c7564d8e74ae915e"
ALTINITY_JOBS = {
"GrypeScan": r"""
GrypeScanServer:
Expand Down
Loading