Commit 01095fbc authored by Emily Hanley's avatar Emily Hanley Committed by Commit Bot

Fixing pixel2 device_os dimension

NOTRY=true
TBR=ashleymarie@chromium.org

Bug: 817872
Change-Id: Ib6b85a069c46e0e1a1f2c03a08dbea95d2ed1d41
Reviewed-on: https://chromium-review.googlesource.com/1044294Reviewed-by: default avatarEmily Hanley <eyaich@chromium.org>
Commit-Queue: Emily Hanley <eyaich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#556053}
parent 77cabfa8
...@@ -720,7 +720,7 @@ ...@@ -720,7 +720,7 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"device_is": "O", "device_os": "O",
"device_type": "walleye", "device_type": "walleye",
"os": "Android", "os": "Android",
"pool": "chrome.test.perf-fyi" "pool": "chrome.test.perf-fyi"
...@@ -768,7 +768,7 @@ ...@@ -768,7 +768,7 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"device_is": "O", "device_os": "O",
"device_type": "walleye", "device_type": "walleye",
"os": "Android", "os": "Android",
"pool": "chrome.test.perf-webview-fyi" "pool": "chrome.test.perf-webview-fyi"
......
...@@ -1037,7 +1037,7 @@ NEW_PERF_RECIPE_FYI_TESTERS = { ...@@ -1037,7 +1037,7 @@ NEW_PERF_RECIPE_FYI_TESTERS = {
'pool': 'chrome.test.perf-webview-fyi', 'pool': 'chrome.test.perf-webview-fyi',
'os': 'Android', 'os': 'Android',
'device_type': 'walleye', 'device_type': 'walleye',
'device_is': 'O' 'device_os': 'O'
}, },
'device_ids': [ 'device_ids': [
], ],
...@@ -1054,7 +1054,7 @@ NEW_PERF_RECIPE_FYI_TESTERS = { ...@@ -1054,7 +1054,7 @@ NEW_PERF_RECIPE_FYI_TESTERS = {
'pool': 'chrome.test.perf-fyi', 'pool': 'chrome.test.perf-fyi',
'os': 'Android', 'os': 'Android',
'device_type': 'walleye', 'device_type': 'walleye',
'device_is': 'O' 'device_os': 'O'
}, },
'device_ids': [ 'device_ids': [
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment