From 12277d3f753a33d3de482ff847a4846366c6590a Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 16 Feb 2026 16:32:59 +0100 Subject: [PATCH] ci/android: Disable wifi for Cuttlefish Wifi can occasionally cause crashes on the host, and we don't need it for graphics testing. [ 401.084158] Unable to handle kernel paging request at virtual address ff800099ff80ffb2 [ 401.092309] Mem abort info: [ 401.095190] ESR = 0x0000000096000004 [ 401.099045] EC = 0x25: DABT (current EL), IL = 32 bits [ 401.104501] SET = 0, FnV = 0 [ 401.107640] EA = 0, S1PTW = 0 [ 401.110875] FSC = 0x04: level 0 translation fault [ 401.115885] Data abort info: [ 401.118850] ISV = 0, ISS = 0x00000004, ISS2 = 0x00000000 [ 401.124489] CM = 0, WnR = 0, TnD = 0, TagAccess = 0 [ 401.129684] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0 [ 401.135140] [ff800099ff80ffb2] address between user and kernel address ranges [ 401.142468] Internal error: Oops: 0000000096000004 [#1] SMP [ 401.148283] Modules linked in: vhost_vsock vhost vhost_iotlb ipv6 [ 401.154556] CPU: 2 UID: 0 PID: 718 Comm: Wi-Fi HwsimMsg Tainted: G W 6.17.3-gddf65230edb2 #1 PREEMPT Signed-off-by: Valentine Burley 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 8137903cb24..a83e29170f3 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -67,6 +67,7 @@ HOME=/cuttlefish launch_cvd \ -enable_bootanimation=false \ -enable_minimal_mode=true \ -enable_modem_simulator=false \ + -enable_wifi=false \ -guest_enforce_security=false \ -report_anonymous_usage_stats=no \ -gpu_mode="$CUTTLEFISH_GPU_MODE" \