File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ######################################
You can’t perform that action at this time.
0 commit comments