| 28 Mar 2023 |
das_j | In reply to @vcunat:matrix.org Custom script is used for channel updates, but normal binaries of built packages don't use that one. A sorry | 13:55:29 |
| @denna:matrix.org left the room. | 20:34:42 |
| 29 Mar 2023 |
Arian | Oh mystery solved GitHub code search is just bad | 12:57:57 |
Arian | Hydra-queue-runner pushes to store_uri | 12:58:09 |
| 30 Mar 2023 |
mei 🌒& | baaad? are you using cs.github.com? it's been really good for me | 20:37:20 |
mei 🌒& | though i've had to rely on the regex thing more recently | 20:37:32 |
| 3 Apr 2023 |
| docRekd joined the room. | 17:09:15 |
| javbit joined the room. | 21:15:04 |
| 4 Apr 2023 |
Sandro | Can someone merge https://github.com/NixOS/hydra/pull/1227 ? | 14:30:40 |
das_j | It would be benefitial if there was a test for it | 14:32:33 |
| 5 Apr 2023 |
Sandro | My perl knowledge is none existing, so that will probably not happen in the near future | 12:26:22 |
Sandro | unless I should write a half backed and probably bad test | 12:27:50 |
| @rimuru:gentoo.chat changed their profile picture. | 12:28:12 |
| @mlyx:matrix.org joined the room. | 18:47:29 |
| 6 Apr 2023 |
| kadawee joined the room. | 01:02:49 |
| 7 Apr 2023 |
| Aaron Siddhartha Mondal joined the room. | 03:44:18 |
| Tom Purl (he/him) changed their profile picture. | 19:34:58 |
| 9 Apr 2023 |
| toonn changed their profile picture. | 14:12:16 |
| 10 Apr 2023 |
| @0xmrtt:envs.net joined the room. | 09:24:55 |
| tea joined the room. | 13:59:13 |
| 7c6f434c joined the room. | 14:03:28 |
7c6f434c | So, for a given set of derivations to build, bundling them as deps to a single named Hydra job does not help the scheduler at all? (Moving a conversation from ofBorg room — in particular with K900 —about what is «a lot» of really cheap to build packages, and are there any ways to affect it) | 14:07:50 |
K900 | No, it doesn't | 14:08:01 |
K900 | Every .drv is still scheduled separately | 14:08:07 |
7c6f434c | So only merging into a single multi-output derivation would help (but with other drawbacks, of course) | 14:10:57 |
K900 | Yes | 14:12:02 |
K900 | But we don't want to do that | 14:12:05 |
K900 | It's not like we're hitting any real limit | 14:12:18 |
K900 | It's mostly just that the queue runner is old and janky and not very fast | 14:12:39 |
K900 | But it could be made a lot faster | 14:12:44 |