mirror of https://github.com/perkeep/perkeep.git
c23933efdc
I'm hoping this will help with our first test suite run (Go1) which is often failing at the test trying to hit http://localhost:3179/ui Change-Id: I972072ebc27b7a59136a90532000ca7e9d58a471 |
||
---|---|---|
.. | ||
builder | ||
master | ||
README |
README
Running: mkdir ~/buildbot cp master/master.go ~/buildbot/ cd ~/builbot go build -o master master.go ./master -verbose -builderopts -verbose=true Hacking: mkdir ~/buildbot cp master/master.go ~/buildbot/ cp builder/builder.go ~/buildbot/ cd ~/builbot go build -o master master.go #hack on builder.go ./master -verbose -buildersrc ./builder.go -builderopts -verbose=true,-skipgo1build=true,-faketests=true Or, if you want the bot(s) to pull from a local repo (so you can trigger some test commits), here is a setup example script: https://github.com/mpl/misc/blob/master/camlistore.org/misc/buildbot/prepbot