| 31 Jan 2022 |
@grahamc:nixos.org | cool, good luck! I hope you sort it. | 22:38:36 |
| 1 Feb 2022 |
@grahamc:nixos.org | I'd love to get a review of this PR adding support for executing dynamic hooks with the runcommand plugin. If anyone could do so: https://github.com/NixOS/hydra/pull/1103 | 16:08:09 |
@grahamc:nixos.org | it is ready to merge as far as I can tell | 16:08:15 |
| 2 Feb 2022 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from CoilWinder (novus ordo seclorum) to Chuck Winter. | 08:36:56 |
Amanda (she/her) | grahamc (he/him): am I reading this wrong, or will this enable the dynamic run if the option is defined at all, not if it's defined and true? https://github.com/NixOS/hydra/pull/1103/files#diff-2165ead8c9c6015677b1ac65e80ea1a77b1bc75d2ae0953306084a59f778e105R271 | 23:45:54 |
Amanda (she/her) | (it's been 10+ years since I touched perl, so I'm not confident enough in that assumption to assert that, but it jumped out while I was skimming ) | 23:47:08 |
cole-h | That's how most other features are enabled when dealing with the HTTP request (see directly above with hidden and enabled) -- but yes, that's correct. | 23:57:51 |
cole-h | (Also note that it's required to be enabled on the server for this to be accepted) | 23:58:27 |
| 3 Feb 2022 |
Amanda (she/her) | Oh, I didn't even realise that was a webpage rendering script, disregard that then, I collect socks | 00:04:17 |
cole-h | Hahaha | 00:08:42 |
@grahamc:nixos.org | but thank you for the review, Amanda (she/her) ! | 00:28:32 |
| 4 Feb 2022 |
vcunat | 😵💫
Success; 1 out of 39 constituent builds failed
| 15:52:35 |
vcunat | If it was possible to restart a succeeding build, I wouldn't be surprised. So otherwise... perhaps some kind of restart race? | 15:53:47 |
vcunat | Or perhaps one of those constituents had another same-hashed build that got restarted and thus succeeded? | 15:55:29 |
vcunat | Anyway, not causing any issues AFAIK. It just seemed interesting. | 15:55:47 |
vcunat | (I restarted it now, so it won't show the weird sentence anymore.) | 15:58:55 |
vcunat | * (I restarted it now, so it won't show the weird sentence anymore. It was shown as "user cancelled".) | 15:59:11 |
vcunat | * (I restarted it now, so it won't show the weird sentence anymore. It was shown as "Cancelled by user".) | 15:59:34 |
@grahamc:nixos.org | that is a mysterious problem! | 22:47:16 |
| 5 Feb 2022 |
| mikafluffyball ⚡️ joined the room. | 01:51:30 |
| 6 Feb 2022 |
| illustris joined the room. | 04:36:07 |
| 7 Feb 2022 |
@grahamc:nixos.org | I wonder if anyone is consuming the eval_* events from hydra-eval-jobset. Their data payload uses project / jobset names instead of IDs, and I'd like to change them to use IDs instead. However this'd be a bit awkward for anyone consuming them. I could add a v2 event type, though | 17:36:09 |
@grahamc:nixos.org | it feels like a fairly sacred API to me | 17:41:33 |
@grahamc:nixos.org | oh dear | 18:03:53 |
@grahamc:nixos.org | * ~oh dear: | 18:05:26 |
@grahamc:nixos.org | * ~oh dear~ | 18:05:27 |
@grahamc:nixos.org | okay I'm fairly sure nobody is actually using these events. | 18:24:33 |
@grahamc:nixos.org | because if somebody had they'd probably have filed a bug report about the fact that it was sending a payload with the value of:
344264.691775749.1435752\tPROJECT\tJOBSET
where those \ts are not tabs, but the string literal of a \ followed by the string literal of a t.
| 18:26:00 |
das_j | In reply to @grahamc:nixos.org
because if somebody had they'd probably have filed a bug report about the fact that it was sending a payload with the value of:
344264.691775749.1435752\tPROJECT\tJOBSET
where those \ts are not tabs, but the string literal of a \ followed by the string literal of a t.
I'm not using these events but I assume I'd just live with the fact that it's \t and split on that 😆 | 18:27:23 |
@grahamc:nixos.org | well | 18:27:34 |