Commit ae738bda authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Run telemetry_perf_unittests on Linux Xenial with xvfb

BUG=789768
R=dpranke

Change-Id: I4c31c8c2c2fefad5337dff51727cbfd9c58a89b4
Reviewed-on: https://chromium-review.googlesource.com/924391Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537869}
parent fe99f023
......@@ -5776,6 +5776,10 @@
}
},
{
"args": [
"--xvfb",
"--jobs=1"
],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"swarming": {
......
......@@ -3309,6 +3309,13 @@
'shards': 1,
},
},
# chromium.fyi
'Linux Xenial': {
'args': [
'--xvfb',
'--jobs=1',
],
},
# chromium.linux
'Linux Tests': {
'args': [
......
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