-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
VM images: bump to 2023-11-16 #20610
VM images: bump to 2023-11-16 #20610
Conversation
Cockpit tests failed for commit ad99ec81efaa41c710dab2cab87e168d9ad7adec. @martinpitt, @jelly, @mvollmer please check. |
@giuseppe PTAL |
Test was added by me, but I don't know in which PR the default compression is changed to |
ah it is that rawhide now defaults to |
Yes someone has to fix the tests or figure out if zstd:chunked is broken. I am at KubeCon and have no time to investigate. |
@rhatdan @edsantiago Created a PR #20617 |
ad99ec8
to
79c0f84
Compare
Ephemeral COPR build failed. @containers/packit-build please check. |
Executive decision, I am forcing an override in the CI images. New VM build in progress. |
Reverting this is just pushing it down the road. We need to figure these issues out and get tests to pass. |
Full consensus and agreement from the team (we discussed this in scrum). We just decided to get the problems ironed out first, and then change the default. |
Yes, tests need to pass. But reverting is inevitable in my eyes since we can't just wait for somebody to do something at some point. Who's responsible for fixing it? I think we assumed that tests will pass without actually testing it. There might be real issues that require more than massaging tests. |
tests pass with #20633 We need the famous fix for c/image as well as another one for blobcache. Only a few tests need to be adjusted as they assume gzip or the docker format is used. I think the safest is to revert the change in Rawhide since it affects users and we know there are real issues at the moment (like the PR for c/image). Once we settle on that, we need to change the default in c/common and seal our CI with it. |
79c0f84
to
55b82e2
Compare
55b82e2
to
e2b1391
Compare
F39 released. Hoping for newer crun and pasta. Signed-off-by: Ed Santiago <santiago@redhat.com>
e2b1391
to
d3d6dc4
Compare
Signed-off-by: Ed Santiago <santiago@redhat.com>
Signed-off-by: Ed Santiago <santiago@redhat.com>
d3d6dc4
to
d2a4ec8
Compare
@cevich, @containers/podman-maintainers PTAL. This is a bump to release f39 (up from beta), and to crun-1.11.2 on all Fedoras (debian uses runc so we don't care about crun). See package version list. |
@@ -1545,14 +1545,18 @@ VOLUME %s`, ALPINE, volPath, volPath) | |||
container.WaitWithDefaultTimeout() | |||
Expect(container).Should(Exit(0)) | |||
checkLines(container.OutputToStringArray()) | |||
Expect(container.ErrorToString()).To(ContainSubstring("Running scope as unit: ")) |
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.
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, Luap99, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5c97e12
into
containers:main
No change in base, just newer packages (especially crun-1.11-1)
Then fix broken tests.
Signed-off-by: Ed Santiago santiago@redhat.com