gradle-enterprise-build-validation-scripts icon indicating copy to clipboard operation
gradle-enterprise-build-validation-scripts copied to clipboard

An option should exist to disable backing up the project

Open erichaagdev opened this issue 7 months ago • 0 comments

In automation scenarios where access to the filesystem isn't possible, as is typically the case for ephemeral CIs, there isn't any reason to make copies of the project. This copying causes a problem for larger projects when the disk space on runners is limited.

For example: https://github.com/gradle/develocity-oss-projects/actions/runs/10027093868

image

This can also be a problem for any sized project running on non-ephemeral CIs that do not regularly clean up the disk as it will just continue to grow over time. This non-ephemeral CI case could also be fixed by #640.

erichaagdev avatar Jul 22 '24 16:07 erichaagdev