Title: [128488] trunk/Tools
- Revision
- 128488
- Author
- [email protected]
- Date
- 2012-09-13 12:06:00 -0700 (Thu, 13 Sep 2012)
Log Message
[chromium] Temporarily remove Android Builder (dbg) from garden-o-matic view
https://bugs.webkit.org/show_bug.cgi?id=96678
Reviewed by Dirk Pranke.
* 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 (128487 => 128488)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js 2012-09-13 18:41:49 UTC (rev 128487)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js 2012-09-13 19:06:00 UTC (rev 128488)
@@ -86,7 +86,9 @@
// 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;
+ 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
},
},
'gtk' : {
Modified: trunk/Tools/ChangeLog (128487 => 128488)
--- trunk/Tools/ChangeLog 2012-09-13 18:41:49 UTC (rev 128487)
+++ trunk/Tools/ChangeLog 2012-09-13 19:06:00 UTC (rev 128488)
@@ -1,3 +1,13 @@
+2012-09-13 James Robinson <[email protected]>
+
+ [chromium] Temporarily remove Android Builder (dbg) from garden-o-matic view
+ https://bugs.webkit.org/show_bug.cgi?id=96678
+
+ Reviewed by Dirk Pranke.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
+ (.):
+
2012-09-13 Rob Buis <[email protected]>
Unreviewed changes to watchlist.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes