Commit cf7d2dd2 authored by John Budorick's avatar John Budorick Committed by Commit Bot

chromium.android: run resource_sizes on swarming.

Not sure this'll work, but if it does, it'll ensure that resource_sizes
runs with the perf merge script.

Bug: 861983
Change-Id: I8e62c92b5be4cdd429bdca00b05c98246e195f1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573861
Commit-Queue: John Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Auto-Submit: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652237}
parent 152d4e13
...@@ -17997,7 +17997,12 @@ ...@@ -17997,7 +17997,12 @@
}, },
"name": "resource_sizes_cronet_sample_apk", "name": "resource_sizes_cronet_sample_apk",
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-14.04"
}
]
} }
} }
], ],
...@@ -18059,7 +18064,12 @@ ...@@ -18059,7 +18064,12 @@
}, },
"name": "resource_sizes_cronet_sample_apk", "name": "resource_sizes_cronet_sample_apk",
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-14.04"
}
]
} }
} }
], ],
...@@ -19044,7 +19054,12 @@ ...@@ -19044,7 +19054,12 @@
}, },
"name": "resource_sizes_cronet_sample_apk", "name": "resource_sizes_cronet_sample_apk",
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-14.04"
}
]
} }
} }
], ],
......
...@@ -2548,7 +2548,11 @@ ...@@ -2548,7 +2548,11 @@
'script': '//tools/perf/process_perf_results.py', 'script': '//tools/perf/process_perf_results.py',
}, },
'swarming': { 'swarming': {
'can_use_on_swarming_builders': False, 'dimension_sets': [
{
'os': 'Ubuntu-14.04'
},
],
}, },
}, },
}, },
......
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