Title: [148730] trunk/Tools
Revision
148730
Author
[email protected]
Date
2013-04-19 01:40:24 -0700 (Fri, 19 Apr 2013)

Log Message

[Dashboard] Remove all the Chromium-specific builder groups
https://bugs.webkit.org/show_bug.cgi?id=114801

Reviewed by Benjamin Poulain.

Remove all the Chromium-specific builder groups, all of these are not supported anymore.

* TestResultServer/static-dashboards/builders.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (148729 => 148730)


--- trunk/Tools/ChangeLog	2013-04-19 08:39:08 UTC (rev 148729)
+++ trunk/Tools/ChangeLog	2013-04-19 08:40:24 UTC (rev 148730)
@@ -1,5 +1,16 @@
 2013-04-19  Zan Dobersek  <[email protected]>
 
+        [Dashboard] Remove all the Chromium-specific builder groups
+        https://bugs.webkit.org/show_bug.cgi?id=114801
+
+        Reviewed by Benjamin Poulain.
+
+        Remove all the Chromium-specific builder groups, all of these are not supported anymore.
+
+        * TestResultServer/static-dashboards/builders.js:
+
+2013-04-19  Zan Dobersek  <[email protected]>
+
         [Dashboard] Only accept the 'group' parameter if present in the layout tests builders group
         https://bugs.webkit.org/show_bug.cgi?id=114799
 

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


--- trunk/Tools/TestResultServer/static-dashboards/builders.js	2013-04-19 08:39:08 UTC (rev 148729)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.js	2013-04-19 08:40:24 UTC (rev 148730)
@@ -194,33 +194,6 @@
     }
 }
 
-var TEST_SHELL_TESTS_BUILDER_GROUPS = {
-    '@ToT - chromium.org': null,
-    '@DEPS - chromium.org': null,
-};
-
 var LAYOUT_TESTS_BUILDER_GROUPS = {
     '@ToT - webkit.org': null,
 };
-
-var CHROMIUM_GPU_TESTS_BUILDER_GROUPS = {
-    '@DEPS - chromium.org': null,
-    '@DEPS FYI - chromium.org': null,
-    '@ToT - chromium.org': null,
-};
-
-var CHROMIUM_GTESTS_BUILDER_GROUPS = {
-    '@DEPS - chromium.org': null,
-    '@DEPS CrOS - chromium.org': null,
-    '@ToT - chromium.org': null,
-};
-
-var CHROMIUM_INSTRUMENTATION_TESTS_BUILDER_GROUPS = {
-    '@DEPS - chromium.org': null,
-    '@DEPS FYI - chromium.org': null,
-};
-
-var CC_UNITTEST_BUILDER_GROUPS = {
-    '@ToT - chromium.org': null,
-    '@DEPS - chromium.org': null,
-};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to