From a5b51dbf223260ed0e89111aa7a831fe5d5b8566 Mon Sep 17 00:00:00 2001 From: "John \"codefu\" McDole" Date: Wed, 28 May 2025 12:57:47 -0700 Subject: [PATCH] Engine tests kvm=1 is required for some fuchsia (#169614) Undoes some changes from #168106 as these tests are looking for a KVM specifically for hardware accelerating the emulators. Tests are timing out as "infra failures" and making the tree go red. > KVM path /dev/kvm does not exist. Running without acceleration; emulator will be extremely slow and may not establish a connection with ffx in the allotted time. --- engine/src/flutter/ci/builders/linux_fuchsia_tests.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/src/flutter/ci/builders/linux_fuchsia_tests.json b/engine/src/flutter/ci/builders/linux_fuchsia_tests.json index c4669597384..d2b446bdd43 100644 --- a/engine/src/flutter/ci/builders/linux_fuchsia_tests.json +++ b/engine/src/flutter/ci/builders/linux_fuchsia_tests.json @@ -139,6 +139,7 @@ "cas_archive": false, "drone_dimensions": [ "device_type=none", + "kvm=1", "os=Linux" ], "gclient_variables": { @@ -184,6 +185,7 @@ "cas_archive": false, "drone_dimensions": [ "device_type=none", + "kvm=1", "os=Linux" ], "gclient_variables": { @@ -229,6 +231,7 @@ "cas_archive": false, "drone_dimensions": [ "device_type=none", + "kvm=1", "os=Linux" ], "gclient_variables": {