Displaying 4 results from an estimated 4 matches for "pbchangesourc".
Did you mean:
pbchangesource
2008 Nov 20
2
[LLVMdev] Validation Update
...nges are submitted. As of
now, buildbot polls the svn server every 10 minutes, meaning it could miss
one of the "every 10" commits (revision mod 10 == 0). The buildbot manual
talks a bit about what the svn server needs to do here:
http://buildbot.net/repos/release/docs/buildbot.html#PBChangeSource
Could we get that set up in the llvm.org svn commit hook?
Eventually we'll want to migrate the buidlbot master to some publicly
accessible machine so others can contribute machines to do validations (for
various architectures, etc.). Where should this get hosted? Hosting at
llvm.org wou...
2008 Nov 20
0
[LLVMdev] Validation Update
...As of
> now, buildbot polls the svn server every 10 minutes, meaning it could miss
> one of the "every 10" commits (revision mod 10 == 0). The buildbot manual
> talks a bit about what the svn server needs to do here:
>
> http://buildbot.net/repos/release/docs/buildbot.html#PBChangeSource
>
> Could we get that set up in the llvm.org svn commit hook?
What are the pros and cons of this? How much does it tax the server?
> Eventually we'll want to migrate the buidlbot master to some publicly
> accessible machine so others can contribute machines to do validations (for...
2008 Nov 20
3
[LLVMdev] Validation Update
...the svn server every 10 minutes,
> > meaning it could miss one of the "every 10" commits (revision mod 10 ==
> > 0). The buildbot manual talks a bit about what the svn server needs to
> > do here:
> >
> > http://buildbot.net/repos/release/docs/buildbot.html#PBChangeSource
> >
> > Could we get that set up in the llvm.org svn commit hook?
>
> What are the pros and cons of this? How much does it tax the server?
It's an extra TCP connection out to the buildbot on every commit. I would
think that would be low cost compared to all the other proce...
2008 Nov 20
0
[LLVMdev] Validation Update
...every 10 minutes,
>>> meaning it could miss one of the "every 10" commits (revision mod 10 ==
>>> 0). The buildbot manual talks a bit about what the svn server needs to
>>> do here:
>>>
>>> http://buildbot.net/repos/release/docs/buildbot.html#PBChangeSource
>>>
>>> Could we get that set up in the llvm.org svn commit hook?
>>
>> What are the pros and cons of this? How much does it tax the server?
>
> It's an extra TCP connection out to the buildbot on every commit. I would
> think that would be low cost comp...