[LNT] r242070 - Start adding a simple REST API to LNT
Chris Matthews
cmatthews5 at apple.com
Tue Jul 14 07:36:11 PDT 2015
Ill take a look in a few hours. Please revert if you need them sooner.
Sent from my iPhone
> On Jul 14, 2015, at 5:12 AM, Renato Golin <renato.golin at linaro.org> wrote:
>
>> On 13 July 2015 at 22:36, Chris Matthews <cmatthews5 at apple.com> wrote:
>> Author: cmatthews
>> Date: Mon Jul 13 16:36:32 2015
>> New Revision: 242070
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=242070&view=rev
>> Log:
>> Start adding a simple REST API to LNT
>>
>> Add a small RESTful API for new clients (including ajax fronted).
>> FlaskRESTful is added as a dependency, as it is easy way of building
>> complex REST APIs. This patch adds enough API to list machines, orders
>> and runs. Machines can be enumerated, and runs for each machines can
>> be explored. Sample data and FieldChanges will be in a separate patch.
>
> Hi Chris,
>
> This change made us not find the Flask we're looking for. :)
>
> http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/13005/steps/setup%20lit/logs/stdio
>
> It seems like a dependency between Flask-RESTful and Flask...
>
> All ARM/AArch64 LNT buildbots have that problem...
>
> cheers,
> -renato
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list