OSAC-3400: Archive dead osac-aap-ee repository - #152
Conversation
|
Warning Review limit reached
Next review available in: 29 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository: osac-project/coderabbit/.coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
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. Comment |
Summary
Sets
archived = trueon osac-aap-ee's Terraform module (repo_cloudkit_aap_eeinrepositories.tf) so the nexttofu applyarchives it on GitHub.Why
osac-aap-ee ("OSAC execution environment for AAP") has only 2 commits, both from its creation day (2025-04-08), never touched again. osac-aap's own
execution-environment/directory (added 3 days later, actively maintained since -- most recent commit June 2026) superseded it: its README documentsansible-builder build --tag osac-aap-ee, i.e. osac-aap builds the same-named image in-repo today. Nothing consumes the standalone repo -- no CI publishes it, no image references it. Its Terraform module also has minimal governance (fulfillment-wg push only, no wg-infra admin, no required checks) compared to the real component repos.This is dead weight left over from before this org's current structure, not a mono-repo migration candidate.
Notes
archivedvariable onmodules/common_repository-- it's already plumbed through (variables.tf->main.tf'sgithub_repository.archived), but no repo currently sets it, since the archival work for the actual mono-repo component repos (fulfillment-service/osac-operator/osac-aap/osac-installer) is still pending its own rollback window.Test plan
tofu fmt -check -diffcleantofu validatepasses (only pre-existing deprecation warnings unrelated to this change, same ones noted in PR OSAC-3364: Register new osac mono-repo in Terraform #148)tofu apply