I have a Buildbot scheduler to run builds every night. Is there a way to configure Buildbot so that it does the builds only if there were changes since the last build?
-Ilya.
Yes, that's the Nightly
scheduler's onlyIfChanged
option - http://docs.buildbot.net/current/manual/cfg-schedulers.html#nightly-scheduler.