Modified: trunk/Tools/ChangeLog (94059 => 94060)
--- trunk/Tools/ChangeLog 2011-08-30 08:07:08 UTC (rev 94059)
+++ trunk/Tools/ChangeLog 2011-08-30 09:09:34 UTC (rev 94060)
@@ -1,3 +1,15 @@
+2011-08-30 Adam Barth <[email protected]>
+
+ Chromium Android should not be a core builder
+ https://bugs.webkit.org/show_bug.cgi?id=67184
+
+ Reviewed by Ryosuke Niwa.
+
+ This bot hasn't been consistently green yet because it has never actually run!
+
+ * Scripts/webkitpy/common/net/buildbot/buildbot.py:
+ * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:
+
2011-08-30 Takashi Toyoshima <[email protected]>
[WebSocket] update pywebsocket to 0.6b4.
Modified: trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py (94059 => 94060)
--- trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py 2011-08-30 08:07:08 UTC (rev 94059)
+++ trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py 2011-08-30 09:09:34 UTC (rev 94060)
@@ -304,7 +304,7 @@
"GTK.*32",
"GTK.*64.*Debug", # Disallow the 64-bit Release bot which is broken.
"Qt",
- "Chromium.*Release$",
+ "Chromium.*(Mac|Linux|Win).*Release$",
"Chromium.*(Mac|Linux).*Release.*\(Tests",
]
Modified: trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py (94059 => 94060)
--- trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py 2011-08-30 08:07:08 UTC (rev 94059)
+++ trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py 2011-08-30 09:09:34 UTC (rev 94060)
@@ -261,6 +261,7 @@
{'name': u'Qt Linux ARMv7 Release', },
{'name': u'Qt Windows 32-bit Release', },
{'name': u'Qt Windows 32-bit Debug', },
+ {'name': u'Chromium Android Release', },
{'name': u'Chromium Win Release', },
{'name': u'Chromium Win Release (Tests)', },
{'name': u'Chromium Mac Release', },
@@ -287,7 +288,7 @@
"GTK.*32",
"GTK.*64.*Debug", # Disallow the 64-bit Release bot which is broken.
"Qt",
- "Chromium.*Release$",
+ "Chromium.*(Mac|Linux|Win).*Release$",
"Chromium.*(Mac|Linux).*Release.*\(Tests",
]
expected_builders = [