[llvm-commits] [zorg] r124740 - /zorg/trunk/buildbot/llvmlab/master/config/schedulers.py

David Dean david_dean at apple.com
Wed Feb 2 11:29:33 PST 2011


Author: ddean
Date: Wed Feb  2 13:29:33 2011
New Revision: 124740

URL: http://llvm.org/viewvc/llvm-project?rev=124740&view=rev
Log:
update schedulers for new builders

Modified:
    zorg/trunk/buildbot/llvmlab/master/config/schedulers.py

Modified: zorg/trunk/buildbot/llvmlab/master/config/schedulers.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/llvmlab/master/config/schedulers.py?rev=124740&r1=124739&r2=124740&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/schedulers.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/schedulers.py Wed Feb  2 13:29:33 2011
@@ -14,9 +14,10 @@
                          builderNames=['phase2 - living',],
                          properties = {'revision':WithProperties('%(got_revision)s')})
     startphase2 = triggerable.Triggerable(name='doPhase2',
-                         builderNames=['clang-x86_64-osx10-DA',
-                                       'clang-x86_64-osx10-RA',
+                         builderNames=[
                                        'nightly_clang-x86_64-osx10-gcc42-RA',
+                                       'clang-x86_64-osx10-DA',
+                                       'clang-x86_64-osx10-RA',
                                       ],
                          properties = {'revision':WithProperties('%(got_revision)s')})
 
@@ -24,7 +25,9 @@
                          builderNames=['phase3 - tree health',],
                          properties = {'revision':WithProperties('%(got_revision)s')})
     startphase3 = triggerable.Triggerable(name='doPhase3',
-                         builderNames=['nightly_clang-x86_64-osx10-DA',
+                         builderNames=[
+                                       'clang-i386-osx10-RA',
+                                       'nightly_clang-x86_64-osx10-DA',
                                        'nightly_clang-x86_64-osx10-RA',
                                        'nightly_clang-x86_64-osx10-RA-O0',
                                        'nightly_clang-x86_64-osx10-RA-Os',
@@ -38,9 +41,13 @@
                          builderNames=['phase4 - validation',],
                          properties = {'revision':WithProperties('%(got_revision)s')})
     startphase4 = triggerable.Triggerable(name='doPhase4',
-                         builderNames=['clang-x86_64-osx10-RA-stage3',
+                         builderNames=[
+                                       'clang-x86_64-osx10-RA-stage3',
+                                       'nightly_clang-i386-osx10-RA',
                                        'gccTestSuite-clang-x86_64-osx10-RA',
-                                       'libcxx-clang-x86_64-osx10-RA',],
+                                       'libcxx-clang-x86_64-osx10-RA',
+                                       'boost-trunk-clang-x86_64-osx10-RA',
+                                      ],
                          properties = {'revision':WithProperties('%(got_revision)s')})
 
     LastOne = triggerable.Triggerable(name='GoodBuild',





More information about the llvm-commits mailing list