Title: [148732] trunk/Tools
- Revision
- 148732
- Author
- [email protected]
- Date
- 2013-04-19 01:41:17 -0700 (Fri, 19 Apr 2013)
Log Message
[Dashboard] Remove the Chromium-specific builder masters
https://bugs.webkit.org/show_bug.cgi?id=114802
Reviewed by Benjamin Poulain.
Remove all the Chromium-specific builder masters, the webkit.org builder master is the only one currently supported.
* TestResultServer/static-dashboards/builders.js:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (148731 => 148732)
--- trunk/Tools/ChangeLog 2013-04-19 08:40:55 UTC (rev 148731)
+++ trunk/Tools/ChangeLog 2013-04-19 08:41:17 UTC (rev 148732)
@@ -1,5 +1,16 @@
2013-04-19 Zan Dobersek <[email protected]>
+ [Dashboard] Remove the Chromium-specific builder masters
+ https://bugs.webkit.org/show_bug.cgi?id=114802
+
+ Reviewed by Benjamin Poulain.
+
+ Remove all the Chromium-specific builder masters, the webkit.org builder master is the only one currently supported.
+
+ * TestResultServer/static-dashboards/builders.js:
+
+2013-04-19 Zan Dobersek <[email protected]>
+
[Dashboard] Remove all the Chromium-specific builder groups
https://bugs.webkit.org/show_bug.cgi?id=114801
Modified: trunk/Tools/TestResultServer/static-dashboards/builders.js (148731 => 148732)
--- trunk/Tools/TestResultServer/static-dashboards/builders.js 2013-04-19 08:40:55 UTC (rev 148731)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.js 2013-04-19 08:41:17 UTC (rev 148732)
@@ -85,27 +85,8 @@
// FIXME: Move everything below into the anonymous namespace above.
-CHROMIUM_WIN_BUILDER_MASTER = 'ChromiumWin';
-CHROMIUM_MAC_BUILDER_MASTER = 'ChromiumMac';
-CHROMIUM_LINUX_BUILDER_MASTER = 'ChromiumLinux';
-CHROMIUMOS_BUILDER_MASTER = 'ChromiumChromiumOS';
-CHROMIUM_GPU_BUILDER_MASTER = 'ChromiumGPU';
-CHROMIUM_GPU_FYI_BUILDER_MASTER = 'ChromiumGPUFYI';
-CHROMIUM_FYI_BUILDER_MASTER = 'ChromiumFYI';
-CHROMIUM_PERF_AV_BUILDER_MASTER = 'ChromiumPerfAv';
-CHROMIUM_WEBKIT_BUILDER_MASTER = 'ChromiumWebkit';
WEBKIT_BUILDER_MASTER = 'webkit.org';
-
var LEGACY_BUILDER_MASTERS_TO_GROUPS = {
- 'Chromium': '@DEPS - chromium.org',
- 'ChromiumWin': '@DEPS - chromium.org',
- 'ChromiumMac': '@DEPS - chromium.org',
- 'ChromiumLinux': '@DEPS - chromium.org',
- 'ChromiumChromiumOS': '@DEPS CrOS - chromium.org',
- 'ChromiumGPU': '@DEPS - chromium.org',
- 'ChromiumGPUFYI': '@DEPS FYI - chromium.org',
- 'ChromiumPerfAv': '@DEPS - chromium.org',
- 'ChromiumWebkit': '@ToT - chromium.org',
'webkit.org': '@ToT - webkit.org'
};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes