[Patch] Add Sanitizer bot for ppc64

Will Schmidt will_schmidt at vnet.ibm.com
Tue Jul 15 10:34:40 PDT 2014


On Tue, 2014-07-15 at 10:34 -0600, Sean Silva wrote:
> +        create_slave("sanitizer-ppc64-1", properties=('jobs': 4},
> max_builds=1),
> 
> 
> This looks like a syntax error: `('jobs': 4}`

Ah, yes it is.  Thanks for pointing that out. :-)   I've swapped out the
parens for a squiggle-brace locally. 


> -- Sean Silva
> 
> 
> On Tue, Jul 15, 2014 at 8:06 AM, Will Schmidt
> <will_schmidt at vnet.ibm.com> wrote:
>         Add a Sanitizer bot for ppc64.
>         
>         ---
>         
>         
>         Index: buildbot/osuosl/master/config/builders.py
>         ===================================================================
>         --- buildbot/osuosl/master/config/builders.py   (revision
>         213069)
>         +++ buildbot/osuosl/master/config/builders.py   (working copy)
>         @@ -616,6 +616,12 @@
>                                                    clean=True,
>         
>          sanitizers=['sanitizer','lsan','msan','tsan','ubsan','dfsan'],
>         
>          common_cmake_options='-DCMAKE_EXE_LINKER_FLAGS=-lcxxrt')},
>         +
>         +          {'name': "sanitizer-ppc64-linux1",
>         +           'slavenames' :["sanitizer-ppc64-1"],
>         +           'builddir': "sanitizer-ppc64-1",
>         +           'factory':
>         SanitizerBuilder.getSanitizerBuildFactory()},
>         +
>                    ]
>         
>          def _get_openmp_builders():
>         Index: buildbot/osuosl/master/config/slaves.py
>         ===================================================================
>         --- buildbot/osuosl/master/config/slaves.py     (revision
>         213069)
>         +++ buildbot/osuosl/master/config/slaves.py     (working copy)
>         @@ -104,6 +104,8 @@
>                  # POWER7 PowerPC (powerpc64), Fedora16.
>                  create_slave("coho", properties={'jobs': 4},
>         max_builds=2),
>         
>         +        create_slave("sanitizer-ppc64-1", properties=('jobs':
>         4}, max_builds=1),
>         +
>                  # Debian 86_64, 2 x 6-core Opteron 2.6 GHz
>                  create_slave("osu8", properties={'jobs' : 6},
>         max_builds=2),
>         
>         
>         
>         
>         
>         
>         _______________________________________________
>         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