You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Report final AMI disk usage to workflow job (#2384)
* nix-provision: Remove unnecessary sudos
This was left over from #2380 from when I did some commit re-ordering.
* ci/testinfra: Drop docker stuff
We don't use docker in the tests so no need to do any of these
actions/install packages.
* AMI: Report disk usage
I've had a few occasions where I wanted to see disk usage changes and
had to create a one-of PR to do so. Since AMI image size is important to
us we should at least show it somewhere. I might post as a comment in
the future, holding off for now because I'd like to post just one
comment with the Postgres Extension Dependency Analysis info too.
Note: I'm aware that if there's any issue getting, outputting, parsing
the disk usage it'll break the build and I'm ok with that. I want to see
disk usage and if we can't get it then something is wrong and should be
fixed.
0 commit comments