| 12 Mar 2026 |
vcunat | Ideally you'd somehow fetch just the names of jobs which haven't finished and then evaled (+built) just those. | 21:32:16 |
vcunat | That might be not too hard. | 21:33:03 |
sterni (he/him) | yeah it's probably just a shell script with jq | 21:45:28 |
sterni (he/him) | thanks :) | 21:45:39 |
| 14 Mar 2026 |
| amadaluzia -> 4d2.org changed their display name from amadaluzia to amadaluzia[uorg]. | 18:49:51 |
| amadaluzia joined the room. | 19:29:26 |
| amadaluzia -> 4d2.org changed their display name from amadaluzia[uorg] to amadaluzia -> 4d2.org. | 21:21:29 |
| 17 Mar 2026 |
Mic92 | My calendar says today is hydra meeting? das_j ? | 16:53:04 |
Mic92 | We have now a hydra meeting anyway | 17:26:27 |
| 18 Mar 2026 |
John Ericson | Simon Hauser: whose responsibility is the build-logs dir these days? | 16:54:26 |
hexa | 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 | imo nix itself needs to gc that | 21:17:26 |
hexa | * imo nix an hydra need a gc for that | 21:17:49 |
hexa | because nix just has it in /nix/var/log/nix instead | 21:18:10 |
hexa | * imo nix and hydra both need a gc for that | 21:18:19 |
| 19 Mar 2026 |
vcunat | We 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.dev | 08:13:14 |
| zmitchell joined the room. | 14:26:33 |
BMG | I 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 |
BMG | Need 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 | 28 days according to this post: https://discourse.nixos.org/t/garbage-collecting-cache-nixos-org/74249/10?u=jappie3 | 19:55:22 |
jappie | * 28 days according to this post: https://discourse.nixos.org/t/garbage-collecting-cache-nixos-org/74249/1 | 19:55:27 |
jappie | * 28 days according to this post: https://discourse.nixos.org/t/garbage-collecting-cache-nixos-org/74249/10 | 19:55:28 |
hexa | the cut-off is the 21st of march | 20:35:44 |
hexa | from memory | 20:35:53 |
hexa | so this saturday | 20:36:06 |
| @eyduh:matrix.org left the room. | 20:41:03 |
BMG | OK cool, I'll check on Sunday then | 21:29:18 |
BMG | I did check the day after and the inventory report wasn't showing a reduction | 21:30:03 |
BMG | But I think that has more to do with how the report is configured | 21:30:27 |
| 20 Mar 2026 |
| Evrim Ulu joined the room. | 11:23:40 |