Add APM instructions for config directory#3555
Conversation
Document how Sippy configuration files work: openshift.yaml is generated by sippy-config-generator and should not be edited manually, openshift-customizations.yaml is the overlay for pseudoreleases and manual additions, and the views files are for Component Readiness. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
WalkthroughThis PR introduces documentation and APM infrastructure for the Sippy configuration directory. It adds an instruction file explaining how configuration files are structured and used, registers deployed rule files in the APM lock, and generates corresponding project documentation describing the config directory's role in tracking CI jobs per release. ChangesConfiguration Documentation and Infrastructure Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Caution Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional.
❌ Failed checks (1 error)
✅ Passed checks (16 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Adding a new release to openshift-customizations.yaml requires registering it in the central database and filing a TRT Jira ticket. Also removes duplicate docs.ci reference link. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Scheduling required tests: |
|
@stbenjam: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neisw, stbenjam 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 |
Summary
.apm/instructions/config.instructions.mddocumenting how the config files work:openshift.yamlis generated bysippy-config-generator— do not edit manuallyopenshift-customizations.yamlis the manually maintained overlay for pseudoreleases and exclusionsMotivated by #3554 (comment)
Test plan
make apmsucceeds and generated files are up to date🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores