-
Notifications
You must be signed in to change notification settings - Fork 3.8k
CI: add back EL 8 #10304
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
CI: add back EL 8 #10304
Conversation
4e32336 to
5cc53a7
Compare
.github/workflows/ci.yml
Outdated
| matrix: | ||
| box: | ||
| - fedora/39-cloud-base | ||
| # the upstream rockylnux/8 image no longer works: |
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.
If we're keping Rocky Linux 8 to test compatibility, can you add a comment to the file so it doesn't get changed again?
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.
Should we just remove the rockylinux/9 one as well?
I notice in Vagrant Cloud images can be hosted externally, but then the link dies after a year or two and the image is unusable. This is also happening with the fedora 37 images. If we use one should we just use all the bento images since they are hosted by vagrant cloud?
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.
rockylinux/9
Probably safe to retain
Vagrant Cloud
Maybe we can just switch away from Vagrant to Lima
Mirantis/cri-dockerd@a3a2995
akhilerm
left a comment
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.
Is this for checking the compatibility of older glibc as mentioned here, or is it something else that we are validating?
glibc, cgroup v1, kernel, SELinux policies, and whatever |
.github/workflows/ci.yml
Outdated
| - fedora/39-cloud-base | ||
| # the upstream rockylnux/8 image no longer works: | ||
| # https://github.com/containerd/containerd/pull/10297 | ||
| - bento/rockylinux-8 |
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.
Still failing
https://github.com/containerd/containerd/actions/runs/9395253328/job/25885528463?pr=10304
==> default: Starting domain.
==> default: Domain launching with graphics connection settings...
==> default: -- Graphics Port: 5900
==> default: -- Graphics IP: 127.0.0.1
==> default: -- Graphics Password: Not defined
==> default: -- Graphics Websocket: 5700
==> default: Waiting for domain to get an IP address...
==> default: Removing domain...
==> default: Deleting the machine folder
/root/.vagrant.d/gems/3.1.4/gems/fog-core-2.4.0/lib/fog/core/wait_for.rb:9:in `block in wait_for': The specified wait_for timeout (2 seconds) was exceeded (Fog::Errors::TimeoutError)
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.
Changed to Alma Linux 8
Add back EL 8 to test legacy compatibility Follow-up to PR 10297 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
5cc53a7 to
08c1e12
Compare
Add back EL 8 to test legacy compatibility
Follow-up to: