iohk-ops
iohk-ops copied to clipboard
Hydra Issues
- Notification Queue
- Eval times
- Slow mac builds
- Number of builds per slave to low
- sending/receiving inputs/outputs between slave and master
https://github.com/input-output-hk/iohk-ops/pull/555 -- we have to maintain releases manually, otherwise no binary cache to enjoy..
https://github.com/NixOS/hydra/blob/master/src/lib/Hydra/Plugin/GithubPulls.pm
using githubpulls
as an example, you could create a new input type, githubbranches
that would then expose every branch to the declarative jobset system, and you can write some nix code to find any branch matching release/*
and auto-generate jobsets for them
https://github.com/git/git/tree/master/contrib/persistent-https may speed up the git fetch
that hydra-eval-jobset
does constantly