1 Jun 2021 |
das_j | oh | 10:39:52 |
yorickvp | maybe the config files have an include directive? | 10:39:59 |
das_j | I think this is the config file parser: https://metacpan.org/pod/Config::Simple | 10:41:25 |
yorickvp | that would make sens, but there's also https://github.com/NixOS/hydra/blob/master/src/libhydra/hydra-config.hh | 10:42:20 |
yorickvp | but that doesn't have any support for the sections that I'm seeing in practice | 10:42:34 |
das_j | sounds like you'll have to patch hydra ;) | 10:43:01 |
yorickvp | the example config is
# test-time instances likely don't want to bootstrap nixpkgs from scratch
use-substitutes = true
<github_authorization>
Infinisil = Bearer YOUR_GITHUB_TOKEN
</github_authorization>
<githubstatus>
jobs = .*
useShortContext = 1
</githubstatus>
email_notification = 1
| 10:44:05 |
yorickvp | okay, so it's https://metacpan.org/pod/Config::General | 10:48:33 |
yorickvp | so I can do <<include externalconfig.rc>> | 10:49:14 |
yorickvp | thanks for the rubber ducking :) | 10:49:27 |
@grahamc:nixos.org | https://github.com/NixOS/hydra/pull/969 | 15:27:45 |
@grahamc:nixos.org |
This change is primarily focused on improving the jobset overview query. This change reduces its best case from about 5 seconds to less than one second.
| 15:28:09 |
cransom | heh, i see https://twitter.com/DeterminateSys/status/1399742076737273856 just after i pushed the button for rds to update from 9.6 to 12 on the pg db. | 15:29:47 |
@grahamc:nixos.org | womp womp :P | 15:32:16 |
@grahamc:nixos.org | does RDS have JIT support? | 15:32:50 |
cransom | mentioned as available to turn on in docs (not sure if it's default) | 15:34:13 |
cransom | not enabled in the default parameter group, but settable. | 15:34:58 |
@grahamc:nixos.org | cool | 15:36:48 |
@grahamc:nixos.org | I think JIT is disabled by default for postgres overall | 15:36:58 |
@grahamc:nixos.org | but it seems to do some good stuff | 15:37:06 |
ajs124 | https://github.com/NixOS/nixpkgs/pull/124804 | 15:37:07 |
@grahamc:nixos.org | we turned on JIt support for h.n.o | 15:37:18 |
cransom | my main feature was to remove this warning of 'please update your 9.6 instance to something else by jan 2022 or we do it for you', and i should do it anyway | 15:37:58 |
@grahamc:nixos.org | ah | 15:43:02 |
@grahamc:nixos.org | casey ©: could you run that query anyway? it'll give some useful info anyway | 15:43:10 |
@grahamc:nixos.org | this PR is ready to go I think if anyone wants to review it: https://github.com/NixOS/hydra/pull/969 | 16:00:17 |
| cransom changed their display name from casey © to cransom. | 16:08:17 |
2 Jun 2021 |
| Jez (he/him) joined the room. | 07:23:22 |
Jez (he/him) | I have a really n00bish question: is hydra a sensible solution for something really small scale; in my case building and deploying a website with an SSG like Hugo? | 07:25:08 |
Dandellion | I've used it for that | 11:46:48 |