[LNT] r242070 - Start adding a simple REST API to LNT
Renato Golin
renato.golin at linaro.org
Tue Jul 14 05:12:18 PDT 2015
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
More information about the llvm-commits
mailing list