| 1 Aug 2023 |
@dylan:fdylan.co.uk | Please don't remove all of my derivatives rely on it (/s) | 15:43:45 |
raitobezarius | # FIXME: Don't use nix-prefetch-git.
($sha256, $storePath) = split ' ', grab(cmd => ["nix-prefetch-git", $clonePath, $revision], chomp => 1);
| 15:44:08 |
raitobezarius | aha | 15:44:13 |
raitobezarius | I guess I'm doing speedrun any% hydra is broken | 15:44:23 |
raitobezarius | sometimes the same build duplicate itself | 16:30:52 |
raitobezarius |  Download image.png | 16:30:53 |
raitobezarius | it's funny | 16:30:54 |
ma27 | isn't that because there are multiple build steps (i.e. dependencies of the build) of teh build running? | 16:31:57 |
ma27 | yeah just checked, it looks for busy buildsteps, but returns the build entities having busy buildsteps | 16:35:32 |
ma27 | hah, I even have it on my todolist to improve that view because it annoyed me in the past already :> | 16:35:55 |
raitobezarius | possibly | 16:53:13 |
Rick (Mindavi) | In reply to @raitobezarius:matrix.org https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/continuous-integration/hydra/default.nix#L21 Lol apparently I didn't even read properly through it even though I'm a maintainer 🤔 | 17:05:08 |
| 2 Aug 2023 |
raitobezarius | das_j: what do you think of me researching how to introduce server sent events for realtime streaming of evaluation logs and build logs in Hydra? | 02:23:36 |
raitobezarius | in catalyst | 02:23:37 |
raitobezarius | I wonder if it could be just a matter of processing the MIME type for text/event-stream and having a long lived request, but I'm a total newbie with the Catalyst framework, it's unclear for me if this is something that can be handled well by this thingie | 02:26:43 |
hacker1024 | In reply to @raitobezarius:matrix.org das_j: what do you think of me researching how to introduce server sent events for realtime streaming of evaluation logs and build logs in Hydra? https://addons.mozilla.org/en-US/firefox/addon/tab-reloader my current solution | 02:51:40 |
raitobezarius | that's not really what I am looking for ;) | 02:51:56 |
das_j | In reply to @raitobezarius:matrix.org das_j: what do you think of me researching how to introduce server sent events for realtime streaming of evaluation logs and build logs in Hydra? I kinda had that idea and I kinda have a solution | 06:53:25 |
das_j | but yes, a native one would be a lot better than mine | 06:53:32 |
das_j | My hacky solution is this: https://github.com/NixOS/hydra/pull/957 but it's very unstable | 06:53:56 |
das_j | but there should probably be a server-wide opt-in/out since I expect this to cause a lot of load on hydra.nixos.org | 06:55:31 |
raitobezarius | das_j: ok and thinking further, what do you think of introducing Rust/Python for the web stuff and having Perl and Python together in the codebase and slowing getting out the Perl part for the web MVC framework so we can get something "more hackable" for random people? (I mean, I can do/read/code Perl but heh…) | 14:25:56 |
raitobezarius | (I don't really care about either Rust or Python or whatever lang, just something that people can usually grok) | 14:26:12 |
Rick (Mindavi) | I think mixed languages won't improve status quo much to be honest | 17:46:48 |
raitobezarius | it would make it easier at least to have a drive-by contribution in some areas, no? | 17:48:24 |
raitobezarius | Of course, not gonna insist on this, I lowkey though want a bug-to-bug compatible of Perl parts of Hydra in some other language just to get the opportunity to make place for some features easily | 17:51:25 |
raitobezarius | * Of course, not gonna insist on this, I lowkey though want a bug-to-bug compatible version of Perl parts of Hydra in some other language just to get the opportunity to make place for some features easily | 17:51:35 |
Rick (Mindavi) | Anyway, at least it would require someone that is willing to push it through to the end | 17:51:48 |
raitobezarius | It's like having 4 weeks of free time and being bored no? | 17:52:19 |
Rick (Mindavi) | I guess forking or buying in Graham is also part of the story :) but yeah, sure | 17:57:22 |