Martin Blanchard pushed to branch master at BuildGrid / buildgrid
Commits:
-
025bcdee
by Finn at 2018-10-10T19:23:05Z
1 changed file:
Changes:
1 |
- |
|
2 | 1 |
.. _external-resources:
|
3 | 2 |
|
4 | 3 |
Resources
|
... | ... | @@ -19,6 +18,9 @@ Remote execution and worker API useful links: |
19 | 18 |
- `bubblewrap repository`_
|
20 | 19 |
- `Buildfarm reference REAPI implementation`_
|
21 | 20 |
- `Buildbarn Golang REAPI implementation`_
|
21 |
+- `Demonstration of RECC with BuildGrid`_
|
|
22 |
+- `Demonstration of Bazel with BuildGrid`_
|
|
23 |
+- `Demonstration of BuildStream with BuildGrid`_
|
|
22 | 24 |
|
23 | 25 |
.. _REAPI design document: https://docs.google.com/document/d/1AaGk7fOPByEvpAbqeXIyE8HX_A3_axxNnvroblTZ_6s
|
24 | 26 |
.. _REAPI protobuf specification: https://github.com/bazelbuild/remote-apis/blob/master/build/bazel/remote/execution/v2/remote_execution.proto
|
... | ... | @@ -35,4 +37,7 @@ Remote execution and worker API useful links: |
35 | 37 |
.. _BuildBox repository: https://gitlab.com/BuildStream/buildbox
|
36 | 38 |
.. _bubblewrap repository: https://github.com/projectatomic/bubblewrap
|
37 | 39 |
.. _Buildfarm reference REAPI implementation: https://github.com/bazelbuild/bazel-buildfarm
|
38 |
-.. _Buildbarn Golang REAPI implementation: https://github.com/EdSchouten/bazel-buildbarn
|
|
\ No newline at end of file | ||
40 |
+.. _Buildbarn Golang REAPI implementation: https://github.com/EdSchouten/bazel-buildbarn
|
|
41 |
+.. _Demonstration of RECC with BuildGrid: https://asciinema.org/a/0FjExIqrTGSlpSUIS8Ehf5gUg
|
|
42 |
+.. _Demonstration of Bazel with BuildGrid: https://asciinema.org/a/uVHFWOxpivwJ4ari23CEerR8N
|
|
43 |
+.. _Demonstration of BuildStream with BuildGrid: https://asciinema.org/a/QfkYGqhfhEQz4o8prlBdEBFP7
|