authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-11 00:51:37+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-11 00:51:37+01:00
logc002b96f178943375b9c454d88a911627a53759d
tree1e83b411c4b404e8b9eecc8f47e4f7d5a67a3813
parentfe0b2ab9dfaa7ef375bb85a4c2fcb801bfa329d0
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "ci: bump loongarch64-linux timeouts by 1 hour"

This reverts commit 867501d9d2f757f99af59b1904b251aa63262e23. It seems that the increased run time was a result of the regressed test-incremental step and that we are now back to normal.

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

.forgejo/workflows/ci.yaml+2-2
...@@ -66,7 +66,7 @@ jobs:...@@ -66,7 +66,7 @@ jobs:
66 fetch-depth: 066 fetch-depth: 0
67 - name: Build and Test67 - name: Build and Test
68 run: sh ci/loongarch64-linux-debug.sh68 run: sh ci/loongarch64-linux-debug.sh
69 timeout-minutes: 30069 timeout-minutes: 240
70 loongarch64-linux-release:70 loongarch64-linux-release:
71 runs-on: [self-hosted, loongarch64-linux]71 runs-on: [self-hosted, loongarch64-linux]
72 steps:72 steps:
...@@ -76,7 +76,7 @@ jobs:...@@ -76,7 +76,7 @@ jobs:
76 fetch-depth: 076 fetch-depth: 0
77 - name: Build and Test77 - name: Build and Test
78 run: sh ci/loongarch64-linux-release.sh78 run: sh ci/loongarch64-linux-release.sh
79 timeout-minutes: 24079 timeout-minutes: 180
8080
81 powerpc64le-linux-debug:81 powerpc64le-linux-debug:
82 runs-on: [self-hosted, powerpc64le-linux]82 runs-on: [self-hosted, powerpc64le-linux]