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
Pulumi action should cleanup after itself rather than put work on me to clean it up.
Steps to reproduce
Normal use of Pulumi Action
Output of pulumi about
...
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
alfred-stokespace
changed the title
pulumi versions build up over time consuming diskspace
pulumi versions build up over time consuming disk space
Jul 6, 2023
It's not entirely clear to me the best approach to having the action clean up after itself. We may want to make it so that rather than installing into versioned subdirectories, we install the CLI into a single dir (replacing any existing files), which would prevent build-up over time.
@alfred-stokespace You could probably add a job/step that does this in your own workflow as a fix for now. Might be worth opening an issue on @actions/tool-cache if we evaluate that is where this comes from?
What happened?
I am looking at my github runner disk and seeing that the
/actions-runner/_work/_tool/pulumi
directory is consuming 17GBWhen I investigate I see the following
Expected Behavior
Pulumi action should cleanup after itself rather than put work on me to clean it up.
Steps to reproduce
Normal use of Pulumi Action
Output of
pulumi about
...
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: