!zghijEASpYQWYFzriI:nixos.org

Hydra

384 Members
109 Servers

Load older messages


SenderMessageTime
12 Mar 2026
@ctheune:matrix.flyingcircus.ioTheuni changed their display name from Christian Theune to Theuni.07:18:47
@sternenseemann:systemli.orgsternihas anyone made a script yet that fetches the remainnig queued jobs for a Hydra jobset eval and builds them locally?14:14:14
@vcunat:matrix.orgvcunat🤔 I think I've seen something meant for CI which builds only the stuff which can't be substituted.14:19:49
@vcunat:matrix.orgvcunatFound it: https://github.com/Mic92/nix-build-uncached14:20:25
@vcunat:matrix.orgvcunat(I'm not sure what exactly you want and I haven't even used this one, though.)14:21:40
@sternenseemann:systemli.orgsternii guess that sort of works but is annoying if you have to eval the jobset locally again instead of fetching the information from Hydra21:14:05
@sternenseemann:systemli.orgsternito be fair though my use case is a bit niche, I sometimes want to build the 50 or so remaining builds from haskell-updates since you can get stuck that way for days feels like sometimes when your jobset gets crowded out21:14:52
@vcunat:matrix.orgvcunat I see. Let me bump those now, as there are few and won't slow the other big work much (e.g. staging-next). 21:31:03
@vcunat:matrix.orgvcunatIdeally you'd somehow fetch just the names of jobs which haven't finished and then evaled (+built) just those.21:32:16
@vcunat:matrix.orgvcunatThat might be not too hard.21:33:03
@sternenseemann:systemli.orgsterniyeah it's probably just a shell script with jq21:45:28
@sternenseemann:systemli.orgsternithanks :)21:45:39
14 Mar 2026
@amadaluzia:unredacted.orgamadaluzia -> 4d2.org changed their display name from amadaluzia to amadaluzia[uorg].18:49:51
@amadaluzia:4d2.orgamadaluzia joined the room.19:29:26
@amadaluzia:unredacted.orgamadaluzia -> 4d2.org changed their display name from amadaluzia[uorg] to amadaluzia -> 4d2.org.21:21:29
17 Mar 2026
@joerg:thalheim.ioMic92 My calendar says today is hydra meeting? das_j ? 16:53:04
@joerg:thalheim.ioMic92We have now a hydra meeting anyway17:26:27
18 Mar 2026
@Ericson2314:matrix.orgJohn Ericson Simon Hauser: whose responsibility is the build-logs dir these days? 16:54:26
@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
@brian:bmcgee.ieBMGI have some time in the next couple months I can dedicate to importing state from s3 for references into hydra and start building GC. 18:11:22
@brian:bmcgee.ieBMGNeed to check the latest inventory to see if that 100GB we deleted is still showing up. Been over a month now right?18:11:45
@jappie:jappie.devjappie28 days according to this post: https://discourse.nixos.org/t/garbage-collecting-cache-nixos-org/74249/10?u=jappie319:55:22
@jappie:jappie.devjappie* 28 days according to this post: https://discourse.nixos.org/t/garbage-collecting-cache-nixos-org/74249/119:55:27
@jappie:jappie.devjappie* 28 days according to this post: https://discourse.nixos.org/t/garbage-collecting-cache-nixos-org/74249/1019:55:28

Show newer messages


Back to Room ListRoom Version: 6