revert(ci): remove cache steps until runner cache server works #107

Merged
ffaerber merged 1 commits from revert/cache-steps-backend-broken into main 2026-07-07 17:52:25 +02:00
Owner

The ci-runner cache backend is unreachable — actions/cache restore/save time out (getCacheEntry failed: Request timeout: /_apis/artifactcache/cache). With no reachable backend, each cache op just blocks ~20s before failing, so these steps add latency to every run for zero benefit.

Removing the two actions/cache steps (and the now-unused top-level OPENCODE_VERSION env). The harmless "skip opencode re-download if the pinned binary is already present" logic in install-opencode.sh stays — it helps on a persistent runner and never blocks.

Re-add caching once the runners act_runner cache server (cache.host` in its config.yaml) is reachable from job containers.

The `ci-runner` cache backend is unreachable — `actions/cache` restore/save time out (`getCacheEntry failed: Request timeout: /_apis/artifactcache/cache`). With no reachable backend, each cache op just blocks ~20s before failing, so these steps *add* latency to every run for zero benefit. Removing the two `actions/cache` steps (and the now-unused top-level `OPENCODE_VERSION` env). The harmless "skip opencode re-download if the pinned binary is already present" logic in `install-opencode.sh` stays — it helps on a persistent runner and never blocks. Re-add caching once the runner`s `act_runner` cache server (`cache.host` in its config.yaml) is reachable from job containers.
ffaerber added 1 commit 2026-07-07 17:52:16 +02:00
ffaerber added 1 commit 2026-07-07 17:52:16 +02:00
ffaerber merged commit 95bc254640 into main 2026-07-07 17:52:25 +02:00
ffaerber deleted branch revert/cache-steps-backend-broken 2026-07-07 17:52:26 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gitea/agents#107