Remove in memory libcontainer containers map#38931
Remove in memory libcontainer containers map#38931crosbymichael merged 2 commits intomoby:masterfrom
Conversation
|
Thank you for your contribution. I've just checked and your Pull Request doesn't appear to have any description. |
|
Janky / Experimental Power / Z (interestingly; those don't seem to be timing out the individual test after 5 minutes): |
|
@thaJeztah look at the daemon log for janky, its 60GB+ |
|
This is the last bit of the s390x test-logs (in case it helps); |
Codecov Report
@@ Coverage Diff @@
## master #38931 +/- ##
==========================================
- Coverage 36.89% 36.89% -0.01%
==========================================
Files 613 612 -1
Lines 45421 45346 -75
==========================================
- Hits 16760 16730 -30
+ Misses 26370 26326 -44
+ Partials 2291 2290 -1 |
|
Logs of the powerpc run; https://jenkins.dockerproject.org/job/Docker-PRs-powerpc/13837/console Cleaning up the error-message; This looks funny: I do notice that that socket path is 104 characters long (but I think that's exactly the maximum length?); |
3c77a1e to
a2ddf63
Compare
|
Has experimental been timing out for each of these runs or just different errors? |
|
timeouts, it maybe legit, other prs recently are failing on it so idk |
|
Linting failure; |
|
@crosbymichael needs a rebase now, likely because your other PR was merged |
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
c10cc1b to
412e079
Compare
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
|
Everything is good now |
|
rs5-process is ci failures and its not re-triggering |
|
😞 yeah, for some reason it won't trigger through labels (it works if you use |
This removes the in memory map and makes the libcontainerd code bind to containerd is a more conventional way.