Hydra: Difference between revisions
imported>Kenranunderscore Updated the nixpkgs branch to 21.11, as nixos-18.03 doesn't exist anymore |
imported>Ulrikstrid Add some known issues |
||
Line 97: | Line 97: | ||
== Known Issues == | == Known Issues == | ||
* hydra-queue-runner sometimes gets stuck even with builds are in the queue, and the builds are not scheduled. The issue is being tracked [https://github.com/NixOS/hydra/issues/366 here]. In the meantime, a workaround is to add a cron job that regularly restarts the hydra-queue-runner systemd service. Possible fix: [https://github.com/NixOS/hydra/commit/73ca325d1c0f7914640a63764c9a6d448fde5bd0] | * hydra-queue-runner sometimes gets stuck even with builds are in the queue, and the builds are not scheduled. The issue is being tracked [https://github.com/NixOS/hydra/issues/366 here]. In the meantime, a workaround is to add a cron job that regularly restarts the hydra-queue-runner systemd service. Possible fix: [https://github.com/NixOS/hydra/commit/73ca325d1c0f7914640a63764c9a6d448fde5bd0] | ||
* If you see <code>error: unexpected end-of-file</code> it can mean multiple things, some of them are: | |||
# You have a miss-match between nix versions on the Hydra server and the builder | |||
# It can also mean that <code>hydra-queue-runner</code> needs privileges on the build server. Reference: [https://github.com/NixOS/nix/issues/2789] | |||
== Hydra for NixOS releases == | == Hydra for NixOS releases == |