Skip to content

Commit

Permalink
hydra: disable logs compression plugin as it badly conflicts with upl…
Browse files Browse the repository at this point in the history
…oad_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.
  • Loading branch information
delroth committed Jan 12, 2024
1 parent 8c911bc commit 5e32b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions delft/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ in
xxx-jobset-repeats = nixos:reproducibility:1
upload_logs_to_binary_cache = true
compress_build_logs = false # conflicts with upload_logs_to_binary_cache
log_prefix = https://cache.nixos.org/
Expand Down

0 comments on commit 5e32b21

Please sign in to comment.