Title: [99478] trunk/Tools
Revision
99478
Author
t...@chromium.org
Date
2011-11-07 14:31:30 -0800 (Mon, 07 Nov 2011)

Log Message

[chromium] update flakiness dashboard to reflect current bots

Reviewed by Ojan Vafai.

* TestResultServer/static-dashboards/builders.js: Remove (deps) debug
    bots and merged linux debug bots into a single bot.
* TestResultServer/static-dashboards/flakiness_dashboard_tests.js:
(setupExpectationsTest):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99477 => 99478)


--- trunk/Tools/ChangeLog	2011-11-07 22:20:20 UTC (rev 99477)
+++ trunk/Tools/ChangeLog	2011-11-07 22:31:30 UTC (rev 99478)
@@ -1,3 +1,14 @@
+2011-11-07  Tony Chang  <t...@chromium.org>
+
+        [chromium] update flakiness dashboard to reflect current bots
+
+        Reviewed by Ojan Vafai.
+
+        * TestResultServer/static-dashboards/builders.js: Remove (deps) debug
+            bots and merged linux debug bots into a single bot.
+        * TestResultServer/static-dashboards/flakiness_dashboard_tests.js:
+        (setupExpectationsTest):
+
 2011-11-07  Dana Jansens  <dan...@chromium.org>
 
         Add cc-bugs group to watch changes in chromium graphics

Modified: trunk/Tools/TestResultServer/static-dashboards/builders.js (99477 => 99478)


--- trunk/Tools/TestResultServer/static-dashboards/builders.js	2011-11-07 22:20:20 UTC (rev 99477)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.js	2011-11-07 22:31:30 UTC (rev 99478)
@@ -91,17 +91,9 @@
 
 var CHROMIUM_DEPS_BUILDERS = [
     ['Webkit Win (deps)', BuilderGroup.DEFAULT_BUILDER],
-    ['Webkit Win (deps)(dbg)(1)'],
-    ['Webkit Win (deps)(dbg)(2)'],
     ['Webkit Linux (deps)', BuilderGroup.EXPECTATIONS_BUILDER],
-    ['Webkit Linux (deps)(dbg)(1)'],
-    ['Webkit Linux (deps)(dbg)(2)'],
     ['Webkit Mac10.6 (deps)'],
-    ['Webkit Mac10.6 (deps)(dbg)(1)'],
-    ['Webkit Mac10.6 (deps)(dbg)(2)'],
     ['Webkit Mac10.6 (CG)(deps)'],
-    ['Webkit Mac10.6 (CG)(deps)(dbg)(1)'],
-    ['Webkit Mac10.6 (CG)(deps)(dbg)(2)']
 ];
 associateBuildersWithMaster(CHROMIUM_DEPS_BUILDERS, CHROMIUM_WEBKIT_BUILDER_MASTER);
 
@@ -113,8 +105,7 @@
     ['Webkit Win (dbg)(2)'],
     ['Webkit Linux', BuilderGroup.EXPECTATIONS_BUILDER],
     ['Webkit Linux 32'],
-    ['Webkit Linux (dbg)(1)'],
-    ['Webkit Linux (dbg)(2)'],
+    ['Webkit Linux (dbg)'],
     ['Webkit Mac10.5'],
     ['Webkit Mac10.5 (dbg)(1)'],
     ['Webkit Mac10.5 (dbg)(2)'],
@@ -150,18 +141,17 @@
     ['Webkit Win (dbg)(2) - GPU'],
     ['Webkit Linux - GPU', BuilderGroup.EXPECTATIONS_BUILDER],
     ['Webkit Linux 32 - GPU'],
-    ['Webkit Linux (dbg)(1) - GPU'],
-    ['Webkit Linux (dbg)(2) - GPU'],
-    ['Webkit Mac10.5 (CG) - GPU'],
-    ['Webkit Mac10.5 (CG)(dbg)(1) - GPU'],
-    ['Webkit Mac10.5 (CG)(dbg)(2) - GPU'],
-    ['Webkit Mac10.6 (CG) - GPU'],
-    ['Webkit Mac10.6 (CG)(dbg) - GPU'],
+    ['Webkit Linux (dbg) - GPU'],
     ['Webkit Mac10.5 - GPU'],
     ['Webkit Mac10.5 (dbg)(1) - GPU'],
     ['Webkit Mac10.5 (dbg)(2) - GPU'],
     ['Webkit Mac10.6 - GPU'],
-    ['Webkit Mac10.6 (dbg) - GPU']
+    ['Webkit Mac10.6 (dbg) - GPU'],
+    ['Webkit Mac10.5 (CG) - GPU'],
+    ['Webkit Mac10.5 (CG)(dbg)(1) - GPU'],
+    ['Webkit Mac10.5 (CG)(dbg)(2) - GPU'],
+    ['Webkit Mac10.6 (CG) - GPU'],
+    ['Webkit Mac10.6 (CG)(dbg) - GPU']
 ];
 associateBuildersWithMaster(CHROMIUM_GPU_MESA_BUILDERS, CHROMIUM_WEBKIT_BUILDER_MASTER);
 

Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.js (99477 => 99478)


--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.js	2011-11-07 22:20:20 UTC (rev 99477)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.js	2011-11-07 22:31:30 UTC (rev 99478)
@@ -49,6 +49,10 @@
     g_builders = {};
     g_allExpectations = null;
     g_allTests = null;
+    g_currentState = {};
+    for (var key in g_defaultCrossDashboardStateValues) {
+        g_currentState[key] = g_defaultCrossDashboardStateValues[key];
+    }
 }
 
 // Processes the expectations for a test and asserts that the final expectations
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to