| 3 Jan 2024 |
raitobezarius | is this the error when there's a merge conflict? | 01:43:54 |
| @interru:chat.interru.io joined the room. | 03:34:12 |
raitobezarius | https://github.com/RaitoBezarius/goblin-signing I would like to move this repo to nix-community as it's pretty much ready and a dependency for some projects in the nixpkgs ecosystem (namely lanzaboote but maybe not only lanzaboote) | 04:05:01 |
Mic92 | In reply to @raitobezarius:matrix.org is this the error when there's a merge conflict? Maybe we can improve that: https://github.com/buildbot/buildbot/issues/3341 | 09:10:43 |
adisbladis | In reply to @raitobezarius:matrix.org https://github.com/RaitoBezarius/goblin-signing I would like to move this repo to nix-community as it's pretty much ready and a dependency for some projects in the nixpkgs ecosystem (namely lanzaboote but maybe not only lanzaboote) Maybe create a section in the readme listing out dependent packages, at least mentioning lanzaboote, so it's obvious why it belongs in the org | 09:37:48 |
Mic92 | In reply to @joerg:thalheim.io Maybe we can improve that: https://github.com/buildbot/buildbot/issues/3341 https://github.com/Mic92/buildbot-nix/issues/74 | 10:09:05 |
raitobezarius | In reply to @adis:blad.is Maybe create a section in the readme listing out dependent packages, at least mentioning lanzaboote, so it's obvious why it belongs in the org Yes, of course | 14:52:31 |
raitobezarius | In reply to @raitobezarius:matrix.org Yes, of course (done) | 14:56:49 |
raitobezarius | adisbladis: Jonas Chevalier how can I organize the transfer? | 17:54:31 |
raitobezarius | can we have a team with me and @baloo in there? | 17:54:38 |
raitobezarius | (https://github.com/baloo) | 17:54:45 |
raitobezarius | OK I could just do it myself: https://github.com/nix-community/goblin-signing | 17:57:10 |
raitobezarius | If I can be admin on this repo, that'd superb | 17:57:23 |
Jonas Chevalier | yep, anybody that is already part of the org can move their repo in. please use this knowledge responsibly :) | 21:04:58 |
raitobezarius | I will definitely ask before any move ofc | 21:21:43 |
| 4 Jan 2024 |
raitobezarius | oh, another one: https://buildbot.nix-community.org/#/builders/16/builds/37 | 00:16:32 |
raitobezarius | no merge conflict here | 00:16:35 |
| Jacob changed their profile picture. | 00:34:07 |
Gaétan Lepage | Hello ! I am trying to use the buildbot for nix-community/nixvim. I added the nix-community-buildbot tag to the repo. Is there something else to do ? It doesn't seem to be working (nixvim is not listed here) | 08:22:03 |
Gaétan Lepage | NOTE: I just discovered that "Newly enabled repos are imported into buildbot twice a day, you can also ask the admins to trigger an import manually." | 08:30:17 |
Gaétan Lepage | * NOTE: I just discovered that "Newly enabled repos are imported into buildbot twice a day, you can also ask the admins to trigger an import manually." I will then wait for a few hours :) | 08:30:33 |
zowoq | I triggered an import for you. | 08:31:47 |
Gaétan Lepage | Thanks !!! | 08:31:52 |
Gaétan Lepage | Our checks have a lot of outputs (more than 1000). Could that explain why buildbot is very slow compared to github actions ? It looks like it processes all of the individual outputs individually instead of running a single time nix flake check. | 08:53:43 |
Gaétan Lepage | https://buildbot.nix-community.org/#/builders/542/builds/1 | 08:53:47 |
| lillecarl changed their display name from LilleCarl to LilleCarl (Salsa9). | 09:06:26 |
Mic92 | This is a design tradeoff. It allows to have per-package logs / failures. For some flakes like disko, also nix flake check would go out of memory because there are too many nixos machines it would to evaluate. buildbot-nix splits evaluation and build | 09:50:02 |
Mic92 | I haven't yet experimented with very large build matrixes yet. | 09:50:29 |
Mic92 | It would be interesting to see how quickly rebuilds are done. | 09:52:30 |
Mic92 | I would expect that many builds will be skipped and don't actually spawn any process. | 09:52:50 |