Modified: trunk/Tools/ChangeLog (179213 => 179214)
--- trunk/Tools/ChangeLog 2015-01-27 21:59:02 UTC (rev 179213)
+++ trunk/Tools/ChangeLog 2015-01-27 22:02:36 UTC (rev 179214)
@@ -1,3 +1,13 @@
+2015-01-27 Alexey Proskuryakov <[email protected]>
+
+ Update bots on the flakiness dashboard
+ https://bugs.webkit.org/show_bug.cgi?id=140956
+
+ Reviewed by Ryosuke Niwa.
+
+ * TestResultServer/static-dashboards/builders.jsonp:
+ * TestResultServer/static-dashboards/flakiness_dashboard.js:
+
2015-01-27 Daniel Bates <[email protected]>
[iOS WK2] Add directory LayoutTests/platform/wk2 to the list of baseline search paths
Modified: trunk/Tools/TestResultServer/app.yaml (179213 => 179214)
--- trunk/Tools/TestResultServer/app.yaml 2015-01-27 21:59:02 UTC (rev 179213)
+++ trunk/Tools/TestResultServer/app.yaml 2015-01-27 22:02:36 UTC (rev 179214)
@@ -1,5 +1,5 @@
application: webkit-test-results
-version: 175076
+version: 179213
runtime: python
api_version: 1
Modified: trunk/Tools/TestResultServer/static-dashboards/builders.jsonp (179213 => 179214)
--- trunk/Tools/TestResultServer/static-dashboards/builders.jsonp 2015-01-27 21:59:02 UTC (rev 179213)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.jsonp 2015-01-27 22:02:36 UTC (rev 179214)
@@ -10,13 +10,9 @@
"Apple Mavericks Debug WK2 (Tests)",
"Apple Mavericks Release WK1 (Tests)",
"Apple Mavericks Release WK2 (Tests)",
- "Apple MountainLion (Leaks)",
- "Apple MountainLion Debug WK1 (Tests)",
- "Apple MountainLion Debug WK2 (Tests)",
- "Apple MountainLion Release WK1 (Tests)",
- "Apple MountainLion Release WK2 (Tests)",
"Apple Win 7 Debug (Tests)",
"Apple Win 7 Release (Tests)",
+ "Apple Yosemite (Leaks)",
"Apple Yosemite Debug WK1 (Tests)",
"Apple Yosemite Debug WK2 (Tests)",
"Apple Yosemite Release WK1 (Tests)",
Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js (179213 => 179214)
--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js 2015-01-27 21:59:02 UTC (rev 179213)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js 2015-01-27 22:02:36 UTC (rev 179214)
@@ -43,12 +43,6 @@
'MAC': {
expectationsDirectory: 'mac',
subPlatforms: {
- 'MOUNTAINLION': {
- subPlatforms: {
- 'WK1': { fallbackPlatforms: ['APPLE_MAC_MOUNTAINLION', 'APPLE_MAC'] },
- 'WK2': { fallbackPlatforms: ['APPLE_MAC_MOUNTAINLION', 'APPLE_MAC', 'WK2'], expectationsDirectory: 'mac-wk2'}
- }
- },
'MAVERICKS': {
subPlatforms: {
'WK1': { fallbackPlatforms: ['APPLE_MAC_MAVERICKS', 'APPLE_MAC'] },
@@ -358,8 +352,6 @@
return determineWKPlatform(builderNameUpperCase, 'APPLE_YOSEMITE');
if (string.contains(builderNameUpperCase, 'MAVERICKS'))
return determineWKPlatform(builderNameUpperCase, 'APPLE_MAVERICKS');
- if (string.contains(builderNameUpperCase, 'MOUNTAINLION'))
- return determineWKPlatform(builderNameUpperCase, 'APPLE_MAC_MOUNTAINLION');
if (string.contains(builderNameUpperCase, 'LION'))
return determineWKPlatform(builderNameUpperCase, 'APPLE_MAC_LION');
if (string.contains(builderNameUpperCase, 'GTK LINUX'))
@@ -698,7 +690,6 @@
'Linux': 'LINUX',
'SnowLeopard': 'SNOWLEOPARD',
'Lion': 'LION',
- 'MountainLion': 'MOUNTAINLION',
'Win7': 'WIN7',
'XP': 'XP',
'Vista': 'VISTA',