-
Notifications
You must be signed in to change notification settings - Fork 65
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
ci: add support for incremental builds and helm charts #204
Conversation
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
You would need to add the scripts and also need to fix the code coverage bit as well. |
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
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.
Please fix the chart version, the CI is still failing.
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
Signed-off-by: Prateek Chandra <[email protected]>
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.
Minor comments. Looks good for the most part. Thanks.
Signed-off-by: Prateek Chandra <[email protected]>
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.
Integration test coverage aside. CI looks good to me.
Signed-off-by: Prateek Chandra <[email protected]>
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 @@
## develop #204 +/- ##
===========================================
- Coverage 37.91% 37.35% -0.57%
===========================================
Files 36 1 -35
Lines 3373 779 -2594
===========================================
- Hits 1279 291 -988
+ Misses 2012 479 -1533
+ Partials 82 9 -73
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Prateek Chandra <[email protected]> Signed-off-by: Niladri Halder <[email protected]>
* fix(analytics): respect environment variable to disable reporting event analytics (#211) Signed-off-by: Ethan Mosbaugh <[email protected]> Signed-off-by: Niladri Halder <[email protected]> * ci: add support for incremental builds and helm charts (#204) Signed-off-by: Prateek Chandra <[email protected]> Signed-off-by: Niladri Halder <[email protected]> * ci: fix build_and_push awk command (#212) Signed-off-by: Niladri Halder <[email protected]> * ci: fix build_and_push and release workflows (#213) Signed-off-by: Niladri Halder <[email protected]> --------- Signed-off-by: Ethan Mosbaugh <[email protected]> Signed-off-by: Niladri Halder <[email protected]> Signed-off-by: Prateek Chandra <[email protected]> Co-authored-by: Ethan Mosbaugh <[email protected]> Co-authored-by: Prateek Chandra <[email protected]>
CI-enhancements