Skip to content

fix(ci): make controller GPU opt-in#285

Open
skulidropek wants to merge 1 commit into
mainfrom
fix/ci-controller-gpu-opt-in
Open

fix(ci): make controller GPU opt-in#285
skulidropek wants to merge 1 commit into
mainfrom
fix/ci-controller-gpu-opt-in

Conversation

@skulidropek
Copy link
Copy Markdown
Member

Summary

  • make controller GPU access opt-in via compose overlays instead of unconditional gpus: all
  • keep per-project GPU controls isolated to each project/container
  • refactor action bar and split parser tests to satisfy CI lint gates

Verification

  • docker compose config has no gpus by default
  • docker compose -f docker-compose.yml -f docker-compose.gpu.yml config includes gpus
  • bun run --cwd packages/app lint
  • bun run --cwd packages/app test
  • bun run --cwd packages/app typecheck
  • bun run --cwd packages/app build
  • bun run --cwd packages/lib lint
  • bun run --cwd packages/lib test
  • bun run --cwd packages/lib typecheck
  • bun test packages/lib/tests/core/templates.test.ts
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant