-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update pulumi-kubernetes workflows to use kind and free up disk space #846
Conversation
Ah, need to update the TypeScript source, not the generated workflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please just ship the kind changes, since the disk space work is already in ci-mgmt.
- name: Free Disk Space (Ubuntu) | ||
uses: jlumbroso/free-disk-space@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note this is already in the workflow at line 394. (I added to ci-mgmt, and was just going to wait for it to propagate.)
e27c995
to
c073a81
Compare
I've added a hotfix for the disk space work in this PR. The build job is still failing in kubernetes (and other native providers that use ci-mgmt as well) since the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Replicates changes in:
Fixes: pulumi/pulumi-kubernetes#2878