Skip to main content
Version: 0.8.4

Pooling

Pooling strategy defines how devices are grouped together.

Omni a.k.a. one huge pool

All connected devices are merged into one group. This is the default mode.

poolingStrategy:
type: "omni"

By abi

Devices are grouped by their ABI, e.g. x86 and mips.

poolingStrategy:
type: "abi"

By manufacturer

Devices are grouped by manufacturer, e.g. Samsung and Yota.

poolingStrategy:
type: "manufacturer"

By device model

Devices are grouped by model name, e.g. LG-D855 and SM-N950F.

poolingStrategy:
type: "device-model"

By OS version

Devices are grouped by OS version, e.g. 24 and 25.

poolingStrategy:
type: "os-version"