Title: [168783] trunk/Tools
Revision
168783
Author
[email protected]
Date
2014-05-13 22:56:53 -0700 (Tue, 13 May 2014)

Log Message

Flakiness dashboard contains outdated list of bots on builders.jsonp
https://bugs.webkit.org/show_bug.cgi?id=132874

Patch by Carlos Alberto Lopez Perez <[email protected]> on 2014-05-13
Reviewed by Darin Adler.

* TestResultServer/static-dashboards/builders.jsonp: Regenerate this
file by changing to the directory Tools/TestResultServer and executing
the script generate_builders_json.py

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (168782 => 168783)


--- trunk/Tools/ChangeLog	2014-05-14 05:54:53 UTC (rev 168782)
+++ trunk/Tools/ChangeLog	2014-05-14 05:56:53 UTC (rev 168783)
@@ -1,3 +1,14 @@
+2014-05-13  Carlos Alberto Lopez Perez  <[email protected]>
+
+        Flakiness dashboard contains outdated list of bots on builders.jsonp
+        https://bugs.webkit.org/show_bug.cgi?id=132874
+
+        Reviewed by Darin Adler.
+
+        * TestResultServer/static-dashboards/builders.jsonp: Regenerate this
+        file by changing to the directory Tools/TestResultServer and executing
+        the script generate_builders_json.py
+
 2014-05-11  Anders Carlsson  <[email protected]>
 
         Replace WKContextSetLocalStorageDirectory with a context configuration getter/setter

Modified: trunk/Tools/TestResultServer/static-dashboards/builders.jsonp (168782 => 168783)


--- trunk/Tools/TestResultServer/static-dashboards/builders.jsonp	2014-05-14 05:54:53 UTC (rev 168782)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.jsonp	2014-05-14 05:56:53 UTC (rev 168783)
@@ -6,24 +6,21 @@
         "tests": {
             "layout-tests": {
                 "builders": [
-                    "Apple MountainLion (Leaks)",
+                    "Apple Mavericks Debug WK1 (Tests)", 
+                    "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 Mavericks Debug WK1 (Tests)",
-                    "Apple Mavericks Debug WK2 (Tests)",
-                    "Apple Mavericks Release WK1 (Tests)",
-                    "Apple Mavericks Release WK2 (Tests)",
                     "Apple Win 7 Debug (Tests)", 
                     "Apple Win 7 Release (Tests)", 
-                    "EFL Linux 64-bit Debug WK2", 
-                    "EFL Linux 64-bit Release", 
+                    "EFL Linux 64-bit Release WK1", 
                     "EFL Linux 64-bit Release WK2", 
-                    "GTK Linux 32-bit Release",
-                    "GTK Linux 64-bit Debug (Tests)",
-                    "GTK Linux 64-bit Release (Tests)",
-                    "WinCairo Release"
+                    "GTK Linux 64-bit Debug (Tests)", 
+                    "GTK Linux 64-bit Release (Tests)"
                 ]
             }
         }, 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to