From 6d4ebb3ff4372a21f19c1babcb93d01bd2b2f06e Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 10 Mar 2025 18:22:59 +0100 Subject: [PATCH] ci/android: disable modem simulator in cuttlefish, it is not needed Disable the modem simulator in cuttlefish, it is not needed for testing the graphics subsystem and avoids opening a few vsock ports which reduces the chance of collisions in case of multiple instances of cuttlefish running concurrently. Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 23555aa75b5..5aad075c2cb 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -56,6 +56,7 @@ HOME=/cuttlefish launch_cvd \ -enable_audio=false \ -enable_bootanimation=false \ -enable_minimal_mode=true \ + -enable_modem_simulator=false \ -guest_enforce_security=false \ -report_anonymous_usage_stats=no \ -gpu_mode="$ANDROID_GPU_MODE" \