-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option for freeing disk space to sdk build and bridge upgrade (#1057
) Some of the workflows on larger providers like aws started failing because they're running out of disk space (again.. sigh). Examples are: - pulumi/pulumi-aws#4379 - https://github.com/pulumi/pulumi-aws/actions/runs/10421649189/job/28864324845 This change adds a new configuration parameter (`freeDiskSpaceBeforeSdkBuild`) to free the disk space before SDK builds. Additionally it also adds the disk space cleaning to the upgrade-bridge workflow. We should also explore using bigger runners, but this might be cost prohibitive (AWS alone had ~1.1k build hours within the last month, which would amount to ~1k$ for a larger runner).
- Loading branch information
1 parent
3c0d512
commit cb25dbd
Showing
6 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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