@cryptotaxi247 / infra-1 / commits / e4f525b7

builders: align store available threshold with gc settings

Martin Weinelt committed Jun 17, 2026 at 01:40 UTC e4f525b7a77b7e5ed01aaa15174b83c18057e9fa
2 files changed +4
builders/common/hydra-queue-builder.nix
+2
@@ -22,5 +22,7 @@
22 # Required for presigned uploads: builders fetch dependencies via
23 # substitution and upload results to s3 directly.
24 useSubstitutes = true;
25 + # Align this with what our GC settings
26 + storeAvailThreshold = 5.0;
27 };
28 }
macs/common/hydra-queue-builder.nix
+2
@@ -26,6 +26,8 @@
26 # Required for presigned uploads: builders fetch dependencies via
27 # substitution and upload results to s3 directly.
28 useSubstitutes = true;
29 + # Align this with what our GC settings
30 + storeAvailThreshold = 5.0;
31 };
32
33 nix.settings.trusted-users = [ "hydra-queue-builder" ];