Commit 2593eb92 authored by John Budorick's avatar John Budorick Committed by Commit Bot

Add command-line flags for telemetry_perf_unittests on linux-xenial-rel.

TBR=vitalii@chromium.org,nednguyen@google.com

Bug: 841189,812051
Change-Id: Ifddff5dca063ebebe2567f62c0f8257daaddee54
Reviewed-on: https://chromium-review.googlesource.com/1052224Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557273}
parent 729baf4b
...@@ -3968,6 +3968,10 @@ ...@@ -3968,6 +3968,10 @@
} }
}, },
{ {
"args": [
"--xvfb",
"--jobs=1"
],
"isolate_name": "telemetry_perf_unittests", "isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests", "name": "telemetry_perf_unittests",
"swarming": { "swarming": {
......
...@@ -2894,6 +2894,12 @@ ...@@ -2894,6 +2894,12 @@
'--jobs=1', '--jobs=1',
], ],
}, },
'linux-xenial-rel': {
'args': [
'--xvfb',
'--jobs=1',
],
},
# chromium.mac # chromium.mac
# Disable parallelism on all Mac bots. # Disable parallelism on all Mac bots.
'Mac10.10 Tests': { 'Mac10.10 Tests': {
......
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