-
Notifications
You must be signed in to change notification settings - Fork 616
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 the containerd executor #2568
Conversation
It targets an old pre v1.0 alpha version of containerd and is not currently maintained. closes moby#2219, closes moby#2258, closes moby#2259 and closes moby#2299. The vendoring of libtrust did not become obsolete here but vndr noted that it was unused so I dropped it while I was there. Signed-off-by: Ian Campbell <ijc@docker.com>
1cc057c
to
fe9b063
Compare
I don't think this can be my changes:
Flakey test? |
@ijc yes, I have a PR to remove the environment variable so we can test without setting a glibal end var, which causes issues when tests are run in parallel |
@ijc It is - it might take a while, since that's based on some other PRs. I'll just rebuild for now. |
LGTM when it passes tests. Thanks for cleaning up after yourself. |
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 on tests passing. Hooray for code removal!
Codecov Report
@@ Coverage Diff @@
## master #2568 +/- ##
==========================================
+ Coverage 61.46% 61.77% +0.31%
==========================================
Files 134 134
Lines 21800 21800
==========================================
+ Hits 13399 13468 +69
+ Misses 6958 6886 -72
- Partials 1443 1446 +3 |
Thanks for shepherding it through the tests! |
It targets an old pre v1.0 alpha version of containerd and is not currently
maintained.
closes #2219, closes #2258, closes #2259 and closes #2299.
The vendoring of libtrust did not become obsolete here but vndr noted that it
was unused so I dropped it while I was there.
Signed-off-by: Ian Campbell ijc@docker.com