-
Notifications
You must be signed in to change notification settings - Fork 41
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: pin setup-envtest version at working commit to unblock content provider #644
Conversation
/retest |
kubernetes-sigs/controller-runtime#2693 broke the content provider while doing docker-build with following issue[1] In order to unblock the CI, we are pinning sigs.k8s.io/controller-runtime/tools/setup-envtest at previous working commit[2] [1]. kubernetes-sigs/controller-runtime#2720 [2]. kubernetes-sigs/controller-runtime@c7e1dc9 Signed-off-by: Hongwei Liu <[email protected]>
bcbb19e
to
3a3e148
Compare
Quality Gate passedIssues Measures |
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
/retest |
/test integration-service-e2e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #644 +/- ##
==========================================
- Coverage 72.60% 72.35% -0.26%
==========================================
Files 46 46
Lines 4454 4572 +118
==========================================
+ Hits 3234 3308 +74
- Misses 885 916 +31
- Partials 335 348 +13 ☔ View full report in Codecov by Sentry. |
kubernetes-sigs/controller-runtime#2693 broke
the content provider while doing docker-build with following issue[1]
In order to unblock the CI, we are pinning
sigs.k8s.io/controller-runtime/tools/setup-envtest at previous working commit[2]
[1]. kubernetes-sigs/controller-runtime#2720
[2]. kubernetes-sigs/controller-runtime@c7e1dc9
Signed-off-by: Hongwei Liu [email protected]
Maintainers will complete the following section