Laurence Urhegyi pushed to branch master at BuildGrid / buildgrid
Commits:
-
53257bac
by Laurence Urhegyi at 2018-09-17T17:26:05Z
1 changed file:
Changes:
1 |
- |
|
2 | 1 |
.. _about:
|
3 | 2 |
|
4 |
-About
|
|
5 |
-=====
|
|
3 |
+ |
|
6 | 4 |
|
7 | 5 |
.. image:: https://gitlab.com/Buildgrid/buildgrid/badges/master/pipeline.svg
|
8 | 6 |
:target: https://gitlab.com/BuildStream/buildstream/commits/master
|
9 | 7 |
|
10 | 8 |
.. image:: https://gitlab.com/BuildGrid/buildgrid/badges/master/coverage.svg?job=coverage
|
11 | 9 |
:target: https://buildgrid.gitlab.io/buildgrid/coverage
|
10 |
+
|
|
11 |
+About BuildGrid
|
|
12 |
+===============
|
|
13 |
+ |
|
14 |
+What is BuildGrid?
|
|
15 |
+------------------
|
|
12 | 16 |
|
13 | 17 |
BuildGrid is a Python remote execution service which implements Google's
|
14 | 18 |
`Remote Execution API`_ and the `Remote Workers API`_. The project's goal is to
|
15 | 19 |
be able to execute build jobs remotely on a grid of computers in order to
|
16 | 20 |
massively speed up build times. Workers on the grid should be able to run with
|
17 |
-different environments. It is designed to work with but not exclusively
|
|
21 |
+different environments. It is designed to work with clients such as `Bazel`_ and
|
|
18 | 22 |
`BuildStream`_.
|
19 | 23 |
|
20 | 24 |
.. _Remote Execution API: https://github.com/bazelbuild/remote-apis
|
21 | 25 |
.. _Remote Workers API: https://docs.google.com/document/d/1s_AzRRD2mdyktKUj2HWBn99rMg_3tcPvdjx3MPbFidU/edit#heading=h.1u2taqr2h940
|
22 | 26 |
.. _BuildStream: https://wiki.gnome.org/Projects/BuildStream
|
27 |
+.. _Bazel: https://bazel.build
|
|
23 | 28 |
|
24 | 29 |
|
25 | 30 |
.. _getting-started:
|