| 10 Sep 2025 |
| SomeoneSerge (back on matrix) changed their display name from SomeoneSerge (@nixcon & back on matrix) to SomeoneSerge (back on matrix). | 00:38:00 |
Sandro 🐧 | https://search.nixos.org/options?channel=unstable&query=programs returns a 404 😅 | 20:28:53 |
tgerbet | https://github.com/NixOS/nixos-search/issues/1007 | 20:31:15 |
| 11 Sep 2025 |
tgerbet | Hey sorry to bother you,
Could someone from the infra team review and if possible merge https://github.com/NixOS/infra/pull/837 ?
Upstream merged the fix and mentioned us with the impacted domains 🫠 | 17:19:04 |
hexa (signing key rotation when) | poked the whole infra team in the internal room | 17:20:24 |
| loudgolem joined the room. | 17:50:52 |
Jonas Chevalier | done. thanks for the fix! | 17:52:43 |
Jonas Chevalier | and purged the Fastly caches for / on channels and releases.nixos.org | 18:07:14 |
| dragonhunter274 joined the room. | 18:36:55 |
| adamcstephens joined the room. | 20:36:53 |
adamcstephens | Filed https://github.com/NixOS/infra/issues/838 after discussing with hexa. Seems hydra file downloads are erroring now. | 20:47:38 |
| 12 Sep 2025 |
leona | For me, releases.nixos.org doesn't work anymore because (JS error):
Uncaught ReferenceError: baseUrl is not defined
| 07:16:22 |
leona | not sure if it's because of the change of tgerbet , it doesn't seem to relate that well | 07:17:03 |
leona | more exactly: releases.nixos.org works, https://releases.nixos.org/?prefix=nixos/ doesn't. The JS buildNavigation function looks completely different | 07:22:23 |
leona | * more exactly: releases.nixos.org works, https://releases.nixos.org/?prefix=nixos/ doesn't. | 07:22:46 |
vcunat | Yes, that should be from the change. It does add a baseUrl reference. | 07:25:16 |
tgerbet | Arf sorry I will push a fix | 08:39:28 |
tgerbet | Done https://github.com/NixOS/infra/pull/839
I cannot be trusted without typechecking 😅 | 09:51:50 |
| teutat3s joined the room. | 10:39:13 |
| Max changed their display name from HAL9000 to Max. | 12:48:36 |
Philip Taron (UTC-8) | Folks, what does it take to upgrade the Nix that Hydra uses to a new version? Today it's on 2.29.2 per the footer. 2.30+ has pretty nice memory-size wins. | 17:21:32 |
vcunat | Hydra the SW is coupled to the Nix version it's using. (though I don't know how much) | 17:28:06 |
K900 | Fairly heavily | 17:29:05 |
K900 | But also RAM is not an issue | 17:29:05 |
K900 | Generally | 17:29:06 |
K900 | (and eval is generally not an issue most of the time) | 17:29:30 |
vcunat | We don't seem to be really running into RAM shortage, though there's not a huge margin sometimes. (zram serves as a buffer) | 17:29:34 |
vcunat | * We don't seem to be really running into RAM shortage on evaluations, though there's not a huge margin sometimes. (zram serves as a buffer) | 17:29:50 |
vcunat | * We don't seem to be really running into RAM shortage on Hydra evaluations, though there's not a huge margin sometimes. (zram serves as a buffer) | 17:29:56 |
@wolfgangwalther:matrix.org | CI's Eval also got faster with 2.30, although I don't know how much that was related to RAM usage and hitting swap otherwise. | 17:31:51 |