chore: increase QCI pruner TTL to 60 days#80317
Conversation
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR increases the default time-to-live (TTL) for the QCI registry pruner from 5 days to 60 days. The script parameter is updated, and all documentation—including background explanations, command examples, and operational guidance—is synchronized to reflect the new default. ChangesQCI Registry Pruner Default TTL Increase
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Suggested labels
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@deepsm007: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/cc @jupierce @openshift/test-platform
https://redhat-internal.slack.com/archives/GB7NB0CUC/p1781030982393999?thread_ts=1778764637.570759&cid=GB7NB0CUC
Summary by CodeRabbit
This PR increases the default time-to-live (TTL) for the QCI registry pruner from 5 days to 60 days. The change affects OpenShift CI infrastructure's container image cleanup behavior, extending how long images are retained before automatic pruning.
Changes made:
docs/dptp-triage-sop/qci-pruner-timeout.md): Updated all examples, command references, and the "Script Options" section to reflect the new 60-day default. Also revised the "Long-term Solutions" guidance from recommending TTL reduction to TTL adjustment.hack/qci_registry_pruner.py): Updated the--ttl-daysCLI argument default from 5 to 60 days.The documentation and implementation are now consistent, ensuring that users and deployments follow the same extended retention policy.