!zghijEASpYQWYFzriI:nixos.org

Hydra

352 Members
97 Servers

Load older messages


SenderMessageTime
18 Mar 2026
@hexa:lossy.networkhexa
  systemd.services.hydra-prune-build-logs = {
    description = "Clean up old build logs";
    startAt = "weekly";
    serviceConfig = {
      User = "hydra-queue-runner";
      Group = "hydra";
      ExecStart = lib.concatStringsSep " " [
        (lib.getExe pkgs.findutils)
        "/var/lib/hydra/build-logs/"
        "-ignore_readdir_race"
        "-type"
        "f"
        "-mtime"
        "+${toString (3 * 365)}" # days
        "-delete"
      ];
    };
  };
21:17:19
@hexa:lossy.networkhexaimo nix itself needs to gc that21:17:26
@hexa:lossy.networkhexa* imo nix an hydra need a gc for that21:17:49
@hexa:lossy.networkhexabecause nix just has it in /nix/var/log/nix instead21:18:10
@hexa:lossy.networkhexa* imo nix and hydra both need a gc for that21:18:19
19 Mar 2026
@vcunat:matrix.orgvcunatWe see lots of abortions from S3 uploads. Maybe this channel is also suitable, but I posted on https://matrix.to/#/!RROtHmAaQIkiJzJZZE:nixos.org/$94yUJZCsSKev_skNS2jOMGGOrrHUBch2FqYC9CAfPwY?via=nixos.org&via=matrix.org&via=nixos.dev08:13:14
@zmitchell:matrix.orgzmitchell joined the room.14:26:33

There are no newer messages yet.


Back to Room ListRoom Version: 6