Title: [108516] trunk/Tools
Revision
108516
Author
[email protected]
Date
2012-02-22 10:25:13 -0800 (Wed, 22 Feb 2012)

Log Message

Update Linux ChromiumOS builders in flakiness dashboard.
https://bugs.webkit.org/show_bug.cgi?id=79238

Patch by Rob Flack <[email protected]> on 2012-02-22
Reviewed by Ojan Vafai.

* TestResultServer/static-dashboards/builders.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (108515 => 108516)


--- trunk/Tools/ChangeLog	2012-02-22 18:19:30 UTC (rev 108515)
+++ trunk/Tools/ChangeLog	2012-02-22 18:25:13 UTC (rev 108516)
@@ -1,3 +1,12 @@
+2012-02-22  Rob Flack  <[email protected]>
+
+        Update Linux ChromiumOS builders in flakiness dashboard.
+        https://bugs.webkit.org/show_bug.cgi?id=79238
+
+        Reviewed by Ojan Vafai.
+
+        * TestResultServer/static-dashboards/builders.js:
+
 2012-02-22  Dirk Pranke  <[email protected]>
 
         webkitpy: test_function_length_check_definition_huge_lines is slow

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


--- trunk/Tools/TestResultServer/static-dashboards/builders.js	2012-02-22 18:19:30 UTC (rev 108515)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.js	2012-02-22 18:25:13 UTC (rev 108516)
@@ -212,7 +212,9 @@
 associateBuildersWithMaster(CHROMIUM_GTESTS_DEPS_BUILDERS, CHROMIUM_BUILDER_MASTER);
 
 var CHROMIUMOS_GTESTS_DEPS_BUILDERS = [
-    ['Linux ChromiumOS', BuilderGroup.DEFAULT_BUILDER],
+    ['Linux ChromiumOS Tester (1)', BuilderGroup.DEFAULT_BUILDER],
+    ['Linux ChromiumOS Tester (2)'],
+    ['Linux ChromiumOS GTK'],
     ['Linux ChromiumOS Tests (dbg)'],
 ];
 associateBuildersWithMaster(CHROMIUMOS_GTESTS_DEPS_BUILDERS, CHROMIUMOS_BUILDER_MASTER);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to