Make Chromium Win Release (Tests) a core builder
authorrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 07:02:42 +0000 (07:02 +0000)
committerrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 07:02:42 +0000 (07:02 +0000)
https://bugs.webkit.org/show_bug.cgi?id=68906

Reviewed by Adam Barth.

Add Chromium Win Release (Tests) to the list of core builders.

* Scripts/webkitpy/common/net/buildbot/buildbot.py:
* Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96194 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py
Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py

index 237b0f1..bf4efda 100644 (file)
@@ -1,3 +1,15 @@
+2011-09-28  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Make Chromium Win Release (Tests) a core builder
+        https://bugs.webkit.org/show_bug.cgi?id=68906
+
+        Reviewed by Adam Barth.
+
+        Add Chromium Win Release (Tests) to the list of core builders.
+
+        * Scripts/webkitpy/common/net/buildbot/buildbot.py:
+        * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:
+
 2011-09-27  Adam Barth  <abarth@webkit.org>
 
         garden-o-matic should load faster and inform the user what is happening
index 7644577..2516ec2 100644 (file)
@@ -305,7 +305,7 @@ class BuildBot(object):
             "GTK.*64.*Debug",  # Disallow the 64-bit Release bot which is broken.
             "Qt",
             "Chromium.*(Mac|Linux|Win).*Release$",
-            "Chromium.*(Mac|Linux).*Release.*\(Tests",
+            "Chromium.*(Mac|Linux|Win).*Release.*\(Tests",
         ]
 
     def _parse_last_build_cell(self, builder, cell):
index 5b8ce33..6367f3f 100644 (file)
@@ -289,7 +289,7 @@ class BuildBotTest(unittest.TestCase):
             "GTK.*64.*Debug",  # Disallow the 64-bit Release bot which is broken.
             "Qt",
             "Chromium.*(Mac|Linux|Win).*Release$",
-            "Chromium.*(Mac|Linux).*Release.*\(Tests",
+            "Chromium.*(Mac|Linux|Win).*Release.*\(Tests",
         ]
         expected_builders = [
             {'name': u'Leopard Intel Release (Build)', },
@@ -312,6 +312,7 @@ class BuildBotTest(unittest.TestCase):
             {'name': u'Qt Windows 32-bit Release', },
             {'name': u'Qt Windows 32-bit Debug', },
             {'name': u'Chromium Win Release', },
+            {'name': u'Chromium Win Release (Tests)', },
             {'name': u'Chromium Mac Release', },
             {'name': u'Chromium Mac Release (Tests)', },
             {'name': u'Chromium Linux Release', },