Title: [91220] trunk/Tools
Revision
91220
Author
[email protected]
Date
2011-07-18 16:19:06 -0700 (Mon, 18 Jul 2011)

Log Message

Load ToT chromium bots by default in the flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=64756

Reviewed by Adam Barth.

For now, these are the most useful bots to look at. Eventually,
we may want to load the build.webkit.org bots by default once
most of the bots there upload results.

* TestResultServer/static-dashboards/dashboard_base.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (91219 => 91220)


--- trunk/Tools/ChangeLog	2011-07-18 23:16:31 UTC (rev 91219)
+++ trunk/Tools/ChangeLog	2011-07-18 23:19:06 UTC (rev 91220)
@@ -1,3 +1,16 @@
+2011-07-18  Ojan Vafai  <[email protected]>
+
+        Load ToT chromium bots by default in the flakiness dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=64756
+
+        Reviewed by Adam Barth.
+
+        For now, these are the most useful bots to look at. Eventually,
+        we may want to load the build.webkit.org bots by default once
+        most of the bots there upload results.
+
+        * TestResultServer/static-dashboards/dashboard_base.js:
+
 2011-07-13  Jon Honeycutt  <[email protected]>
 
         Focus and selection events are not fired when a <select>'s selection

Modified: trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js (91219 => 91220)


--- trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2011-07-18 23:16:31 UTC (rev 91219)
+++ trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2011-07-18 23:19:06 UTC (rev 91220)
@@ -187,7 +187,7 @@
 }
 
 var g_defaultCrossDashboardStateValues = {
-    group: '@DEPS - chromium.org',
+    group: '@ToT - chromium.org',
     showAllRuns: false,
     testType: 'layout-tests',
     buildDir : ''
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to