Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5b51db

Browse files
authored
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.
1 parent e8366e3 commit a5b51db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

engine/src/flutter/ci/builders/linux_fuchsia_tests.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
"cas_archive": false,
140140
"drone_dimensions": [
141141
"device_type=none",
142+
"kvm=1",
142143
"os=Linux"
143144
],
144145
"gclient_variables": {
@@ -184,6 +185,7 @@
184185
"cas_archive": false,
185186
"drone_dimensions": [
186187
"device_type=none",
188+
"kvm=1",
187189
"os=Linux"
188190
],
189191
"gclient_variables": {
@@ -229,6 +231,7 @@
229231
"cas_archive": false,
230232
"drone_dimensions": [
231233
"device_type=none",
234+
"kvm=1",
232235
"os=Linux"
233236
],
234237
"gclient_variables": {

0 commit comments

Comments
 (0)