Title: [135331] trunk/Tools
- Revision
- 135331
- Author
- o...@chromium.org
- Date
- 2012-11-20 16:27:00 -0800 (Tue, 20 Nov 2012)
Log Message
Remove perfav master for webkit_unit_tests and test_shell_tests.
There are no bots on this master that run these tests.
* TestResultServer/static-dashboards/builders.js:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (135330 => 135331)
--- trunk/Tools/ChangeLog 2012-11-21 00:22:08 UTC (rev 135330)
+++ trunk/Tools/ChangeLog 2012-11-21 00:27:00 UTC (rev 135331)
@@ -1,5 +1,11 @@
2012-11-20 Ojan Vafai <o...@chromium.org>
+ Remove perfav master for webkit_unit_tests and test_shell_tests.
+ There are no bots on this master that run these tests.
+ * TestResultServer/static-dashboards/builders.js:
+
+2012-11-20 Ojan Vafai <o...@chromium.org>
+
Remove special case for layout tests when builders fail to load
https://bugs.webkit.org/show_bug.cgi?id=102842
Modified: trunk/Tools/TestResultServer/static-dashboards/builders.js (135330 => 135331)
--- trunk/Tools/TestResultServer/static-dashboards/builders.js 2012-11-21 00:22:08 UTC (rev 135330)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.js 2012-11-21 00:27:00 UTC (rev 135331)
@@ -294,7 +294,7 @@
break;
}
break;
-
+
case 'test_shell_tests':
case 'webkit_unit_tests':
switch(groupName) {
@@ -306,7 +306,6 @@
case '@DEPS - chromium.org':
var builderGroup = new BuilderGroup(BuilderGroup.DEPS_WEBKIT);
requestBuilderList(TEST_SHELL_TESTS_BUILDER_GROUPS, isChromiumWebkitDepsTestRunner, CHROMIUM_WEBKIT_BUILDER_MASTER, groupName, builderGroup, testType);
- requestBuilderList(TEST_SHELL_TESTS_BUILDER_GROUPS, isChromiumDepsAVTestRunner, CHROMIUM_PERF_AV_BUILDER_MASTER, groupName, builderGroup, testType);
break;
}
break;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes