Remove migration script accidentally committed in #79173#79219
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
[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 (1)
💤 Files with no reviewable changes (1)
WalkthroughThe Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@Prucek: 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: openshift-merge-robot, 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 |
…enshift#79219) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Summary
migrate_slack_to_inline.pythat was accidentally included in prowgen: remove no-op multi_arch from .config.prowgen #79173🤖 Generated with Claude Code
Summary
This PR removes the
migrate_slack_to_inline.pyscript that was accidentally included in PR #79173. This was a one-time migration utility designed to convert OpenShift CI's slack notification configuration from being centrally defined in.config.prowgenfiles to being specified per-test in individualci-operator/config/**.yamlfiles.What changed
The removed script contained helper functions for the migration process, including logic to:
reporter_configblocks for individual tests.config.prowgenfiles after migrationThe script was a temporary utility used to support the actual configuration migration work (PR #78976) and should not have been committed to the release repository.
Impact
No functional impact — this is purely housekeeping to remove accidental tooling that was left in the main repository. The actual slack reporter migration to per-test configuration has already been completed and is captured in the modified CI operator config files across the repository.