nix-community / buildbot-nix

A nixos module to make buildbot a proper Nix-CI [maintainer=@Mic92]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pull based CI runs

Lassulus opened this issue · 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.