| 21 Feb 2023 |
| escaP changed their display name from Tobias Stenzel (escaP) to Tobias Stenzel. | 17:23:11 |
| 22 Feb 2023 |
| @lgcl:lgcl.de changed their display name from lgcl to lgcl (they/them). | 20:32:40 |
| fbegyn joined the room. | 22:27:11 |
| 25 Feb 2023 |
| James Williams joined the room. | 11:04:41 |
| 28 Feb 2023 |
| @bootstrapper:matrix.org joined the room. | 05:42:42 |
| 1 Mar 2023 |
| Fabián Heredia changed their display name from fabianhjr to Fabián Heredia. | 06:05:16 |
| 4 Mar 2023 |
ma27 | https://github.com/NixOS/hydra/pull/1275 should be ready now, just updated Nix used in there to 2.13.3 which includes the /etc fix :) | 11:09:50 |
Arian | Is there OIDC login possible for Hydra? | 11:47:49 |
@linus:schreibt.jetzt | not currently. I started implementing it once and then never finished it | 11:48:12 |
@linus:schreibt.jetzt | (didn't get very far) | 11:48:29 |
Arian | Wanted to give it a shot. But damn Perl is impossible for me to understand or read | 11:48:51 |
Arian | Do you have a WIP somewhere? | 11:50:44 |
Arian | By the way. The hydra documentation is broken on Safari | 11:51:46 |
@linus:schreibt.jetzt | yeah, but I really didn't get far and the commits were created after the fact from filesystem snapshots :< https://github.com/lheckemann/hydra/commits/oauth | 11:51:53 |
Arian | It downloads a file instead of displaying docs | 11:51:53 |
Arian | And on chrome the CSS seems broken | 11:52:00 |
@linus:schreibt.jetzt | Huh, weird | 11:55:53 |
| 6 Mar 2023 |
@grahamc:nixos.org | anyone hav opinions on deleting this index?
| 15:32:28 |
@grahamc:nixos.org | -[ RECORD 30 ]----------+-----------------------------------------
table_name | buildoutputs
index_name | indexbuildoutputsonpath
index_scans_count | 0
index_size | 31 GB
table_reads_index_count | 2128699937
table_reads_seq_count | 0
table_reads_count | 2128699937
table_writes_count | 22442976
table_size | 28 GB
| 15:32:30 |
| 9 Mar 2023 |
| @rimuru:gentoo.chat changed their profile picture. | 10:37:38 |
| 11 Mar 2023 |
| @janik0:matrix.org joined the room. | 14:24:17 |
| 12 Mar 2023 |
| tobim joined the room. | 14:38:00 |
magic_rb |
how does the nixos.org hydra manage to evaluate all of nixpkgs? in my testing, GC will never happen and it'll OOM, is that normal and hydra.nixos.org has a ridicolous amount of RAM or am I doing something weird? I tested with my own hydra instance and `nix eval –json .#hydraJobs` where all the values are `lib.seq v v`-ed but it still didn't GC | 17:15:47 |
magic_rb |
Interestingly, trying on the command line with `hydra-eval-jobs` succeeds in GCing, so im perplexed as to why it fails on my hydra instance | 17:23:24 |
K900 | You need like 8GB to eval all of nixpkgs for all the systems | 17:25:20 |
K900 | It's not that much really | 17:25:23 |
magic_rb |
hmm, i'm giving my hydra 4 IIRC and it still fails to evaluatue my nixosConfigurations | 17:25:48 |
magic_rb |
ill retry today or some time this month | 17:25:56 |
magic_rb |
im giving it 8GB actually | 17:26:22 |
hexa | In reply to @k900:0upti.me You need like 8GB to eval all of nixpkgs for all the systems that sounds a bit optimistic | 17:27:03 |