| 8 Jul 2025 |
@drupol:matrix.org | Thanks for the link, I was not aware of that grafana interface. I will carefully look from home later on. | 14:40:41 |
| Janne joined the room. | 21:23:56 |
| @janne.hess:helsinki-systems.de left the room. | 21:24:12 |
| 9 Jul 2025 |
| @janne.hess:helsinki-systems.de joined the room. | 16:34:55 |
| @janne.hess:helsinki-systems.de left the room. | 16:35:01 |
| 13 Jul 2025 |
@drupol:matrix.org | I've been looking into it, but I have no clue why ofborg became so slow, can you help me figuring out? | 09:23:15 |
| Wulpey joined the room. | 18:20:04 |
@drupol:matrix.org | Things that usually went fast are ... utterly slow, e.g.: https://github.com/NixOS/nixpkgs/pull/424471 | 19:09:42 |
| 14 Jul 2025 |
Simon Hauser | two hardware runner crashed/are offline, i can no longer ping them. i asked why they are down. that resulted in a backlog. i asked why they are down and if we can get them back running asap | 06:43:42 |
@drupol:matrix.org | Probably why it is so slow | 06:52:00 |
emily | are these still the donated machines? | 16:18:20 |
| 15 Jul 2025 |
hexa | please adopt nixos/infra gc settings on the ofborg macs, so monitoring shuts up 🙂
gc = {
automatic = true;
interval = {
# hourly at the 15th minute
Minute = 15;
};
# ensure up to 125G free space every hour
options = "--max-freed $(df -k /nix/store | awk 'NR==2 {available=$4; required=125*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}')";
};
| 15:13:28 |
hexa | see #infra-alerts:nixos.org for the noise caused right now | 15:13:57 |