search for: slavenames

Displaying 9 results from an estimated 9 matches for "slavenames".

Did you mean: sharenames
2011 Nov 19
1
[LLVMdev] [llvm-commits] [zorg] r144978 - /zorg/trunk/buildbot/osuosl/master/config/builders.py
...144977&r2=144978&view=diff ============================================================================== --- zorg/trunk/buildbot/osuosl/master/config/builders.py (original) +++ zorg/trunk/buildbot/osuosl/master/config/builders.py Fri Nov 18 13:49:26 2011 @@ -200,14 +200,14 @@ 'slavenames':["kistanova6"], 'builddir':"clang-native-arm-cortex-a9", 'factory' : ClangBuilder.getClangBuildFactory( + stage1_config='Release+Asserts', extra_configure_args=['--build=armv7l-unknown-li...
2014 Mar 14
2
[LLVMdev] buildbot change for Mips slave - please review
...ot;, + "CC=/mips/proj/build-compiler/clang-be-o32-r203581/bin/clang", + "CXX=/mips/proj/build-compiler/clang-be-o32-r203581/bin/clang++", "--with-extra-ld-options=-mips32r2"])}, {'name': "llvm-aarch64-linux", 'slavenames':["aarch64-foundation"],
2011 Oct 30
0
[LLVMdev] Patch for arxan_bellini
...following patch Index: master/config/builders.py =================================================================== --- master/config/builders.py (revision 143312) +++ master/config/builders.py (working copy) @@ -48,7 +48,7 @@ {'name': "llvm-ppc-darwin", 'slavenames':["arxan_bellini"], 'builddir':"llvm-ppc-darwin", - 'factory': LLVMBuilder.getLLVMBuildFactory("ppc-darwin", jobs=1, clean=True, + 'factory': LLVMBuilder.getLLVMBuildFactory("ppc-darwin", jobs=2, clean=Tru...
2013 Jan 15
1
[LLVMdev] Adding a Buildbot Config
Dmitri Gribenko <gribozavr at gmail.com> writes: >> Right, I get that. Actually I would probably use --enable-werror. >> >> Should I create a patch for builders.py to add a new config? > > Yes. Send it to llvm-commits and CC Galina Kistanova. Ok, cool. Thanks! >> Is there a way to map a config so that it only even builds on a certain >> buildslave?
2013 Apr 15
0
[LLVMdev] Self-host buildbot
...t and am following the ClangBuilder with two stages, copying the config from other bots, but I can't find my way around the configure options... This is my config: ## Cortex-A9 check-all self-host {'name': "clang-native-arm-cortex-a9-self-host", 'slavenames':["linaro-panda-02"], 'builddir':"clang-native-arm-cortex-a9-self-host", 'factory' : ClangBuilder.getClangBuildFactory( stage1_config='Release+Asserts', stage2_config='Release+Asserts'...
2017 Jul 09
2
Uncovering non-determinism in LLVM - The Next Steps
FYI, I just successfully performed a 3-stage bootstrap with stage2/stage3 object file comparison on x86_64-apple-darwin16 for llvm/clang/clang-tools-extra/compiler-rt/libcxx/openmp/polly using our custom fink packaging scripts with the -DLLVM_REVERSE_ITERATION:BOOL=ON cmake option. There were no stage2/stage3 object file comparison failures or test suite regressions. I do have one question
2017 Jul 09
2
Uncovering non-determinism in LLVM - The Next Steps
...e bootstrap with stage2/stage3 file comparison (ala FSF >> gcc)? > Really? From https://llvm.org/svn/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py, it seemed like those where commented out. no? # {'name' : "clang-3stage-ubuntu", # 'slavenames' : ["ps4-buildslave1a"], # 'builddir' : "clang-3stage-ubuntu", # 'factory': ClangLTOBuilder3Stage.get3StageClangLTOBuildFactory( # clean=True, # env=None, # build_gold=True, # cmake_cache_file=".....
2014 Aug 01
3
[LLVMdev] Documentation for adding builders and slaves to zorg?
Hi all, I'm working on adding a new buildbot. I'm don't understand what is required when patching zorg's builders.py and slaves.py. Is there any documentation on this? Would anybody be willing to help? Best, Eric Fiselier -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Mar 26
3
[LLVMdev] Lots of regtest failures on PPC64/Linux
----- Original Message ----- > From: "Renato Golin" <renato.golin at linaro.org> > To: "İsmail Dönmez" <ismail at donmez.ws> > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Wednesday, March 26, 2014 8:14:18 AM > Subject: Re: [LLVMdev] Lots of regtest failures on PPC64/Linux > > Hi Ismail, > > Is