[infra] Add a shard to the FFI builders.

This is important to make sure the tests run on a device which is attached to a
phone.

Change-Id: I75037960bed5ff779ff46ea39e9558aab5b509af
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/97926
Auto-Submit: Samir Jindel <sjindel@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Samir Jindel 2019-03-26 13:47:39 +00:00
parent 1af9f99a5f
commit 69079303cf

View file

@ -134,6 +134,11 @@
"out/DebugX64/",
"out/ProductX64/",
"out/ReleaseAndroidARM/",
"out/DebugAndroidARM/",
"out/ProductAndroidARM/",
"out/ReleaseAndroidARM64/",
"out/DebugAndroidARM64/",
"out/ProductAndroidARM64/",
"out/ReleaseIA32/",
"out/ReleaseSIMARM/",
"out/ReleaseSIMARM64/",
@ -548,7 +553,8 @@
"-ndartk-android-${mode}-${arch}",
"ffi"
],
"fileset": "vm-kernel"
"fileset": "vm-kernel",
"shards": 1
}
]
},