-
Notifications
You must be signed in to change notification settings - Fork 859
Add seictl binary to seid container
#2673
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
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
The `seictl` utility is used extensively in the new infrastructure. Not having it would mean custom baking images which ultimately results in drift from test what we actually ship. Add it to the image as an "all in one" image. Its size is small enough to not matter for performance and portability.
247f3d9 to
113d694
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2673 +/- ##
=======================================
Coverage 43.81% 43.81%
=======================================
Files 1908 1908
Lines 159047 159047
=======================================
+ Hits 69679 69694 +15
+ Misses 82959 82950 -9
+ Partials 6409 6403 -6
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
The `seictl` utility is used extensively in the new infrastructure. Not having it would mean custom baking images which ultimately results in drift from test what we actually ship. Add it to the image as an "all in one" image. Its size is small enough to not matter for performance and portability. (cherry picked from commit 4107264)
|
Successfully created backport PR for |
The
seictlutility is used extensively in the new infrastructure. Not having it would mean custom baking images which ultimately results in drift from test what we actually ship.Add it to the image as an "all in one" image. Its size is small enough to not matter for performance and portability.