| 24 Oct 2021 |
| Attelis joined the room. | 09:27:59 |
| newam set a profile picture. | 18:04:21 |
| 26 Oct 2021 |
| @grahamc:nixos.orgchanged room power levels. | 01:15:56 |
| NixOS Moderation Bot changed their display name from mjolnir to NixOS Moderation Bot. | 02:00:09 |
| NixOS Moderation Bot set a profile picture. | 02:00:27 |
| NixOS Moderation Bot changed their profile picture. | 02:23:42 |
@grahamc:nixos.org | https://github.com/NixOS/hydra/pull/1050 RFR? | 02:26:26 |
| NixOS Moderation Bot changed their profile picture. | 02:33:12 |
Mic92 | what does _rs stands for? | 06:54:21 |
Mic92 | resultset? | 06:54:40 |
@grahamc:nixos.org | yeah | 12:57:04 |
lukegb (he/him) | https://github.com/NixOS/hydra/pull/1025 ready for re-review - not sure if I prefer the lambda over the previous thing | 13:54:12 |
@grahamc:nixos.org | a hard thing is you have to start making functions somewhere | 13:56:32 |
lukegb (he/him) | yeah | 14:03:47 |
lukegb (he/him) | I feel like it would probably have been fine without but I also don't really want to change the semantics of the dryrun flag, and then it becomes hard | 14:04:21 |
@grahamc:nixos.org | I added tests to the other function uses: https://github.com/NixOS/hydra/pull/1050 | 14:51:29 |
@grahamc:nixos.org | deployed | 16:27:40 |
| 27 Oct 2021 |
das_j | Hm, is there a way to kill jobs that ignore getting cancelled? | 12:14:17 |
das_j | In my own Hydra I usually just restart the queue runner but that's probably not a good idea on the nixos Hydra | 12:14:46 |
das_j |  Download image.png | 12:15:47 |
das_j | Talking about this for example | 12:15:54 |
niksnut | If a build step keeps running, it's probably because it's also a dependency of another build. | 13:25:01 |
das_j | Ah that makes sense of course | 13:25:24 |
das_j | So nothing I can realistically do about it :/ Thank you for exaplaining! | 13:26:41 |
das_j | * So nothing I can realistically do about it :/ Thank you for explaining! | 13:26:46 |
niksnut | Well, you can cancel the other builds. | 13:27:58 |
das_j | But I don't think there's a way to find the reverse dependencies of the build | 13:28:14 |
niksnut | Once all the builds that depend on that step are cancelled, the step should be killed. | 13:28:17 |
das_j | Or is there? Apart from going through all jobsets? | 13:28:23 |
das_j | * Or is there? Apart from going through all jobsets and evals? | 13:28:27 |