-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
linux -> runtime/linux #2353
linux -> runtime/linux #2353
Conversation
I'm including the vendor updates here for tests. If the maintainers are OK with this package naming, I'll open a PR on containerd/cri to match. |
291271e
to
668d88b
Compare
Ya, looks good. Ping @Random-Liu for a heads up on the CRI import changes . |
The |
@crosbymichael Will update containerd vendor for this. |
@Random-Liu I think @ehazlett will make the PR, I just wanted to give you a heads up with the change. |
oops, missed that comment. Yeah, the naming change LGTM. :) Feel free to send a PR to |
@dmcgowan thanks! @Random-Liu ya i'll do the vendor update. thanks! |
eff855c
to
214ecf5
Compare
runtime/linux/shim/reaper.go
Outdated
@@ -0,0 +1,110 @@ | |||
// +build !windows |
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.
Looks like this file got duplicated instead of moved
e9cbee1
to
62da044
Compare
Seems there was a network error, I've restarted the job |
bcbac60
to
73fe7fd
Compare
Signed-off-by: Evan Hazlett <[email protected]>
Signed-off-by: Evan Hazlett <[email protected]>
Signed-off-by: Evan Hazlett <[email protected]>
The windows failure is probably not related, looks like a previous test may not have been cleaned up correctly. I'll restart the job to see |
Codecov Report
@@ Coverage Diff @@
## master #2353 +/- ##
======================================
Coverage 41.4% 41.4%
======================================
Files 66 66
Lines 7805 7805
======================================
Hits 3232 3232
Misses 4069 4069
Partials 504 504
Continue to review full report at Codecov.
|
LGTM |
This moves the linux package into runtime to be organized by the functionality it provides.
Refs: #2352