Title: [128224] trunk/Tools
- Revision
- 128224
- Author
- [email protected]
- Date
- 2012-09-11 14:03:12 -0700 (Tue, 11 Sep 2012)
Log Message
[chromium] don't include content shell builders in the garden-o-matic view
https://bugs.webkit.org/show_bug.cgi?id=96418
Reviewed by James Robinson.
* 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 (128223 => 128224)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js 2012-09-11 20:54:05 UTC (rev 128223)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js 2012-09-11 21:03:12 UTC (rev 128224)
@@ -86,7 +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;
+ return builderName.indexOf('GPU') == -1 && builderName.indexOf('deps') == -1 && builderName.indexOf('ASAN') == -1 && builderName.indexOf('Content Shell') == -1;
},
},
'gtk' : {
Modified: trunk/Tools/ChangeLog (128223 => 128224)
--- trunk/Tools/ChangeLog 2012-09-11 20:54:05 UTC (rev 128223)
+++ trunk/Tools/ChangeLog 2012-09-11 21:03:12 UTC (rev 128224)
@@ -1,3 +1,12 @@
+2012-09-11 Jochen Eisinger <[email protected]>
+
+ [chromium] don't include content shell builders in the garden-o-matic view
+ https://bugs.webkit.org/show_bug.cgi?id=96418
+
+ Reviewed by James Robinson.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
+
2012-09-11 Adam Klein <[email protected]>
Garden-o-matic should ignore a wider variety of warnings in buildbot json
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes