Skip to content

Update Remote Workers API

Description

This MR updates BuildGrid to use the latest revision of the Remote Workers API.

Changes proposed in this merge request:

The .proto files for the RWAPI have been updates, and the corresponding Python files have been rebuilt.

When passing Leases to/from workers, BuildGrid will now use the new id, payload, and result properties instead of the deprecated assignment and inline_assignment.

This merge request, when approved, will close issue/bug:

Closes #41 (closed).

Merge request reports