ci: enable turborepo remote cache for all Node.js pipelines #527

Merged
jason.woltje merged 2 commits from ci/turbo-remote-cache into main 2026-02-28 18:07:07 +00:00
Owner

Summary

  • Connect all Node.js CI pipelines to self-hosted turbo cache at turbo.mosaicstack.dev
  • Convert lint/typecheck/test/build steps from to for remote cache hits
  • Remove manual steps — turbo handles dependency graph automatically
  • Add config to turbo.json

Affected pipelines

Test plan

  • Verified turbo cache server responds (v2.7.4)
  • Verified cache miss → upload → cache hit locally (1.45s → 75ms)
  • CI pipelines run successfully with remote cache enabled
## Summary - Connect all Node.js CI pipelines to self-hosted turbo cache at turbo.mosaicstack.dev - Convert lint/typecheck/test/build steps from to for remote cache hits - Remove manual steps — turbo handles dependency graph automatically - Add config to turbo.json ## Affected pipelines - - - ## Test plan - [x] Verified turbo cache server responds (v2.7.4) - [x] Verified cache miss → upload → cache hit locally (1.45s → 75ms) - [ ] CI pipelines run successfully with remote cache enabled
jason.woltje added 1 commit 2026-02-27 01:34:36 +00:00
ci: enable turborepo remote cache for all Node.js pipelines
Some checks failed
ci/woodpecker/push/api Pipeline failed
ci/woodpecker/push/orchestrator Pipeline failed
ci/woodpecker/push/web Pipeline failed
5ed0a859da
Connect to self-hosted turbo cache at turbo.mosaicstack.dev.
Convert lint/typecheck/test/build steps to use pnpm turbo with
remote cache env vars, removing manual build-shared steps since
turbo handles the dependency graph automatically.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje added 1 commit 2026-02-28 17:42:28 +00:00
Merge branch 'main' into ci/turbo-remote-cache
All checks were successful
ci/woodpecker/push/orchestrator Pipeline was successful
ci/woodpecker/push/web Pipeline was successful
ci/woodpecker/push/api Pipeline was successful
62d9ac0e5a
jason.woltje merged commit 676a2a288b into main 2026-02-28 18:07:07 +00:00
jason.woltje deleted branch ci/turbo-remote-cache 2026-02-28 18:07:07 +00:00
Sign in to join this conversation.