Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 394 Bytes

remote-build-execution-api.md

File metadata and controls

21 lines (16 loc) · 394 Bytes

Remote Build Execution API.

Pros.

  • Shared cache.
    • Deduplication of effort across the entire team.
  • Scalable worker pool.
    • Parallelized execution across O(1000s+) of nodes.
  • Structured results UI.
    • Collaborative analysis for reduced MTTR.

  • (Cloud) Hosted service.
  • Scalable hosted build worker pool.
  • Shared build result cache.

Clients.

  • Pants.
  • BuildStream.