-
Notifications
You must be signed in to change notification settings - Fork 370
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
Update remaining images to use ubuntu:22.04 base image #4499
Update remaining images to use ubuntu:22.04 base image #4499
Conversation
We also update the Vagrant-based test infra to use Ubuntu 22.04 as the Node OS. Because Ubuntu 22.04 ships with crgroup v2, we need to configure containerd to use the systemd cgroup driver. Signed-off-by: Antonin Bas <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #4499 +/- ##
==========================================
- Coverage 69.78% 68.01% -1.78%
==========================================
Files 379 403 +24
Lines 55438 57729 +2291
==========================================
+ Hits 38688 39264 +576
- Misses 14081 15752 +1671
- Partials 2669 2713 +44
|
/test-e2e |
/test-flexible-ipam-e2e |
1 similar comment
/test-flexible-ipam-e2e |
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
/test-e2e |
/test-flexible-ipam-e2e |
1 similar comment
/test-flexible-ipam-e2e |
/test-ipv6-e2e |
1 similar comment
/test-ipv6-e2e |
The dual-stack IPv6 test is failing consistently. I believe this is because of a recently-added test. I opened #4502. |
We also update the Vagrant-based test infra to use Ubuntu 22.04 as the Node OS. Because Ubuntu 22.04 ships with crgroup v2, we need to configure containerd to use the systemd cgroup driver.
Signed-off-by: Antonin Bas [email protected]