step metadata: should include the device type and platform besides os for Swarming task |
||
Issue descriptionIn this build https://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/90592, components_unittests was run on both device "iPad Retina" and "iPhone 5s". Using OS to filtering is not enough. https://chromium-swarm.appspot.com/user/task/31f561ace8889610 https://chromium-swarm.appspot.com/user/task/31f5618a91b7fd10
,
Dec 20 2016
One sample is as below:
{
"canonical_step_name": "unit_tests",
"dimensions": {
"android_devices": "4",
"device_os": "MMB29Q",
"device_type": "bullhead",
"os": "Android",
"pool": "Chrome"
},
"full_step_name": "unit_tests on Android",
"patched": false,
"swarm_task_ids": [
"3332854b76f01510"
],
"waterfall_buildername": "Android N5X Swarm Builder",
"waterfall_mastername": "chromium.android"
}
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Dec 18 2016