Title: [101410] trunk/Tools
Revision
101410
Author
o...@chromium.org
Date
2011-11-29 13:12:40 -0800 (Tue, 29 Nov 2011)

Log Message

List of builders in the flakiness dashboard is out of date
https://bugs.webkit.org/show_bug.cgi?id=73347

Reviewed by Adam Barth.

The chromium gpu bots no longer run layout tests, so kill that
group entirely.

* TestResultServer/static-dashboards/builders.js:
* TestResultServer/static-dashboards/dashboard_base.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101409 => 101410)


--- trunk/Tools/ChangeLog	2011-11-29 21:07:12 UTC (rev 101409)
+++ trunk/Tools/ChangeLog	2011-11-29 21:12:40 UTC (rev 101410)
@@ -1,3 +1,16 @@
+2011-11-29  Ojan Vafai  <o...@chromium.org>
+
+        List of builders in the flakiness dashboard is out of date
+        https://bugs.webkit.org/show_bug.cgi?id=73347
+
+        Reviewed by Adam Barth.
+
+        The chromium gpu bots no longer run layout tests, so kill that
+        group entirely.
+
+        * TestResultServer/static-dashboards/builders.js:
+        * TestResultServer/static-dashboards/dashboard_base.js:
+
 2011-11-29  Tor Arne Vestbø  <tor.arne.ves...@nokia.com>
 
         [Qt] Don't hard-code the list of WebKit2 generated sources

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


--- trunk/Tools/TestResultServer/static-dashboards/builders.js	2011-11-29 21:07:12 UTC (rev 101409)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.js	2011-11-29 21:12:40 UTC (rev 101410)
@@ -123,7 +123,6 @@
     ['Chromium Win Release (Tests)', BuilderGroup.DEFAULT_BUILDER],
     ['Chromium Linux Release (Tests)', BuilderGroup.EXPECTATIONS_BUILDER],
     ['Chromium Mac Release (Tests)'],
-    ['Leopard Intel Debug (Tests)'],
     ['SnowLeopard Intel Release (Tests)'],
     ['SnowLeopard Intel Debug (Tests)'],
     ['GTK Linux 32-bit Release'],
@@ -155,36 +154,11 @@
 ];
 associateBuildersWithMaster(CHROMIUM_GPU_MESA_BUILDERS, CHROMIUM_WEBKIT_BUILDER_MASTER);
 
-var CHROMIUM_GPU_HARDWARE_BUILDERS = [
-    ['GPU Win7 Tests - GPU', BuilderGroup.DEFAULT_BUILDER | BuilderGroup.EXPECTATIONS_BUILDER],
-    ['GPU Win7 Tests (dbg)(1) - GPU'],
-    ['GPU Win7 Tests (dbg)(2) - GPU'],
-    ['GPU Win7 x64 Tests (dbg)(1) - GPU'],
-    ['GPU Win7 x64 Tests (dbg)(2) - GPU'],
-    
-    ['GPU Vista Tests (dbg)(1) - GPU'],
-    ['GPU Vista Tests (dbg)(2) - GPU'],
-    ['GPU Vista x64 Tests (dbg) - GPU'],
-    
-    ['GPU Mac 10.6 Tests - GPU'],
-    ['GPU Mac 10.6 Tests (dbg) - GPU'],
-    ['GPU Mac 10.5 Tests (dbg) - GPU'],
-    
-    ['GPU Linux Tests (dbg)(1) - GPU'],
-    ['GPU Linux Tests (dbg)(2) - GPU'],
-    
-    ['GPU Win7 Tests (dbg)(1) - GPU'],
-    ['GPU Win7 Tests (dbg)(2) - GPU'],
-    ['GPU Linux Tests x64 - GPU']
-];
-associateBuildersWithMaster(CHROMIUM_GPU_HARDWARE_BUILDERS, CHROMIUM_GPU_BUILDER_MASTER);
-
 var LAYOUT_TESTS_BUILDER_GROUPS = {
     '@DEPS - chromium.org': new BuilderGroup(BuilderGroup.DEPS_WEBKIT, CHROMIUM_DEPS_BUILDERS),
     '@ToT - chromium.org': new BuilderGroup(BuilderGroup.TOT_WEBKIT, CHROMIUM_TOT_BUILDERS),
     '@ToT - webkit.org': new BuilderGroup(BuilderGroup.TOT_WEBKIT, WEBKIT_TOT_BUILDERS),
-    '@ToT GPU Mesa - chromium.org': new BuilderGroup(BuilderGroup.TOT_WEBKIT, CHROMIUM_GPU_MESA_BUILDERS),
-    '@ToT GPU Hardware - chromium.org': new BuilderGroup(BuilderGroup.TOT_WEBKIT, CHROMIUM_GPU_HARDWARE_BUILDERS)
+    '@ToT GPU Mesa - chromium.org': new BuilderGroup(BuilderGroup.TOT_WEBKIT, CHROMIUM_GPU_MESA_BUILDERS)
 };
 
 var LEGACY_BUILDER_MASTERS_TO_GROUPS = {

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


--- trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2011-11-29 21:07:12 UTC (rev 101409)
+++ trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2011-11-29 21:12:40 UTC (rev 101410)
@@ -424,7 +424,6 @@
     switch (state.testType) {
     case 'layout-tests':
         return LAYOUT_TESTS_BUILDER_GROUPS[state.group]
-        break;
     case 'aura_unittests':
     case 'aura_shell_unittests':
     case 'base_unittests':
@@ -456,7 +455,6 @@
     case 'unit_tests':
     case 'views_unittests':
         return G_TESTS_BUILDER_GROUP;
-        break;
     default:
         console.log('invalid testType parameter: ' + state.testType);
     }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to