iohk-ops icon indicating copy to clipboard operation
iohk-ops copied to clipboard

Hydra Issues

Open disassembler opened this issue 5 years ago • 3 comments

  • Notification Queue
  • Eval times
  • Slow mac builds
  • Number of builds per slave to low
  • sending/receiving inputs/outputs between slave and master

disassembler avatar Mar 21 '19 19:03 disassembler

https://github.com/input-output-hk/iohk-ops/pull/555 -- we have to maintain releases manually, otherwise no binary cache to enjoy..

deepfire avatar Mar 21 '19 20:03 deepfire

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

cleverca22 avatar Mar 21 '19 23:03 cleverca22

https://github.com/git/git/tree/master/contrib/persistent-https may speed up the git fetch that hydra-eval-jobset does constantly

cleverca22 avatar Mar 25 '19 17:03 cleverca22