Skip to content
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

make cosa diff support diffing artifact sizes between builds #3992

Open
dustymabe opened this issue Dec 17, 2024 · 0 comments
Open

make cosa diff support diffing artifact sizes between builds #3992

dustymabe opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
jira for syncing to jira

Comments

@dustymabe
Copy link
Member

dustymabe commented Dec 17, 2024

I wrote diffbuildsizes.py.txt a while ago when we switched to OSBuild to try to verify nothing dramatic was happening when we went from one build tool to the next. This was before cosa diff existed. Let's somehow incorporate this into cosa diff. It just uses the sizes reported in meta.json so it's pretty lightweight.

An example of the output looks like:

    platform     | compression  | 40.20240131.91.0 | 40.20240201.91.0
---------------------------------------------------------------------
qemu             | compressed   | 663MiB           | 848MiB          
qemu             | uncompressed | 1577MiB          | 876MiB          
metal4k          | compressed   | 661MiB           | 670MiB          
metal4k          | uncompressed | 2458MiB          | 2458MiB         
metal            | compressed   | 663MiB           | 698MiB          
metal            | uncompressed | 2458MiB          | 2458MiB         
@c4rt0 c4rt0 self-assigned this Dec 17, 2024
@dustymabe dustymabe added the jira for syncing to jira label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira for syncing to jira
Projects
None yet
Development

No branches or pull requests

2 participants