-
Notifications
You must be signed in to change notification settings - Fork 346
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
Updaet to Containerd 1.7.11 #2558
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2558 +/- ##
=======================================
Coverage 65.88% 65.88%
=======================================
Files 133 133
Lines 16819 16819
=======================================
+ Hits 11081 11082 +1
+ Misses 5738 5737 -1 |
b43da39
to
22f18e5
Compare
Signed-off-by: utam0k <k0ma@utam0k.jp>
22f18e5
to
cadd886
Compare
Hey, would this solve the seemingly random failures of containerd tests we see in CI? |
The cause of them can also be the dbus issue that is opened, due to which the tests might be failing |
Hey @utam0k , There is a minor change needed to make this work, I'll go ahead and fix it here. |
@utam0k Going ahead and merging this 👍 |
Updates go version to 1.20.12 and containerd to 1.7.11 for containerd e2e integration tests.
This updates the CI to mirror steps from the vagrantfile for containerd build (previously the
make install
and plugin build/install steps were not done in CI, but were done in vagrantfile)