Closed lburgazzoli closed 6 days ago
/test opendatahub-operator-e2e
/test opendatahub-operator-e2e
May be we do not need e2e mandatory for the branch?
May be we do not need e2e mandatory for the branch?
I'd like to get this one successfully running as in one of the run, the error was quite strange and I'd like to be sure we are not ignoring anything relevant.
Not it seems there are some issues setting up the environment
/test opendatahub-operator-e2e
/test opendatahub-operator-e2e
/test opendatahub-operator-e2e
/test opendatahub-operator-e2e
/test opendatahub-operator-e2e
/test opendatahub-operator-e2e
/test opendatahub-operator-e2e
/test opendatahub-operator-e2e
Attention: Patch coverage is 47.19731%
with 471 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
feature-operator-refactor@9a00ff0
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@zdtsw @VaishnaviHire @ykaliuta e2e are green, I guess we are ok to merge ? @grdryn @zdtsw I'll address some of the finding in a separate PR if you are ok with that
yes for me
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: VaishnaviHire
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Description
This PR introduces a new component reconciliation pipeline framework and a set of reusable action that can be composed according to the need of a specific component. This PR is the result of the work related to RHOAIENG-14676
The main entry point is the
ComponentReconcilerBuilder
:Actions currently provided out of the box are provided by the packages in
github.com/opendatahub-io/opendatahub-operator/v2/pkg/controller/actions
:How Has This Been Tested?
Screenshot or short clip
Merge criteria
Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).The developer has manually tested the changes and verified that the changes work