hydra
hydra copied to clipboard
Hydra, the Nix-based continuous build system
This is an attempt to merge #875 by @thufschmitt into current `master`. I don't have much experience with Nix internals nor languages involved here, but I tried my best to...
The gitea webhook payload is slightly different and not compatible with the github endpoint. This PR adds a new api endpoint `/api/push-gitea` which understands the gitea webhook to trigger jobsets...
Hi everyone, As my colleague @mikepurvis described in https://github.com/NixOS/hydra/issues/1193, we are in the process of incorporating some Nix builds running on Hydra into our Jenkins pipelines. An important aspect of...
Turns out the code has been there all along, it just didn't play nice with lazy tab loading. Disclaimer: my JS is bad and my Perl is even worse, but...
There was some breakage due to the new auto-chroot feature in Nix 2.10, which doesn't handle correctly the case where `$NIX_STORE_DIR` etc. are set.
In an attempt to understand everything that’s going on here − and to make it easier to eventually simplify it − extract a handful of auxiliary functions from the `State::buildRemote`...
nix.trustedUsers is deprecated as of 22.05, and since the nix.extraOptions config is just doing something similar, I moved that to the new nix.settings as well
**Describe the bug** 500-ed hydra by trying a string named eval ID: https://hydra.nixos.org/eval/nixpkgs:staging-next?compare=trunk&full=1#tabs-now-fail. ``` 500 Internal Server Error DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: ERROR: invalid input syntax for type...
The effect is the same as the one on links in mail bodys on https://lists.apache.org/
This was a migration step introduced in https://github.com/NixOS/nixpkgs/commit/ce37a040c262aed26e9c6fd63ba527ba1bc028cc almost 3 years ago. This avoids executing sudo on every start and makes hydra easier to use with sudo's requiretty setting activated.