| 25 Aug 2021 |
ajs124 | that's the same place where LDAP groups get mapped to hydra roles with some extremly horrible code | 14:32:19 |
@grahamc:nixos.org | :D | 14:32:30 |
ajs124 | my @LDAPRoles = grep { (substr $_, 0, 5) eq "hydra" } $LDAPUser->roles;
| 14:32:50 |
sterni | Sounds like a good opportunity to clean that up using groups as well | 14:33:50 |
ajs124 | but but… then I might need to adjust my setup | 14:34:12 |
andi- | It is unreleased software ;) | 14:34:29 |
andi- | Users are the worst. | 14:34:50 |
sterni | ajs124: I'll just deem this a space heater type problem | 14:35:05 |
sterni | * ajs124: I'd just deem this a space heater type problem | 14:35:33 |
ajs124 | For added context, in case anyone isn't aware: That LDAP login and group mapping code is actually my fault.
If anyone decides to rewrite it and make it less horrible, be my guest. | 14:36:08 |
@grahamc:nixos.org | fwiw I'm about to smash the merge button on this: https://github.com/NixOS/hydra/pull/1001 | 14:45:31 |
andi- | Still not very happy about that whole threading and shared memory thing but we will see how it pans out. | 17:15:20 |
@grahamc:nixos.org | https://monitoring.nixos.org/prometheus/graph?g0.expr=rate(notify_plugin_runtime_sum%5B5m%5D)&g0.tab=0&g0.stacked=0&g0.range_input=1h | 17:24:37 |
@grahamc:nixos.org | me either | 17:24:38 |
andi- | Is the bazaar plugin somewhat slower? It just sticks out but that could very well be noise. | 17:42:36 |
@grahamc:nixos.org | I wonder if it is just lucky to be the first one to be called causing perl to do some extra work it doens't do for the rest? | 18:10:23 |
@grahamc:nixos.org | I don't mind it being 0.001s slower | 18:10:59 |
| 27 Aug 2021 |
@grahamc:nixos.org | Whew https://github.com/NixOS/hydra/pull/1011 | 18:03:25 |
@grahamc:nixos.org | A case study in make the hard thing easy then do the easy thing | 18:03:40 |
| 28 Aug 2021 |
das_j | grahamc (he/him): Would you mind taking a look at https://github.com/NixOS/hydra/pull/965 ? It always annoys me when I look at hydra.nixos.org | 13:16:48 |
das_j | * grahamc (he/him): Would you mind taking another look at https://github.com/NixOS/hydra/pull/965 ? It always annoys me when I look at hydra.nixos.org | 13:17:07 |
das_j | I don't think the pinged users will respond anytime soon | 13:17:20 |
ajs124 | so… if a project has a flake.nix with hydraJobs, is there any way for me to build those without hydra? like, just with the nix cli? | 13:32:39 |
@grahamc:nixos.org | nix flake check I think? | 13:52:14 |
ajs124 | ok. I ran nix --experimental-features "nix-command flakes" flake check but I wasn't sure if that did that. very intuitive /s | 13:53:13 |
@grahamc:nixos.org | I'm not sure if it does check allthe hydra jobs fwiw | 13:55:51 |
@grahamc:nixos.org | hydra doesn't build itself using a flake | 13:55:56 |
@grahamc:nixos.org | you can alos build nix-build . -A hydraJobs....something I think? | 13:56:07 |
ajs124 | https://hydra.nixos.org/jobset/hydra/master#tabs-configuration | 13:56:27 |
ajs124 |
Flake URI: github:NixOS/hydra
| 13:56:41 |