-
Notifications
You must be signed in to change notification settings - Fork 64
🌱 [Monorepo]: Combine upgrade e2e tests from catalogd into operator-controller #1780
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
🌱 [Monorepo]: Combine upgrade e2e tests from catalogd into operator-controller #1780
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
e50df30
to
124460c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1780 +/- ##
==========================================
- Coverage 68.39% 68.34% -0.06%
==========================================
Files 63 63
Lines 5117 5117
==========================================
- Hits 3500 3497 -3
- Misses 1388 1390 +2
- Partials 229 230 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
# Set DC-specific label for the location of the DC root directory | ||
# in the image | ||
LABEL operators.operatorframework.io.index.configs.v1=/configs |
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.
@tmshort for we do not break the bumper: openshift/release#61681
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.
I'm actually thinking we may want to keep this Dockerfile around until openshift/release#61681 is merged.
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.
Done, I reverted this one
github.com/onsi/ginkgo/v2 v2.22.2 | ||
github.com/onsi/gomega v1.36.2 |
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.
Woohoo!
34fb551
to
6748d93
Compare
@tmshort rebased :-) |
|
Now I'm thinking we may want to keep that dockerfile around until this downstreams and openshift/release#61681 merges. |
68e520f
to
1285486
Compare
Yeah, openshift/release#61681 is failing rehearsals because it stops building the test-catalog which is still required as far as it knows. So, we should merge this (since the test-catalog Dockerfile deletion was reverted), wait for this to downstream, then merge openshift/release#61681, then we can get rid of that Dockerfile. |
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
e7dabc2
Closes: #1712