-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
DO NOT MERGE: Run tests with Zstd compression default #21571
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mtrmac 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 |
3e881e9
to
c21f477
Compare
Legitimate problems:
|
@giuseppe FYI. I’ll continue investigating this, just noting the Podman-side UI concerns above for now. |
c21f477
to
e4f9cca
Compare
e4f9cca
to
a6a81b6
Compare
Ephemeral COPR build failed. @containers/packit-build please check. |
a6a81b6
to
afd6dac
Compare
afd6dac
to
91fb0ab
Compare
91fb0ab
to
9ce62ea
Compare
Cockpit tests failed for commit 9ce62ea83c221979aff1bd91afe0c002cc73f270. @martinpitt, @jelly, @mvollmer please check. |
9ce62ea
to
1a9566f
Compare
Cockpit tests failed for commit 1a9566f043cf084167e5ef3e8e90a1690dc7bead. @martinpitt, @jelly, @mvollmer please check. |
1a9566f
to
4fd011c
Compare
CI is green! |
test/e2e/push_test.go
Outdated
@@ -371,7 +371,7 @@ var _ = Describe("Podman push", func() { | |||
It("podman push to docker-archive", func() { | |||
SkipIfRemote("Remote push does not support docker-archive transport") | |||
tarfn := filepath.Join(podmanTest.TempDir, "alp.tar") | |||
session := podmanTest.Podman([]string{"push", "-q", ALPINE, | |||
session := podmanTest.Podman([]string{"push", "-q", ALPINE, "--compression-format=gzip", |
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.
Does this require a change in podman or contianers/image?
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.
This is specific to containers.conf
. So not c/image; Podman or maybe c/common/libimage.
4fd011c
to
afb9b70
Compare
🎉 green! #21793 now contains the test updates we do want to make; the other changes from this PR should not be merged, and instead we should change Podman’s behavior. |
afb9b70
to
b4a6e65
Compare
Yes, this PR is now a pure setting change to test behavior with Zstd. I have separately filed #21903 for testing zstd:chunked . |
For the record, 7879d59 is all green, with no Podman changes (other than the compression algorithm). |
Yup now we need to ship podman 5.0 and change rawhide to zstd:chunked by default. |
8f7a624
to
8216c80
Compare
2529e6e
to
9312529
Compare
1810e21
to
386ff32
Compare
7f4402b
to
7b77eb4
Compare
7b77eb4
to
8c5cbc3
Compare
8c5cbc3
to
9b8d906
Compare
Signed-off-by: Miloslav Trmač <[email protected]>
The Go image is too old, at least in the CI images Signed-off-by: Miloslav Trmač <[email protected]>
9b8d906
to
ded524f
Compare
Ephemeral COPR build failed. @containers/packit-build please check. |
ded524f
to
e9311ac
Compare
The root of filepath.* now must exist. Signed-off-by: Miloslav Trmač <[email protected]>
> go mod edit -replace github.com/opencontainers/runc=github.com/cyphar/[email protected] per opencontainers/runc#4590 . Signed-off-by: Miloslav Trmač <[email protected]>
Signed-off-by: Miloslav Trmač <[email protected]>
Signed-off-by: Miloslav Trmač <[email protected]>
Signed-off-by: Miloslav Trmač <[email protected]>
e9311ac
to
681a48d
Compare
Inspired by #20633
Does this PR introduce a user-facing change?