-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove generics from Reconcier and use PlatformObject as base object type #1514
base: main
Are you sure you want to change the base?
Conversation
6bd5ff2
to
39b2cb4
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ykaliuta The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
2 similar comments
/retest |
/retest |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1514 +/- ##
==========================================
+ Coverage 19.69% 19.72% +0.02%
==========================================
Files 161 161
Lines 11102 11105 +3
==========================================
+ Hits 2187 2190 +3
Misses 8683 8683
Partials 232 232 ☔ View full report in Codecov by Sentry. |
Keeps failing because |
/test all |
…object type - remove generics from Reconciler struct as it is not needed - set PlatformObject as the base obnject that the Reconciler handles to ensure the reconciler can access to common objects fields
39b2cb4
to
3bad97b
Compare
New changes are detected. LGTM label has been removed. |
keep failing because of
Adding some log to figure out what's going on |
It may be caused by the order of testing, is |
/test opendatahub-operator-e2e |
Description
ensure the reconciler can access to common objects fields
How Has This Been Tested?
Screenshot or short clip
Merge criteria
Pull Request contains a description of the solution, a link to the JIRA issue, and to any dependent or related Pull Request.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