Title: [96194] trunk/Tools
Revision
96194
Author
[email protected]
Date
2011-09-28 00:02:42 -0700 (Wed, 28 Sep 2011)

Log Message

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:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (96193 => 96194)


--- trunk/Tools/ChangeLog	2011-09-28 06:46:35 UTC (rev 96193)
+++ trunk/Tools/ChangeLog	2011-09-28 07:02:42 UTC (rev 96194)
@@ -1,3 +1,15 @@
+2011-09-28  Ryosuke Niwa  <[email protected]>
+
+        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  <[email protected]>
 
         garden-o-matic should load faster and inform the user what is happening

Modified: trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py (96193 => 96194)


--- trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py	2011-09-28 06:46:35 UTC (rev 96193)
+++ trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py	2011-09-28 07:02:42 UTC (rev 96194)
@@ -305,7 +305,7 @@
             "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):

Modified: trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py (96193 => 96194)


--- trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py	2011-09-28 06:46:35 UTC (rev 96193)
+++ trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py	2011-09-28 07:02:42 UTC (rev 96194)
@@ -289,7 +289,7 @@
             "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 @@
             {'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', },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to