Uh oh!
There was an error while loading. Please reload this page.
✨ update ClusterExtension.Spec.PakageName to be immutable - #1157
Conversation
❌ Deploy Preview for olmv1 failed.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #1157 +/- ##
=======================================
Coverage 75.45% 75.45% =======================================
Files 35 35 Lines 1919 1919 =======================================
Hits 1448 1448 Misses 329 329 Partials 142 142
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| x-kubernetes-validations: | ||
| - message: packageName is immutable | ||
| rule: self == oldSelf |
There was a problem hiding this comment.
Looks like there might be some formatting issues here causing the sanity/verify check to fail.
There was a problem hiding this comment.
seems to have passed the sanity check, but still fails on tilt.
There was a problem hiding this comment.
I think the tilt check is currently expected to fail based on some recent changes that were made in catalogd. I don't think it is a required check.
Signed-off-by: yashoza19 <yoza@redhat.com>
Description
Fixes#1152
Reviewer Checklist