-
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
DO NOT MERGE: Smoke-test of a costly “always compute old-style IDs” approach #24419
base: main
Are you sure you want to change the base?
DO NOT MERGE: Smoke-test of a costly “always compute old-style IDs” approach #24419
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 |
c179f32
to
5345c94
Compare
Ephemeral COPR build failed. @containers/packit-build please check. |
1 similar comment
Ephemeral COPR build failed. @containers/packit-build please check. |
3d26edf
to
85bf387
Compare
Note to self: If/after containers/storage#2156 merges, this PR will need to re-enable Edit: done. |
Signed-off-by: Miloslav Trmač <[email protected]>
85bf387
to
776b38d
Compare
776b38d
to
93405a1
Compare
The test images with all images converted to zstd:chunked are too old. For now I’m leaving that variant in https://github.com/mtrmac/libpod/tree/mitr-zstd-costly-old-ids-integration-chunked-test-images , and reverting to test with the current images here. |
…ifferent methods" This reverts commit 1d7ec1e. Signed-off-by: Miloslav Trmač <[email protected]>
Read the full one, not the truncated one 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]>
Signed-off-by: Miloslav Trmač <[email protected]>
Signed-off-by: Miloslav Trmač <[email protected]>
7a0271e
to
b14da5e
Compare
Would you care to follow (and test and review) my new simplified automation_images doc? You will need to import https://github.com/containers/automation_images/pull/388/files but apart from that it really should be fairly simple. |
Signed-off-by: Miloslav Trmač <[email protected]>
Signed-off-by: Miloslav Trmač <[email protected]>
b14da5e
to
4148a66
Compare
Thanks, I’ll definitely try that. |
This is a variant of #24287 which reverts (some of) the system test changes to again expect old-style IDs, and includes containers/storage#2155 / containers/image#2613 .
This exists purely to give us options. With this, zstd:chunked loses some of the performance wins, and it should revert to old-style IDs. We then have the option to reintroduce the ID change and performance improvement (perhaps even based on measurements) later.
And, separately, this enforces that layers should match against the config’s DiffIDs, resolving the signing ambiguity.
FYI @giuseppe @edsantiago @mheon @baude
Does this PR introduce a user-facing change?