Skip to content

Commit 44eaa8a

Browse files
committed
update regression hash, debugging commit status failure
1 parent 284180a commit 44eaa8a

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

.github/workflows/backport_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ jobs:
15121512
secrets: inherit
15131513
with:
15141514
runner_type: altinity-on-demand, altinity-regression-tester
1515-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
1515+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
15161516
arch: release
15171517
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
15181518
timeout_minutes: 300
@@ -1524,7 +1524,7 @@ jobs:
15241524
secrets: inherit
15251525
with:
15261526
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
1527-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
1527+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
15281528
arch: aarch64
15291529
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
15301530
timeout_minutes: 300

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4255,7 +4255,7 @@ jobs:
42554255
secrets: inherit
42564256
with:
42574257
runner_type: altinity-on-demand, altinity-regression-tester
4258-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
4258+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
42594259
arch: release
42604260
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
42614261
timeout_minutes: 300
@@ -4267,7 +4267,7 @@ jobs:
42674267
secrets: inherit
42684268
with:
42694269
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
4270-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
4270+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
42714271
arch: aarch64
42724272
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
42734273
timeout_minutes: 300

.github/workflows/merge_queue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ jobs:
381381
secrets: inherit
382382
with:
383383
runner_type: altinity-on-demand, altinity-regression-tester
384-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
384+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
385385
arch: release
386386
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
387387
timeout_minutes: 300
@@ -393,7 +393,7 @@ jobs:
393393
secrets: inherit
394394
with:
395395
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
396-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
396+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
397397
arch: aarch64
398398
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
399399
timeout_minutes: 300

.github/workflows/nightly_fuzzers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
secrets: inherit
325325
with:
326326
runner_type: altinity-on-demand, altinity-regression-tester
327-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
327+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
328328
arch: release
329329
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
330330
timeout_minutes: 300
@@ -336,7 +336,7 @@ jobs:
336336
secrets: inherit
337337
with:
338338
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
339-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
339+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
340340
arch: aarch64
341341
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
342342
timeout_minutes: 300

.github/workflows/nightly_jepsen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
secrets: inherit
325325
with:
326326
runner_type: altinity-on-demand, altinity-regression-tester
327-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
327+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
328328
arch: release
329329
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
330330
timeout_minutes: 300
@@ -336,7 +336,7 @@ jobs:
336336
secrets: inherit
337337
with:
338338
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
339-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
339+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
340340
arch: aarch64
341341
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
342342
timeout_minutes: 300

.github/workflows/nightly_statistics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
secrets: inherit
144144
with:
145145
runner_type: altinity-on-demand, altinity-regression-tester
146-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
146+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
147147
arch: release
148148
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
149149
timeout_minutes: 300
@@ -155,7 +155,7 @@ jobs:
155155
secrets: inherit
156156
with:
157157
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
158-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
158+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
159159
arch: aarch64
160160
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
161161
timeout_minutes: 300

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4122,7 +4122,7 @@ jobs:
41224122
secrets: inherit
41234123
with:
41244124
runner_type: altinity-on-demand, altinity-regression-tester
4125-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
4125+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
41264126
arch: release
41274127
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41284128
timeout_minutes: 300
@@ -4134,7 +4134,7 @@ jobs:
41344134
secrets: inherit
41354135
with:
41364136
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
4137-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
4137+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
41384138
arch: aarch64
41394139
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41404140
timeout_minutes: 300

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ jobs:
17351735
secrets: inherit
17361736
with:
17371737
runner_type: altinity-on-demand, altinity-regression-tester
1738-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
1738+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
17391739
arch: release
17401740
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
17411741
timeout_minutes: 300
@@ -1747,7 +1747,7 @@ jobs:
17471747
secrets: inherit
17481748
with:
17491749
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
1750-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
1750+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
17511751
arch: aarch64
17521752
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
17531753
timeout_minutes: 300

.github/workflows/vectorsearchstress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
secrets: inherit
189189
with:
190190
runner_type: altinity-on-demand, altinity-regression-tester
191-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
191+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
192192
arch: release
193193
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
194194
timeout_minutes: 300
@@ -200,7 +200,7 @@ jobs:
200200
secrets: inherit
201201
with:
202202
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
203-
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
203+
commit: 7ea7f758e760a439dc1b70584fba5e5842e7066a
204204
arch: aarch64
205205
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
206206
timeout_minutes: 300

ci/praktika/yaml_additional_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AltinityWorkflowTemplates:
3030
echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY
3131
"""
3232
# Additional jobs
33-
REGRESSION_HASH = "fd33d9e73ebd14392d601d87902ddf0e7c90709c"
33+
REGRESSION_HASH = "7ea7f758e760a439dc1b70584fba5e5842e7066a"
3434
ADDITIONAL_JOBS = r"""
3535
##########################################################################################
3636
##################################### ALTINITY JOBS ######################################

0 commit comments

Comments
 (0)