nix-community/buildbot-nix

pull based CI runs

Lassulus opened this issue · 0 comments

Right now, CI runs can only be triggered via push by configuring web hooks or similiar integrations.
With pull based runs buildbot checks a repo periodically for changes.

upsides of this:

  • can work with any git server without doing integration work.
  • doesn't need to have a publicly reachable server for webhook handling.