Skip to content

Commit 20705cd

Browse files
Update regression hash - Fix Iceberg Tests
1 parent 583f1f1 commit 20705cd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4179,7 +4179,7 @@ jobs:
41794179
secrets: inherit
41804180
with:
41814181
runner_type: altinity-regression-tester
4182-
commit: 82f98d70609e2ca20da00a10ae2fc9060a1a6769
4182+
commit: 979bb27171f92724bcd8f086989ba623f2e03fdc
41834183
arch: release
41844184
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41854185
timeout_minutes: 300
@@ -4191,7 +4191,7 @@ jobs:
41914191
secrets: inherit
41924192
with:
41934193
runner_type: altinity-regression-tester-aarch64
4194-
commit: 82f98d70609e2ca20da00a10ae2fc9060a1a6769
4194+
commit: 979bb27171f92724bcd8f086989ba623f2e03fdc
41954195
arch: aarch64
41964196
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41974197
timeout_minutes: 300

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4044,7 +4044,7 @@ jobs:
40444044
secrets: inherit
40454045
with:
40464046
runner_type: altinity-regression-tester
4047-
commit: 82f98d70609e2ca20da00a10ae2fc9060a1a6769
4047+
commit: 979bb27171f92724bcd8f086989ba623f2e03fdc
40484048
arch: release
40494049
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
40504050
timeout_minutes: 300
@@ -4056,7 +4056,7 @@ jobs:
40564056
secrets: inherit
40574057
with:
40584058
runner_type: altinity-regression-tester-aarch64
4059-
commit: 82f98d70609e2ca20da00a10ae2fc9060a1a6769
4059+
commit: 979bb27171f92724bcd8f086989ba623f2e03fdc
40604060
arch: aarch64
40614061
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
40624062
timeout_minutes: 300

ci/praktika/yaml_additional_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AltinityWorkflowTemplates:
3535
echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY
3636
"""
3737
# Additional jobs
38-
REGRESSION_HASH = "82f98d70609e2ca20da00a10ae2fc9060a1a6769"
38+
REGRESSION_HASH = "979bb27171f92724bcd8f086989ba623f2e03fdc"
3939
ALTINITY_JOBS = {
4040
"GrypeScan": r"""
4141
GrypeScanServer:

0 commit comments

Comments
 (0)