Report final AMI disk usage to workflow job - #2384
Merged
Merged
Conversation
This was left over from #2380 from when I did some commit re-ordering.
PostgreSQL Extension Dependency Analysis: PR #2384
SummaryNo extensions had dependencies with MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Extension DependenciesPostgreSQL 17 Extension DependenciesOrioleDB 17 Extension Dependencies |
mmlb
force-pushed
the
push-vwkxnnpnqtyt
branch
from
August 20, 2026 20:32
4667a29 to
1630277
Compare
PostgreSQL Package Dependency Analysis: PR #2384
SummaryNo packages had MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Dependency ChangesExtracting PostgreSQL 15 dependencies...
Runtime Closure Size
Raw Dependency ClosurePostgreSQL 17 Dependency ChangesExtracting PostgreSQL 17 dependencies...
Runtime Closure Size
Raw Dependency Closure |
mmlb
force-pushed
the
push-vwkxnnpnqtyt
branch
7 times, most recently
from
August 21, 2026 17:54
3f55b9b to
3f57362
Compare
We don't use docker in the tests so no need to do any of these actions/install packages.
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.
mmlb
force-pushed
the
push-vwkxnnpnqtyt
branch
from
August 21, 2026 18:29
3f57362 to
231b29d
Compare
Collaborator
Author
samrose
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What kind of change does this PR introduce?
Feature
What is the current behavior?
We don't log/report disk usage of the final AMI.
What is the new behavior?
We now show disk usage as a nice markdown table in the job summary.
Additional context
Disk space is important to us but we haven't been reporting it/watching it much, this is an easy first step.