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

Workflow failure: cron #4379

Closed
pulumi-bot opened this issue Aug 17, 2024 · 3 comments · Fixed by #4381
Closed

Workflow failure: cron #4379

pulumi-bot opened this issue Aug 17, 2024 · 3 comments · Fixed by #4381
Assignees
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer

Comments

@pulumi-bot
Copy link
Contributor

pulumi-bot commented Aug 17, 2024

Workflow Failure

cron has failed. See the list of failures below:

@pulumi-bot pulumi-bot added kind/engineering Work that is not visible to an external user needs-triage Needs attention from the triage team p1 A bug severe enough to be the next item assigned to an engineer labels Aug 17, 2024
@flostadler
Copy link
Contributor

Building the go SDK causes out of disk space issues...

compile: writing output: write $WORK/b001/_pkg_.a: no space left on device
make: *** [Makefile:59: build_go] Error 123

We might have to add disk space cleaning to this as well or go for bigger runners. Will look into this

@flostadler flostadler removed the needs-triage Needs attention from the triage team label Aug 19, 2024
@flostadler flostadler self-assigned this Aug 19, 2024
flostadler added a commit to pulumi/ci-mgmt that referenced this issue Aug 19, 2024
Some of the workflows on larger providers like aws started failing
because they're running out of disk space. 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.
flostadler added a commit to pulumi/ci-mgmt that referenced this issue Aug 19, 2024
)

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).
@flostadler
Copy link
Contributor

Will be fixed by #4381

@pulumi-bot
Copy link
Contributor Author

This issue has been addressed in PR #4381 and shipped in release v6.50.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants