Skip to content

ci: unified docker workflow (shadow mode)#363

Merged
t0mdavid-m merged 5 commits intomainfrom
ci/unify-docker-workflows
Apr 20, 2026
Merged

ci: unified docker workflow (shadow mode)#363
t0mdavid-m merged 5 commits intomainfrom
ci/unify-docker-workflows

Conversation

@t0mdavid-m
Copy link
Copy Markdown
Member

Summary

  • Adds .github/workflows/build-and-test.yml — unified matrix build (full + simple) with registry cache, kind integration, manifest lint.
  • Adds .github/workflows/ghcr-cleanup.yml — scheduled retention policy (schedule disabled; dry-run default true until Phase 4).
  • Old workflows (build-docker-images.yml, build-and-push-image.yml, k8s-manifests-ci.yml) remain active. Shadow mode — new and old run in parallel.

Test plan

  • Merge this PR (no tags change yet — safe).
  • On the first push to main after merge, confirm new workflow succeeds end-to-end.
  • Inspect GHCR: main-full, main-simple, <sha>-full, <sha>-simple, latest all appear. cache:full and cache:simple appear under the /cache package.
  • Push a trivial follow-up commit; confirm full-variant rebuild takes minutes, not hours (registry cache working).
  • Manually trigger ghcr-cleanup.yml with dry-run: true and inspect output.

Linked spec: docs/superpowers/specs/2026-04-20-unified-docker-ci-design.md (local to author — not checked in; docs/superpowers/ is gitignored).

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

Warning

Rate limit exceeded

@t0mdavid-m has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 10 minutes and 31 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 10 minutes and 31 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f24edd81-5a9e-4473-9403-8a3c1e162b88

📥 Commits

Reviewing files that changed from the base of the PR and between eae014b and e7f6c08.

📒 Files selected for processing (2)
  • .github/workflows/build-and-test.yml
  • .github/workflows/ghcr-cleanup.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/unify-docker-workflows

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@t0mdavid-m t0mdavid-m merged commit fca45ee into main Apr 20, 2026
10 checks passed
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