-
Notifications
You must be signed in to change notification settings - Fork 36
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 bazel #1301
base: main
Are you sure you want to change the base?
Remove bazel #1301
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1301 +/- ##
==========================================
- Coverage 15.50% 15.45% -0.05%
==========================================
Files 112 112
Lines 23377 23377
==========================================
- Hits 3624 3613 -11
- Misses 19466 19479 +13
+ Partials 287 285 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6a35388
to
64c9fb0
Compare
d5273cb
to
7156add
Compare
As a test I have updated the github action to use my branch from the forkliftci as this patch is depending on it. kubev2v/forkliftci#136 |
77c0e3f
to
802ca03
Compare
Signed-off-by: Martin Necas <[email protected]>
Quality Gate passedIssues Measures |
Makefile changes:
deploy-operator-index
target to deploy the new index imageNext it will build the bundle image which points controller to the newly built image and the other images will be pointing to the "default" images from kubev2v org. This way we don't need to rebuild all images if we want to test the changes only in one image.
Depends on: kubev2v/forkliftci#136
Which depends on these changes so we need to merge one of them first even with a failing pipeline. I did a test pointing to the test branch and it passed.