GSoC 2019 [Buildbot ideas]

Rajdeep Bharati rajdeepbharati13 at gmail.com
Wed Mar 27 15:04:50 UTC 2019


I could use the GitHubPullrequestPoller
<http://docs.buildbot.net/current/manual/configuration/changesources.html#chsrc-GitHubPullrequestPoller>
which
periodically polls the Github API for new/updated PRs.

Here is an example:
https://github.com/halide/build_bot/blob/master/master/master.cfg

c['change_source'].append(GitHubPullrequestPoller(
owner = 'halide',
repo = 'Halide',
token = token,
pullrequest_filter = pr_filter,
pollInterval = 60*5, # Check Halide PRs every five minutes
pollAtLaunch = True))
Rajdeep

On Wed, Mar 27, 2019 at 3:59 AM Mojca Miklavec <mojca at macports.org> wrote:

> Dear Rajdeep,
>
> On Tue, 26 Mar 2019 at 19:51, Rajdeep Bharati wrote:
> >
> > I have submitted a draft proposal:
> https://docs.google.com/document/d/12wRjA8sOWNOuApHZ_fm0n1aIPLVPt9Xm2yGiMwiK3AI/edit.
> Could you please provide some feedback?
>
> Cool, thank you very much, it looks nice, please give us a bit of time.
>
> One question: what precisely is your plan for setting up disposable
> builds for PRs?
>
> Mojca
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20190327/cf00ce64/attachment-0001.html>


More information about the macports-dev mailing list