Commit 917f4def authored by Ryan Heise's avatar Ryan Heise Committed by Commit Bot

Add OS: Mac dimension to DTK dimensions

Bug: 1138953
Change-Id: Ie8475db0b7991c867564894cccd775c0cbf19dfe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476674Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Ryan Heise <heiserya@google.com>
Auto-Submit: Ryan Heise <heiserya@google.com>
Cr-Commit-Position: refs/heads/master@{#817656}
parent d9f47037
...@@ -1163,6 +1163,7 @@ ...@@ -1163,6 +1163,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "arm", "cpu": "arm",
"os": "Mac",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf"
} }
], ],
......
...@@ -644,6 +644,7 @@ BUILDERS = { ...@@ -644,6 +644,7 @@ BUILDERS = {
'mac', 'mac',
'dimension': { 'dimension': {
'cpu': 'arm', 'cpu': 'arm',
'os': 'Mac',
'pool': 'chrome.tests.perf', 'pool': 'chrome.tests.perf',
}, },
}, },
......
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