Changeset 90424 in webkit


Ignore:
Timestamp:
Jul 5, 2011 6:18:20 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-07-05 Adam Barth <abarth@webkit.org>

garden-o-matic should know how to fetch test results from the (NRWT) bots
https://bugs.webkit.org/show_bug.cgi?id=63959

Reviewed by Eric Seidel.

Currently, this code just fetches the results and expectations JSON
blob for Linux from the server and logs it to the console.

  • Scripts/webkitpy/tool/servers/data/gardeningserver/index.html:
  • Scripts/webkitpy/tool/servers/data/gardeningserver/results.js: Added.
  • Scripts/webkitpy/tool/servers/gardeningserver.py:
Location:
trunk/Tools
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r90422 r90424  
     12011-07-05  Adam Barth  <abarth@webkit.org>
     2
     3        garden-o-matic should know how to fetch test results from the (NRWT) bots
     4        https://bugs.webkit.org/show_bug.cgi?id=63959
     5
     6        Reviewed by Eric Seidel.
     7
     8        Currently, this code just fetches the results and expectations JSON
     9        blob for Linux from the server and logs it to the console.
     10
     11        * Scripts/webkitpy/tool/servers/data/gardeningserver/index.html:
     12        * Scripts/webkitpy/tool/servers/data/gardeningserver/results.js: Added.
     13        * Scripts/webkitpy/tool/servers/gardeningserver.py:
     14
    1152011-07-05  Dirk Pranke  <dpranke@chromium.org>
    216
  • trunk/Tools/Scripts/webkitpy/tool/servers/data/gardeningserver/index.html

    r90411 r90424  
    3636<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    3737<script src="main.js"></script>
     38<script src="results.js"></script>
    3839</body>
    3940</html>
  • trunk/Tools/Scripts/webkitpy/tool/servers/gardeningserver.py

    r90411 r90424  
    3939        "index.html",
    4040        "main.js",
     41        "results.js",
    4142    ])
    4243
Note: See TracChangeset for help on using the changeset viewer.