[llvm-commits] [zorg] r173080 - /zorg/trunk/buildbot/llvmlab/master/master.cfg

David Blaikie dblaikie at gmail.com
Tue Jan 22 15:55:58 PST 2013


Thanks - looks good.

On Tue, Jan 22, 2013 at 12:08 PM, Galina Kistanova <gkistanova at gmail.com> wrote:
> This should be resolved now. Please give it a try.
>
> Thanks
>
> Galina
>
>
> On Tue, Jan 22, 2013 at 9:42 AM, David Blaikie <dblaikie at gmail.com> wrote:
>>
>> On Mon, Jan 21, 2013 at 11:44 AM, David Dean <david_dean at apple.com> wrote:
>> > Author: ddean
>> > Date: Mon Jan 21 13:44:04 2013
>> > New Revision: 173080
>> >
>> > URL: http://llvm.org/viewvc/llvm-project?rev=173080&view=rev
>> > Log:
>> > We're using a mirror of the svn repository for the slaves inside the
>> > lab.llvm.org space to reduce WAN use. This patch points the master to the
>> > mirror so that we're sure that the revision exists in the mirror before
>> > trying to build.
>>
>> Could this change be causing
>>
>> http://lab.llvm.org:8011/builders/clang-x86_64-darwin10-gdb/builds/772/steps/svn-llvm/logs/stdio
>> ? (not sure why that's showing up on that bot but not on my 7.5 bot -
>> probably because the 7.5 bot is configured not to do full clean
>> checkouts every time - though it looks like the 7.5 bot is finally
>> running my modifications from a few weeks ago, which is nice to see)
>>
>> >
>> > Modified:
>> >     zorg/trunk/buildbot/llvmlab/master/master.cfg
>> >
>> > Modified: zorg/trunk/buildbot/llvmlab/master/master.cfg
>> > URL:
>> > http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/llvmlab/master/master.cfg?rev=173080&r1=173079&r2=173080&view=diff
>> >
>> > ==============================================================================
>> > --- zorg/trunk/buildbot/llvmlab/master/master.cfg (original)
>> > +++ zorg/trunk/buildbot/llvmlab/master/master.cfg Mon Jan 21 13:44:04
>> > 2013
>> > @@ -73,9 +73,9 @@
>> >
>> >  c['change_source'] = [PBChangeSource()]
>> >  c['change_source'].append(SVNPoller(
>> > -    svnurl="http://llvm.org/svn/llvm-project/",
>> > +    svnurl="http://10.1.1.2/svn/llvm-project/",
>> >      split_file=split_file_projects_branches))
>> > -c['revlink'] =
>> > revlinks.RevlinkMatch([r'http://llvm.org/svn/llvm-project.*'],
>> > +c['revlink'] =
>> > revlinks.RevlinkMatch([r'http://10.1.1.2/svn/llvm-project.*'],
>> >
>> > r'http://llvm.org/viewvc/llvm-project?view=rev&revision=%s')
>> >
>> >  ####### BUILDERS
>> >
>> >
>> > _______________________________________________
>> > llvm-commits mailing list
>> > llvm-commits at cs.uiuc.edu
>> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>



More information about the llvm-commits mailing list