Backport dynamic OTE suite discovery to release-4.19#31414
Conversation
|
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: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: danchild The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
1a40737 to
233e720
Compare
|
/retest-required |
Ths work is an extension to the admission and extraction of non-payload test binaries in openshift#31404, In 4.20, a `AllTestSuites` fucntion was introduced through c4895d7 to allow the discovery of extension-declared suites. The changes here intoduce the ability discover extension-declared suites without needing the full OTE refactoring introduced in 4.20. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Dan Childers <dchilder@redhat.com>
233e720 to
f28f7bb
Compare
|
/test e2e-gcp-ovn |
|
@danchild: 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. |
|
/verified by @danchild |
|
@danchild: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
Backport dynamic OTE suite discovery to
4.19Ths work is an extension to the admission and extraction of
non-payload test binaries in #31404,
In
4.20, anAllTestSuitesfucntion was introduced throughc4895d7 to allow the discovery of extension-declared suites.
The changes here intoduce the ability discover
extension-declared suites without needing the full OTE refactoring
introduced in 4.20.