Commit 70decc91 authored by Ethan Kuefner's avatar Ethan Kuefner Committed by Commit Bot

Enable loading.desktop on histogram FYI bot

Bug: 744736
Change-Id: Ibd0bd94b8e6a481892fcd968839da667c5746ca2
Reviewed-on: https://chromium-review.googlesource.com/782360Reviewed-by: default avatarSimon Hatch <simonhatch@chromium.org>
Reviewed-by: default avatarEmily Hanley <eyaich@chromium.org>
Commit-Queue: Simon Hatch <simonhatch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#518456}
parent f9025142
...@@ -50,6 +50,54 @@ ...@@ -50,6 +50,54 @@
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 3600 "io_timeout": 3600
} }
},
{
"args": [
"loading.desktop",
"-v",
"--upload-results",
"--output-format=histograms",
"--output-format=json-test-results",
"--browser=release",
"--xvfb",
"--also-run-disabled-tests"
],
"isolate_name": "telemetry_perf_tests",
"name": "loading.desktop",
"override_compile_targets": [
"telemetry_perf_tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 3600
}
},
{
"args": [
"loading.desktop",
"-v",
"--upload-results",
"--output-format=histograms",
"--output-format=json-test-results",
"--browser=reference",
"--xvfb",
"--also-run-disabled-tests"
],
"isolate_name": "telemetry_perf_tests",
"name": "loading.desktop.reference",
"override_compile_targets": [
"telemetry_perf_tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 3600
}
} }
] ]
}, },
......
...@@ -78,6 +78,54 @@ ...@@ -78,6 +78,54 @@
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 3600 "io_timeout": 3600
} }
},
{
"args": [
"loading.desktop",
"-v",
"--upload-results",
"--output-format=histograms",
"--output-format=json-test-results",
"--browser=release",
"--xvfb",
"--also-run-disabled-tests"
],
"isolate_name": "telemetry_perf_tests",
"name": "loading.desktop",
"override_compile_targets": [
"telemetry_perf_tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 3600
}
},
{
"args": [
"loading.desktop",
"-v",
"--upload-results",
"--output-format=histograms",
"--output-format=json-test-results",
"--browser=reference",
"--xvfb",
"--also-run-disabled-tests"
],
"isolate_name": "telemetry_perf_tests",
"name": "loading.desktop.reference",
"override_compile_targets": [
"telemetry_perf_tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 3600
}
} }
] ]
}, },
......
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