authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-04 20:52:34+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-04 20:52:34+01:00
logc166bb36f6cbb882eac42f5522b07837ef7bf550
tree5140cbfae043d2a915ab0cddc2dacc0e3ebe4533
parent78cba869289c66be875a72850437f95fe7541e92
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: reduce x86_64-linux timeouts

These excessive timeouts should no longer be necessary with the recent tuning of job capacity and maxrss on these machines.

1 files changed, 3 insertions(+), 3 deletions(-)

.forgejo/workflows/ci.yaml+3-3
...@@ -152,7 +152,7 @@ jobs:...@@ -152,7 +152,7 @@ jobs:
152 fetch-depth: 0152 fetch-depth: 0
153 - name: Build and Test153 - name: Build and Test
154 run: sh ci/x86_64-linux-debug.sh154 run: sh ci/x86_64-linux-debug.sh
155 timeout-minutes: 240155 timeout-minutes: 180
156 x86_64-linux-debug-llvm:156 x86_64-linux-debug-llvm:
157 runs-on: [self-hosted, x86_64-linux]157 runs-on: [self-hosted, x86_64-linux]
158 steps:158 steps:
...@@ -162,7 +162,7 @@ jobs:...@@ -162,7 +162,7 @@ jobs:
162 fetch-depth: 0162 fetch-depth: 0
163 - name: Build and Test163 - name: Build and Test
164 run: sh ci/x86_64-linux-debug-llvm.sh164 run: sh ci/x86_64-linux-debug-llvm.sh
165 timeout-minutes: 480165 timeout-minutes: 360
166 x86_64-linux-release:166 x86_64-linux-release:
167 runs-on: [self-hosted, x86_64-linux]167 runs-on: [self-hosted, x86_64-linux]
168 steps:168 steps:
...@@ -172,7 +172,7 @@ jobs:...@@ -172,7 +172,7 @@ jobs:
172 fetch-depth: 0172 fetch-depth: 0
173 - name: Build and Test173 - name: Build and Test
174 run: sh ci/x86_64-linux-release.sh174 run: sh ci/x86_64-linux-release.sh
175 timeout-minutes: 480175 timeout-minutes: 360
176176
177 x86_64-windows-debug:177 x86_64-windows-debug:
178 runs-on: [self-hosted, x86_64-windows]178 runs-on: [self-hosted, x86_64-windows]