Title: [112673] trunk/Tools
Revision
112673
Author
[email protected]
Date
2012-03-30 09:23:45 -0700 (Fri, 30 Mar 2012)

Log Message

Update ChromiumOS bot names in builders.js to reflect changes made by
http://crrev.com/129835

Also removes the ChromiumOS GTK builder, which was removed by
http://crrev.com/129835

* TestResultServer/static-dashboards/builders.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (112672 => 112673)


--- trunk/Tools/ChangeLog	2012-03-30 16:18:39 UTC (rev 112672)
+++ trunk/Tools/ChangeLog	2012-03-30 16:23:45 UTC (rev 112673)
@@ -1,3 +1,13 @@
+2012-03-30  Mihai Parparita  <[email protected]>
+
+        Update ChromiumOS bot names in builders.js to reflect changes made by
+        http://crrev.com/129835
+        
+        Also removes the ChromiumOS GTK builder, which was removed by
+        http://crrev.com/129835
+
+        * TestResultServer/static-dashboards/builders.js:
+
 2012-03-30  Vineet Chaudhary  <[email protected]>
 
         [GTK] Disable introspection build in the at-spi2-core module.

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


--- trunk/Tools/TestResultServer/static-dashboards/builders.js	2012-03-30 16:18:39 UTC (rev 112672)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.js	2012-03-30 16:23:45 UTC (rev 112673)
@@ -237,8 +237,8 @@
 associateBuildersWithMaster(CHROMIUM_GTESTS_DEPS_BUILDERS, CHROMIUM_BUILDER_MASTER);
 
 var CHROMIUMOS_GTESTS_DEPS_BUILDERS = [
-    ['Linux ChromiumOS Tester (1)', BuilderGroup.DEFAULT_BUILDER],
-    ['Linux ChromiumOS Tester (2)'],
+    ['Linux ChromiumOS Tests (1)', BuilderGroup.DEFAULT_BUILDER],
+    ['Linux ChromiumOS Tests (2)'],
     ['Linux ChromiumOS GTK'],
     ['Linux ChromiumOS Tests (dbg)(1)'],
     ['Linux ChromiumOS Tests (dbg)(2)'],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to