Changeset 190334 in webkit
- Timestamp:
- Sep 29, 2015, 5:29:56 PM (10 years ago)
- Location:
- trunk/Tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r190333 r190334 1 2015-09-29 Aakash Jain <aakash_jain@apple.com> 2 3 Flakiness dashboard should support OS X El Capitan 4 https://bugs.webkit.org/show_bug.cgi?id=149648 5 6 Reviewed by Alexey Proskuryakov. 7 8 * QueueStatusServer/app.yaml: We do not need to maintain SVN revision here because of 9 difference between new appscale and old Google App Engine implementation. 10 * TestResultServer/app.yaml: Same. 11 * TestResultServer/static-dashboards/builders.jsonp: Added OSX El Capitan support. 12 1 13 2015-09-29 Daniel Bates <dabates@apple.com> 2 14 -
trunk/Tools/QueueStatusServer/app.yaml
r188158 r190334 1 1 application: webkit-queues 2 version: 1 87975 # SVN revision of last major change2 version: 1 3 3 runtime: python27 4 4 threadsafe: false -
trunk/Tools/TestResultServer/app.yaml
r188158 r190334 1 1 application: webkit-test-results 2 version: 1 879752 version: 1 3 3 runtime: python27 4 4 threadsafe: false -
trunk/Tools/TestResultServer/static-dashboards/builders.jsonp
r179214 r190334 18 18 "Apple Yosemite Release WK1 (Tests)", 19 19 "Apple Yosemite Release WK2 (Tests)", 20 "Apple El Capitan (Leaks)", 21 "Apple El Capitan Debug WK1 (Tests)", 22 "Apple El Capitan Debug WK2 (Tests)", 23 "Apple El Capitan Release WK1 (Tests)", 24 "Apple El Capitan Release WK2 (Tests)", 20 25 "EFL Linux 64-bit Release WK2", 21 26 "GTK Linux 64-bit Debug (Tests)",
Note:
See TracChangeset
for help on using the changeset viewer.