[zorg] r224457 - Enabled two stage testing on the clang-native-aarch64 builder.

Galina Kistanova gkistanova at gmail.com
Wed Dec 17 13:03:19 PST 2014


Author: gkistanova
Date: Wed Dec 17 15:03:19 2014
New Revision: 224457

URL: http://llvm.org/viewvc/llvm-project?rev=224457&view=rev
Log:
Enabled two stage testing on the clang-native-aarch64 builder.
Patch by Gabor Ballabas!

Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=224457&r1=224456&r2=224457&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Wed Dec 17 15:03:19 2014
@@ -412,7 +412,9 @@ def _get_clang_builders():
          'factory' : ClangBuilder.getClangCMakeBuildFactory(
                      jobs=4,
                      clean=False,
-                     checkout_compiler_rt=False)},
+                     checkout_compiler_rt=False,
+                     useTwoStage=True,
+                     testStage1=True)},
         ]
 
 # Offline.





More information about the llvm-commits mailing list