Title: [190334] trunk/Tools
Revision
190334
Author
commit-qu...@webkit.org
Date
2015-09-29 17:29:56 -0700 (Tue, 29 Sep 2015)

Log Message

Flakiness dashboard should support OS X El Capitan
https://bugs.webkit.org/show_bug.cgi?id=149648

Patch by Aakash Jain <aakash_j...@apple.com> on 2015-09-29
Reviewed by Alexey Proskuryakov.

* QueueStatusServer/app.yaml: We do not need to maintain SVN revision here because of
difference between new appscale and old Google App Engine implementation.
* TestResultServer/app.yaml: Same.
* TestResultServer/static-dashboards/builders.jsonp: Added OSX El Capitan support.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (190333 => 190334)


--- trunk/Tools/ChangeLog	2015-09-30 00:21:39 UTC (rev 190333)
+++ trunk/Tools/ChangeLog	2015-09-30 00:29:56 UTC (rev 190334)
@@ -1,3 +1,15 @@
+2015-09-29  Aakash Jain  <aakash_j...@apple.com>
+
+        Flakiness dashboard should support OS X El Capitan
+        https://bugs.webkit.org/show_bug.cgi?id=149648
+
+        Reviewed by Alexey Proskuryakov.
+
+        * QueueStatusServer/app.yaml: We do not need to maintain SVN revision here because of 
+        difference between new appscale and old Google App Engine implementation.
+        * TestResultServer/app.yaml: Same.
+        * TestResultServer/static-dashboards/builders.jsonp: Added OSX El Capitan support.
+
 2015-09-29  Daniel Bates  <daba...@apple.com>
 
         configure-xcode-for-ios-development does not work with Xcode 7

Modified: trunk/Tools/QueueStatusServer/app.yaml (190333 => 190334)


--- trunk/Tools/QueueStatusServer/app.yaml	2015-09-30 00:21:39 UTC (rev 190333)
+++ trunk/Tools/QueueStatusServer/app.yaml	2015-09-30 00:29:56 UTC (rev 190334)
@@ -1,5 +1,5 @@
 application: webkit-queues
-version: 187975 # SVN revision of last major change
+version: 1
 runtime: python27
 threadsafe: false
 api_version: 1

Modified: trunk/Tools/TestResultServer/app.yaml (190333 => 190334)


--- trunk/Tools/TestResultServer/app.yaml	2015-09-30 00:21:39 UTC (rev 190333)
+++ trunk/Tools/TestResultServer/app.yaml	2015-09-30 00:29:56 UTC (rev 190334)
@@ -1,5 +1,5 @@
 application: webkit-test-results
-version: 187975
+version: 1
 runtime: python27
 threadsafe: false
 api_version: 1

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


--- trunk/Tools/TestResultServer/static-dashboards/builders.jsonp	2015-09-30 00:21:39 UTC (rev 190333)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.jsonp	2015-09-30 00:29:56 UTC (rev 190334)
@@ -17,6 +17,11 @@
                     "Apple Yosemite Debug WK2 (Tests)", 
                     "Apple Yosemite Release WK1 (Tests)", 
                     "Apple Yosemite Release WK2 (Tests)", 
+                    "Apple El Capitan (Leaks)", 
+                    "Apple El Capitan Debug WK1 (Tests)", 
+                    "Apple El Capitan Debug WK2 (Tests)", 
+                    "Apple El Capitan Release WK1 (Tests)", 
+                    "Apple El Capitan Release WK2 (Tests)", 
                     "EFL Linux 64-bit Release WK2", 
                     "GTK Linux 64-bit Debug (Tests)", 
                     "GTK Linux 64-bit Release (Tests)"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to