Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Remote Execution API #631

Open
tagantroy opened this issue Apr 18, 2022 · 0 comments
Open

Add support for Remote Execution API #631

tagantroy opened this issue Apr 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tagantroy
Copy link
Member

Is your feature request related to a problem? Please describe.
Building test farm is not very trivial problem, you can start with using open sourced tools like DeviceFarmer(ex OpenSTF), but it will solve only part of your challenges.
Google introduced Remote Execution API to support horizontal scaling of their build system Bazel, but this API can be easily adopted to for many things. One of them - run tests.

Remote Execution API covers most of important topics:

  1. Delivering build artifacts to workers
  2. Executing command on remote workers
  3. Providing access to execution results

Describe the solution you'd like

Implement new vendor module using RE API for Android(and iOS in the future).

  1. RE API Protobuf specification
  2. RE API Design doc

Describe alternatives you've considered

  1. Remote Worker API, also introduced by Google. Design doc
  2. SSH based implementation

Additional context
Open sourced implementations of Remote Execution API:

Open sourced implementations of Remote Worker API:

@tagantroy tagantroy added the enhancement New feature or request label Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant