dogu-team / dogu

Dogu is unified test automation platform for cross platform game and app
https://docs.dogutech.io
GNU Affero General Public License v3.0
8 stars 0 forks source link

[Feature]: Test android emulator on google cloud run #487

Closed yowpark closed 1 year ago

yowpark commented 1 year ago

Problem

For the future features, find the way to run android emulator on google cloud run

Solution brainstorm

For the future features, find the way to run android emulator on google cloud run

oneofthezombies commented 1 year ago

sub issue on https://github.com/dogu-team/dogu/issues/451

yowpark commented 1 year ago

Android Emulator on GCP

Is it possible to run an Android emulator using docker?

Yes, it's possible. Below are three example repositories and docker images available:

Is running a docker emulator possible on GCP?

Yes, it's possible. GCP supports nested virtualization.

What are the alternatives to improve GCP docker emulator performance?

  1. Run the emulator directly on a GCP VM instance (without containerizing it).
  2. Verify performance on a GCP GPU-enabled instance.
  3. Proceed with building a container-optimized OS (COS) with KVM enabled.