@cryptotaxi247 / infra / commits / 5e32b212

hydra: disable logs compression plugin as it badly conflicts with upload_logs_to_binary_cache

Both try to process the raw log file and unlink() it when they're done. When both are enabled, and when the `hydra-notify` process isn't stuck, they race for which one will happen first, and we're uninterested in keeping the log files locally on hydra.nixos.org.

Pierre Bourdon committed Jan 13, 2024 at 00:51 UTC 5e32b21272b2cb1c76fd9f25f7a1c41993f1e7aa
1 file changed +1
delft/hydra.nix
+1
@@ -42,6 +42,7 @@ in
42 xxx-jobset-repeats = nixos:reproducibility:1
43
44 upload_logs_to_binary_cache = true
45 + compress_build_logs = false # conflicts with upload_logs_to_binary_cache
46
47 log_prefix = https://cache.nixos.org/
48