Skip to content

Commit 6123b5c

Browse files
committed
update regression to bf856e2
1 parent 00a9c37 commit 6123b5c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/backport_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ jobs:
15291529
secrets: inherit
15301530
with:
15311531
runner_type: altinity-on-demand, altinity-regression-tester
1532-
commit: eadf0647501a547d57c49b71ca256e10c6c304f6
1532+
commit: bf856e2a535d5bb7a010cc2c2992c75d14df3c0e
15331533
arch: release
15341534
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
15351535
timeout_minutes: 300
@@ -1541,7 +1541,7 @@ jobs:
15411541
secrets: inherit
15421542
with:
15431543
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
1544-
commit: eadf0647501a547d57c49b71ca256e10c6c304f6
1544+
commit: bf856e2a535d5bb7a010cc2c2992c75d14df3c0e
15451545
arch: aarch64
15461546
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
15471547
timeout_minutes: 300

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4003,7 +4003,7 @@ jobs:
40034003
secrets: inherit
40044004
with:
40054005
runner_type: altinity-on-demand, altinity-regression-tester
4006-
commit: eadf0647501a547d57c49b71ca256e10c6c304f6
4006+
commit: bf856e2a535d5bb7a010cc2c2992c75d14df3c0e
40074007
arch: release
40084008
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
40094009
timeout_minutes: 300
@@ -4015,7 +4015,7 @@ jobs:
40154015
secrets: inherit
40164016
with:
40174017
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
4018-
commit: eadf0647501a547d57c49b71ca256e10c6c304f6
4018+
commit: bf856e2a535d5bb7a010cc2c2992c75d14df3c0e
40194019
arch: aarch64
40204020
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
40214021
timeout_minutes: 300

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3959,7 +3959,7 @@ jobs:
39593959
secrets: inherit
39603960
with:
39613961
runner_type: altinity-on-demand, altinity-regression-tester
3962-
commit: eadf0647501a547d57c49b71ca256e10c6c304f6
3962+
commit: bf856e2a535d5bb7a010cc2c2992c75d14df3c0e
39633963
arch: release
39643964
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
39653965
timeout_minutes: 300
@@ -3971,7 +3971,7 @@ jobs:
39713971
secrets: inherit
39723972
with:
39733973
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
3974-
commit: eadf0647501a547d57c49b71ca256e10c6c304f6
3974+
commit: bf856e2a535d5bb7a010cc2c2992c75d14df3c0e
39753975
arch: aarch64
39763976
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
39773977
timeout_minutes: 300

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ jobs:
18881888
secrets: inherit
18891889
with:
18901890
runner_type: altinity-on-demand, altinity-regression-tester
1891-
commit: eadf0647501a547d57c49b71ca256e10c6c304f6
1891+
commit: bf856e2a535d5bb7a010cc2c2992c75d14df3c0e
18921892
arch: release
18931893
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
18941894
timeout_minutes: 300
@@ -1900,7 +1900,7 @@ jobs:
19001900
secrets: inherit
19011901
with:
19021902
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
1903-
commit: eadf0647501a547d57c49b71ca256e10c6c304f6
1903+
commit: bf856e2a535d5bb7a010cc2c2992c75d14df3c0e
19041904
arch: aarch64
19051905
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
19061906
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 = "eadf0647501a547d57c49b71ca256e10c6c304f6"
38+
REGRESSION_HASH = "bf856e2a535d5bb7a010cc2c2992c75d14df3c0e"
3939
ADDITIONAL_JOBS = r"""
4040
##########################################################################################
4141
##################################### ALTINITY JOBS ######################################

0 commit comments

Comments
 (0)