-
Notifications
You must be signed in to change notification settings - Fork 62
⚠️ Remove HasValidBundle
condition
#990
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
⚠️ Remove HasValidBundle
condition
#990
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #990 +/- ##
==========================================
+ Coverage 76.89% 77.19% +0.29%
==========================================
Files 17 17
Lines 1225 1206 -19
==========================================
- Hits 942 931 -11
+ Misses 201 193 -8
Partials 82 82
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
go-apidiff is expected to fail because I'm chasing the API here. |
Signed-off-by: Mikalai Radchuk <[email protected]>
32fde13
to
d1bda18
Compare
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
97fb589
Signed-off-by: Mikalai Radchuk <[email protected]>
Description
Closes #989 by removing the condition and solves an E2E flake.
Note: in this brief were are revisiting
ClusterExtension
conditions and their reasons. One of the points is about removal ofHasValidBundle
condition type.The brief is still in review, but I would like to move forward with this change as it resolves a flake I hit regularly (especially locally).
Reviewer Checklist