GoogleCloudPlatform / alloydb-auth-proxy

A utility for connecting securely to your AlloyDB instances
https://cloud.google.com/alloydb/docs/auth-proxy/overview?hl=hu
Apache License 2.0
59 stars 10 forks source link

Self-hosted runner runs out of disk space #696

Closed flaky-bot[bot] closed 2 months ago

flaky-bot[bot] commented 2 months ago

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and I will stop commenting.


commit: bba846338024c42e00023271fd18e9aa6d6bb7de buildURL: https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/actions/runs/10408001409 status: failed

enocom commented 2 months ago

This is our runner not cleaning up and running out of space.

enocom commented 2 months ago

According to https://github.com/actions/setup-go/issues/431, self-hosted runners should disable the cache. This might resolve our disk space problem and is worth trying.

Anywhere we use setup-go, we should add a cache: false configuration.