File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4179,7 +4179,7 @@ jobs:
41794179 secrets : inherit
41804180 with :
41814181 runner_type : altinity-regression-tester
4182- commit : c29da9161a1845fdcdb1d3406ae9d4800da21a84
4182+ commit : 8068ddc009590c457d5f94717c7a0e7797afb9e9
41834183 arch : x86
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 : c29da9161a1845fdcdb1d3406ae9d4800da21a84
4194+ commit : 8068ddc009590c457d5f94717c7a0e7797afb9e9
41954195 arch : aarch64
41964196 build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41974197 timeout_minutes : 300
Original file line number Diff line number Diff line change @@ -4045,7 +4045,7 @@ jobs:
40454045 secrets : inherit
40464046 with :
40474047 runner_type : altinity-regression-tester
4048- commit : c29da9161a1845fdcdb1d3406ae9d4800da21a84
4048+ commit : 8068ddc009590c457d5f94717c7a0e7797afb9e9
40494049 arch : x86
40504050 build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
40514051 timeout_minutes : 300
@@ -4057,7 +4057,7 @@ jobs:
40574057 secrets : inherit
40584058 with :
40594059 runner_type : altinity-regression-tester-aarch64
4060- commit : c29da9161a1845fdcdb1d3406ae9d4800da21a84
4060+ commit : 8068ddc009590c457d5f94717c7a0e7797afb9e9
40614061 arch : aarch64
40624062 build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
40634063 timeout_minutes : 300
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class AltinityWorkflowTemplates:
3636 echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY
3737"""
3838 # Additional jobs
39- REGRESSION_HASH = f"c29da9161a1845fdcdb1d3406ae9d4800da21a84 "
39+ REGRESSION_HASH = f"8068ddc009590c457d5f94717c7a0e7797afb9e9 "
4040 ALTINITY_JOBS = {
4141 "GrypeScan" : r"""
4242 GrypeScanServer:
You can’t perform that action at this time.
0 commit comments