| 29 May 2023 |
raitobezarius | I see | 08:13:31 |
raitobezarius | I guess this is the moment if we want to cram in such a large scale change for 23.11 | 08:13:46 |
vcunat | Jobsets for release branches don't really suffer from this. | 08:17:23 |
vcunat | Oh, staging-next-YY.MM does, actually. | 08:17:50 |
vcunat | (but I don't think we need compatibility in that one) | 08:18:18 |
raitobezarius | I meant it more as "to avoid disturbing" the whole machinery? | 08:23:43 |
raitobezarius | Unsure about what can go wrong by aligning everything | 08:23:45 |
vcunat | channel update scripts refer to some jobs by the name, etc. Anyway, we're in a wrong channel for this. | 08:24:47 |
| 30 May 2023 |
jackdk | Is there a way to filter certain #hydraJobs flake outputs from particular jobsets? I'd like to build profiling outputs only on certain branches, at a lower priority than general builds | 01:21:11 |
| @whee:matrix.org left the room. | 23:13:48 |
| 31 May 2023 |
| Alper Çelik joined the room. | 10:52:50 |
| figsoda joined the room. | 16:15:43 |
figsoda | is this page available in the json api?
https://hydra.nixos.org/job/nixpkgs/trunk/fd.x86_64-linux | 16:16:14 |
Julien | No I don’t think so | 16:19:30 |
raphi | hydra-check parses the html of this page at least | 16:20:25 |
figsoda | thanks, ill take a look at hydra-check's implementation | 16:37:21 |
| 1 Jun 2023 |
| raphi changed their display name from raphi to raphi (element unread channel fix when). | 13:03:27 |
| @rimuru:gentoo.chat changed their profile picture. | 22:42:46 |
| 2 Jun 2023 |
| mei 🌒& changed their display name from ckie (they/them; limited keyboard usage, voice preferred) to ckie (they/them). | 22:16:11 |
| 3 Jun 2023 |
| @lotte:chir.rs changed their profile picture. | 09:03:19 |
| 4 Jun 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 17:40:44 |
| 5 Jun 2023 |
| pajarove joined the room. | 21:40:41 |
| 6 Jun 2023 |
| vcunat changed their display name from Vladimír Čunát to @vcunat. | 17:21:04 |
| @symphorien:xlumurb.eu left the room. | 18:33:51 |
| ryantm joined the room. | 22:08:10 |
ryantm | Does Hydra filter out attrpaths like "go-1.19"?
I made a hydraJobs output here
| 22:10:35 |
ryantm | * Does Hydra filter out attrpaths like "go-1.19"?
I made a hydraJobs output here
and the nix flake show output snippet is:
├───hydraJobs
│ └───x86_64-linux
│ ├───active-modules: derivation 'active-modules-1'
│ ├───"bun-0.5": derivation 'replit-module-bun-0.5'
│ ├───bundle: derivation 'nixmodules-bundle-11e31ab'
│ ├───bundle-image: derivation 'nixmodules-11e31ab'
| 22:11:16 |
ryantm | * Does Hydra filter out attrpaths like "go-1.19"?
I made a hydraJobs output here
and the nix flake show output snippet is:
├───hydraJobs
│ └───x86_64-linux
│ ├───active-modules: derivation 'active-modules-1'
│ ├───"bun-0.5": derivation 'replit-module-bun-0.5'
│ ├───bundle: derivation 'nixmodules-bundle-11e31ab'
│ ├───bundle-image: derivation 'nixmodules-11e31ab'
There is a job for active-modules but not for bun-0.5
| 22:11:44 |
| 7 Jun 2023 |
raitobezarius | I remember Julien looking into stuff like this for nix-eval-jobs I believe | 00:37:13 |
Mindavi | In reply to @ryantm:matrix.org
Does Hydra filter out attrpaths like "go-1.19"?
I made a hydraJobs output here
and the nix flake show output snippet is:
├───hydraJobs
│ └───x86_64-linux
│ ├───active-modules: derivation 'active-modules-1'
│ ├───"bun-0.5": derivation 'replit-module-bun-0.5'
│ ├───bundle: derivation 'nixmodules-bundle-11e31ab'
│ ├───bundle-image: derivation 'nixmodules-11e31ab'
There is a job for active-modules but not for bun-0.5
https://github.com/NixOS/hydra/pull/1286 I think it was just recently fixed | 05:48:56 |