Changeset 190334 in webkit


Ignore:
Timestamp:
Sep 29, 2015, 5:29:56 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Aakash Jain <aakash_jain@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.
Location:
trunk/Tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r190333 r190334  
     12015-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
    1132015-09-29  Daniel Bates  <dabates@apple.com>
    214
  • trunk/Tools/QueueStatusServer/app.yaml

    r188158 r190334  
    11application: webkit-queues
    2 version: 187975 # SVN revision of last major change
     2version: 1
    33runtime: python27
    44threadsafe: false
  • trunk/Tools/TestResultServer/app.yaml

    r188158 r190334  
    11application: webkit-test-results
    2 version: 187975
     2version: 1
    33runtime: python27
    44threadsafe: false
  • trunk/Tools/TestResultServer/static-dashboards/builders.jsonp

    r179214 r190334  
    1818                    "Apple Yosemite Release WK1 (Tests)",
    1919                    "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)",
    2025                    "EFL Linux 64-bit Release WK2",
    2126                    "GTK Linux 64-bit Debug (Tests)",
Note: See TracChangeset for help on using the changeset viewer.