mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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.
This commit is contained in:
parent
e8366e3334
commit
a5b51dbf22
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user