Commit e724b177 authored by Jonathan's avatar Jonathan Committed by Commit Bot

Add Telemetry to linux-chromiumos bot

We've been running telemetry_unittests and telemetry_perf_unittests on the Mojo
FYI bots. They've been cycling green for a week, so we'd like to add them to
the main linux_chromeos bot.

TBR=sky@chromium.org

Bug: 758065
Change-Id: I6ea2c3f619237124ebba5b691ac08bffb93652a6
Reviewed-on: https://chromium-review.googlesource.com/657858
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Reviewed-by: default avatarSadrul Chowdhury <sadrul@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503031}
parent 91555a59
...@@ -490,6 +490,37 @@ ...@@ -490,6 +490,37 @@
}, },
"test": "wm_unittests" "test": "wm_unittests"
} }
],
"isolated_scripts": [
{
"args": [
"--browser=exact",
"--browser-executable=./test_chrome",
"--xvfb",
"--skip=scripts_smoke_unittest.ScriptsSmokeTest.testRunTelemetryBenchmarkAsGoogletest"
],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"swarming": {
"can_use_on_swarming_builders": true,
"hard_timeout": 960,
"shards": 12
}
},
{
"args": [
"--browser=exact",
"--browser-executable=./test_chrome",
"--jobs=1",
"--skip=telemetry.page.page_run_end_to_end_unittest.ActualPageRunEndToEndTests.testTrafficSettings"
],
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 4
}
}
] ]
}, },
"Linux ChromiumOS Tests (dbg)(1)": { "Linux ChromiumOS Tests (dbg)(1)": {
......
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