Title: [130802] trunk/Tools
Revision
130802
Author
jam...@google.com
Date
2012-10-09 13:28:00 -0700 (Tue, 09 Oct 2012)

Log Message

Unreviewed, rolling out r128488.
http://trac.webkit.org/changeset/128488
https://bugs.webkit.org/show_bug.cgi?id=96678

The bot is fixed now

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
(.):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js (130801 => 130802)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js	2012-10-09 20:12:15 UTC (rev 130801)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js	2012-10-09 20:28:00 UTC (rev 130802)
@@ -86,9 +86,7 @@
             // FIXME: Should garden-o-matic show these? I can imagine showing the deps bots being useful at least so
             // that the gardener only need to look at garden-o-matic and never at the waterfall. Not really sure who
             // watches the GPU bots.
-            return builderName.indexOf('GPU') == -1 && builderName.indexOf('deps') == -1 &&
-                   builderName.indexOf('ASAN') == -1 && builderName.indexOf('Content Shell') == -1 &&
-                   builderName.indexOf('Android Builder (dbg)') == -1; // This bot is sick right now - http://crbug.com/149014
+            return builderName.indexOf('GPU') == -1 && builderName.indexOf('deps') == -1 && builderName.indexOf('ASAN') == -1 && builderName.indexOf('Content Shell') == -1;
         },
     },
     'gtk' : {

Modified: trunk/Tools/ChangeLog (130801 => 130802)


--- trunk/Tools/ChangeLog	2012-10-09 20:12:15 UTC (rev 130801)
+++ trunk/Tools/ChangeLog	2012-10-09 20:28:00 UTC (rev 130802)
@@ -1,3 +1,14 @@
+2012-10-09  James Robinson  <jam...@chromium.org>
+
+        Unreviewed, rolling out r128488.
+        http://trac.webkit.org/changeset/128488
+        https://bugs.webkit.org/show_bug.cgi?id=96678
+
+        The bot is fixed now
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
+        (.):
+
 2012-10-09  Zan Dobersek  <zandober...@gmail.com>
 
         XvfbDriver unit test is flaky on Linux builders
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to