Modified: trunk/Tools/ChangeLog (101683 => 101684)
--- trunk/Tools/ChangeLog 2011-12-01 18:02:20 UTC (rev 101683)
+++ trunk/Tools/ChangeLog 2011-12-01 18:24:53 UTC (rev 101684)
@@ -1,5 +1,21 @@
2011-12-01 Philippe Normand <[email protected]>
+ [GTK] Make the new 64-bit Release bot part of the core set
+ https://bugs.webkit.org/show_bug.cgi?id=73570
+
+ Reviewed by Adam Roben.
+
+ The 64-bit Release bot re-introduced in r101676 replaces the 64-bit
+ Debug bot which was already part of the core set. The GTK
+ gardeners are willing to actively maintain it.
+
+ * Scripts/webkitpy/common/net/buildbot/buildbot.py:
+ (BuildBot.__init__):
+ * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:
+ (test_builder_name_regexps):
+
+2011-12-01 Philippe Normand <[email protected]>
+
[GTK] Buildslave switch from 32-bit Debug to 64-bit Release
https://bugs.webkit.org/show_bug.cgi?id=73547
Modified: trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py (101683 => 101684)
--- trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py 2011-12-01 18:02:20 UTC (rev 101683)
+++ trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py 2011-12-01 18:24:53 UTC (rev 101684)
@@ -301,7 +301,7 @@
"WinCE",
"EFL",
"GTK.*32",
- "GTK.*64.*Debug", # Disallow the 64-bit Release bot which is broken.
+ "GTK.*64",
"Qt",
"Chromium.*(Mac|Linux|Win).*Release$",
"Chromium.*(Mac|Linux|Win).*Release.*\(Tests",
Modified: trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py (101683 => 101684)
--- trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py 2011-12-01 18:02:20 UTC (rev 101683)
+++ trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py 2011-12-01 18:24:53 UTC (rev 101684)
@@ -254,7 +254,7 @@
{'name': u'Windows XP Debug (Tests)', },
{'name': u'Windows 7 Release (WebKit2 Tests)', },
{'name': u'GTK Linux 32-bit Release', },
- {'name': u'GTK Linux 32-bit Debug', },
+ {'name': u'GTK Linux 64-bit Release', },
{'name': u'GTK Linux 64-bit Debug', },
{'name': u'Qt Linux Release', },
{'name': u'Qt Linux Release minimal', },
@@ -285,7 +285,7 @@
"WinCE",
"EFL",
"GTK.*32",
- "GTK.*64.*Debug", # Disallow the 64-bit Release bot which is broken.
+ "GTK.*64",
"Qt",
"Chromium.*(Mac|Linux|Win).*Release$",
"Chromium.*(Mac|Linux|Win).*Release.*\(Tests",
@@ -303,7 +303,7 @@
{'name': u'Windows Debug (Build)', },
{'name': u'Windows XP Debug (Tests)', },
{'name': u'GTK Linux 32-bit Release', },
- {'name': u'GTK Linux 32-bit Debug', },
+ {'name': u'GTK Linux 64-bit Release', },
{'name': u'GTK Linux 64-bit Debug', },
{'name': u'Qt Linux Release', },
{'name': u'Qt Linux Release minimal', },