Commit 17a64867 authored by Will Harris's avatar Will Harris Committed by Commit Bot

Add --xfvb and --jobs=1 args for linux-tcmalloc-rel bot.

Re-run testing/buildbot/generate_buildbot_json.py

BUG=868024

Change-Id: Iae857082985de453d256150f2ef653f9f570337f
Reviewed-on: https://chromium-review.googlesource.com/c/1286757
Commit-Queue: Will Harris <wfh@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600772}
parent 7eed8ca1
...@@ -6379,6 +6379,10 @@ ...@@ -6379,6 +6379,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": {
......
...@@ -1127,6 +1127,13 @@ ...@@ -1127,6 +1127,13 @@
}, },
'experiment_percentage': 100, 'experiment_percentage': 100,
}, },
# luci.chromium.ci
'linux-tcmalloc-rel': {
'args': [
'--xvfb',
'--jobs=1',
],
},
}, },
'remove_from': [ 'remove_from': [
'Linux Tests (dbg)(1)(32)', 'Linux Tests (dbg)(1)(32)',
......
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