Hydra | 373 Members | |
| 108 Servers |
| Sender | Message | Time |
|---|---|---|
| 18 Nov 2023 | ||
| 21:45:22 | ||
| is there any way to have hydra track the merge of two branches? i.e. I want a jobset where the nixpkgs input is the merge of nixos-unstable and a PR I'm interested in. | 21:45:56 | |
| I don’t think so, you can create a jobset for that specific branch and rebase it on nixos-unstable, but I’m not sure you can do better | 21:49:51 | |
| * I don’t think so, you can create a jobset for that specific branch and rebase it regularly on nixos-unstable, but I’m not sure you can do better | 21:50:23 | |
| bummer | 21:50:32 | |
| yea I can run a service on a timer that does that. | 21:50:48 | |
| 19 Nov 2023 | ||
| hm, well I did something a little wrong | 01:58:21 | |
| How do I delete a jobset? It's not obvious to me in the interface | 01:58:29 | |
| I don't think you can delete jobsets in Hydra | 02:05:21 | |
| oof | 02:16:20 | |
| 03:35:20 | ||
In reply to @marius851000:mariusdavid.frI'm late but yes, that's an issue. I know nothing better than changing the derivation somehow - in a way that changes the output path, so e.g. the name of the fixed-output derivation. | 08:15:29 | |
| Or you could like create a different jobset that contains the corrected derivation - that way you get a new job even if the output path is exactly the same. | 08:16:43 | |
In reply to @raitobezarius:matrix.orgOpen a javascript console while logged in and run deleteJobset or sth like that while on the jobset page | 10:55:20 | |
| The UI doesn't expose it, presumably because it's a very expensive operation on bigger instances | 10:56:08 | |
| 10:56:50 | ||
I've had this problem for ages where evaluation output wouldnt be visible in the webui, only now am i getting to actually fixing it. Does that look familiar to anyone? there are a few issues open and closed related to UTF-8 encoding but nothing specifically with the database | 12:18:51 | |
| 20:38:39 | ||
| 20:46:47 | ||
| 20:48:37 | ||
| 20 Nov 2023 | ||
| 10:33:19 | ||
| 21 Nov 2023 | ||
| 16:37:37 | ||
| is there a way to configure hydra to load a user-defined plugin, or do I have to build/patch a new hydra package for that? | 22:14:15 | |
(sounds like you can set PERL5LIB to set the perl module search path; if the module is in the right namespace, it might work? I'll try it out (-:) | 22:20:55 | |
| got a module that gets loaded & called when various eval hooks are called. This is gonna be a very fun time! | 22:58:17 | |
| 22 Nov 2023 | ||
oh man, so the evalStarted/evalFailed/etc hooks get a tmpId for the evaluation that is not available in the database? what good is that )-: | 14:22:48 | |
I think I can at least dissect that temporary ID on evalFailed to find a jobsetevals entry corresponding to the jobset that failed, which would let me set a github status on that eval's corresponding commit. but, damn, this would be much easier if there was a hydra-side ID that gets threaded through everywhere /: | 14:30:29 | |
* oh man, so the evalStarted/evalFailed/etc hooks get a tmpId for the evaluation that is not available in the database (and database IDs that aren't available on any hook)? what good is that )-: | 14:30:47 | |
oh wait, evalAdded and evalCached do get the evaluation ID. too bad about evalFailed though... | 14:39:19 | |
| 23 Nov 2023 | ||
Download image.png | 14:54:52 | |