<div dir="ltr">Hi Mojca,<div>the Nightly scheduler has a <span style="background-color:rgb(246,246,246);font-family:monospace;font-size:12.1875px">onlyIfChanged </span>argument which is exactly meant for that.</div><div>You need to setup properly a change source, and change filter, and then trigger every now and then. the builder will only start if there are change ongoing for it.</div><div><br></div><div><a href="http://docs.buildbot.net/latest/manual/cfg-schedulers.html#nightly-scheduler">http://docs.buildbot.net/latest/manual/cfg-schedulers.html#nightly-scheduler</a><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">Le lun. 17 avr. 2017 à 19:48, Mojca Miklavec <<a href="mailto:mojca@macports.org">mojca@macports.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have prepared a buildbot setup (on version eight for now) for<br>
binaries on some super slow machines which might take up to 4 hours to<br>
complete (some of the slaves belong to other people and I also feel<br>
bad consuming too much of their precious resources, in particular<br>
because the results are not really needed by many people).<br>
<br>
The builds serve two purposes:<br>
- detecting problems in the code early (kind of continuous integration)<br>
- providing daily snapshots with binaries<br>
<br>
I would like to limit the number of builds to a maximum of one or two<br>
builds per day, but I don't want to unconditionally schedule daily<br>
builds; there are lots of days when there are no changes at all. And<br>
in a way it sounds nice to start a build soon after a commit arrives,<br>
just not 10 times per day.<br>
<br>
I found "treeStableTimer" which is nice. I would set it to 15 minutes.<br>
But I didn't find anything appropriate to limit the number of builds<br>
per day. Manually triggering builds should of course happen<br>
immediately rather than wait for 12 hours, but what's the best option<br>
to limit the daily use of resources?<br>
<br>
Thank you very much,<br>
    Mojca<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
</blockquote></div>