Add CI plugin image substitution guide and developer comments - #2345
Add CI plugin image substitution guide and developer comments#2345kaovilai wants to merge 1 commit into
Conversation
When a new plugin image is added to OADP, the corresponding ci-operator configs in openshift/release must also be updated with base_images and operator.substitutions entries so that CI e2e tests use freshly promoted images instead of stale quay.io mirrors. Add a Go comment block above the Images const in pkg/common/common.go explaining the requirement, and create docs/ci-plugin-image-sync.md with the full step-by-step procedure and a concrete example. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai 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 |
|
/close |
|
@kaovilai: Closed this PR. DetailsIn response to this:
Instructions 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. |
|
Superseded by #2346 — same doc content, but scoped to just the Note Responses generated with Claude |
Adds CI plugin image substitution documentation: Go comments in
common.goplus a newdocs/ci-plugin-image-sync.mdguide, explaining how the openshift/release CI image substitutions (companion PR) map to plugin builds.Note
Proposed by chai-bot (redhat-chai-bot), opened as draft via Claude Code.