CI VMs: bump, to debian with cgroups v2#5550
CI VMs: bump, to debian with cgroups v2#5550openshift-merge-bot[bot] merged 1 commit intocontainers:mainfrom
Conversation
|
Ephemeral COPR build failed. @containers/packit-build please check. |
624d850 to
2f2aa74
Compare
|
@containers/buildah-maintainers PTAL, this is important for gating tests, and for podman bud tests, and for getting rid of cgroups v1. @nalind if you can offer me a quick fix for the commented-out tests, I'd love that, otherwise I'll file issues. |
|
rawhide build failures are unrelated and should be fixed automatically on the infra side soon. Ignore for now |
2f2aa74 to
a649f4c
Compare
Per consent in 2024-03-20 Planning, remove support for cgroups v1. And, per discovery on 2024-05-28, systemd 256 no longer even boots on a cgroups v1 system. This commit switches to VMs built in: containers/automation_images#338 ...in which Debian is now cgroups v2 with crun. Requires disabling two conformance tests which fail when run against docker 26.1; see containers#5526 for context on those. Also requires disabling two bats tests on debian because something changed there in ulimits. I'll look into them later but right now this gives us breathing space. And, latest git on f40 refuses to serve non-root files when run as root ("dubious ownership"); so, in start_git_daemon(), chown the extracted files. Signed-off-by: Ed Santiago <santiago@redhat.com>
a649f4c to
7602e9e
Compare
|
@containers/buildah-maintainers please merge when convenient.
|
|
ping |
Basically, git 2.45 adds security stuff that breaks our tests. Pulled from containers#5550 in hopes that we can get this merged ASAP because it keeps breaking gating tests. Signed-off-by: Ed Santiago <santiago@redhat.com>
|
/approve |
lsm5
left a comment
There was a problem hiding this comment.
LGTM. Will defer to others for final review.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, lsm5, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
Per consent in 2024-03-20 Planning, remove support for cgroups v1.
And, per discovery on 2024-05-28, systemd 256 no longer even
boots on a cgroups v1 system.
This commit switches to VMs built in:
containers/automation_images#338
...in which Debian is now cgroups v2 with crun.
Signed-off-by: Ed Santiago santiago@redhat.com