Remove tools extracted to ci-tools-standalone#5146
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
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 (59)
💤 Files with no reviewable changes (59)
📝 WalkthroughWalkthroughThis pull request removes multiple CLI tools, webhook services, and their associated components from the codebase, including backport verification, CI scheduling, GPU scheduling, helpdesk FAQ, pipeline automation, PR reminders, publicize, and retester functionality, along with corresponding container images and test coverage. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes 🚥 Pre-merge checks | ✅ 14✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/lgtm |
|
/retest |
The following tools have been moved to the ci-tools-standalone repository and are removed from this codebase: - backport-verifier - ci-scheduling-webhook - determinize-peribolos - gpu-scheduling-webhook - helpdesk-faq - pipeline-controller - pr-reminder - publicize - retester This also removes: - images/ Dockerfiles for all tools above (except retester which had none) - pkg/retester which was exclusively used by cmd/retester pkg/helpdesk-faq is retained as it is still used by pkg/slack/events/helpdesk. Signed-off-by: Jakub Guzik <jguzik@redhat.com> Made-with: Cursor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmguzik, Prucek 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 |
|
Scheduling tests matching the |
|
@jmguzik: The following test failed, say
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. |
dd8aab5
into
openshift:main
The following tools have been moved to the ci-tools-standalone repository and are removed from this codebase:
This also removes:
pkg/helpdesk-faq is retained as it is still used by pkg/slack/events/helpdesk.
Made-with: Cursor
Summary
This PR removes nine tools that were extracted to the ci-tools-standalone repository and cleans up their local binaries, images, controllers, tests and documentation. Practically for CI users and operators this means those services are no longer built or deployed from this repo; their runtime behavior has been moved out-of-tree and should now be sourced from the ci-tools-standalone repository.
Removed components (moved out):
What changed and who it affects
Notable retention and repo references
Release notes (user-facing)