Commit b08d2383 authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

//tools/perf: Fix chromium.perf.fyi.json

Adds in the dimension set, to make sure we run on our bot. Also fixes
the compile target, which might fix Linux Builder not generating the
proper isolate.

NOTRY=true

Bug: 758630
Change-Id: I1f837b1c8854bce0de1bee9c4abd2103aefb661a
Reviewed-on: https://chromium-review.googlesource.com/688217
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#504865}
parent 9e58d5c5
......@@ -71,10 +71,16 @@
"isolate_name": "telemetry_perf_tests_new",
"name": "benchmarks for bot 1",
"override_compile_targets": [
"telemetry_perf_tests"
"telemetry_perf_tests_new"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"id": "swarm823-c4",
"pool": "Chrome-perf-fyi"
}
],
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
......
......@@ -71,10 +71,16 @@
"isolate_name": "telemetry_perf_tests_new",
"name": "benchmarks for bot 1",
"override_compile_targets": [
"telemetry_perf_tests"
"telemetry_perf_tests_new"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"id": "swarm823-c4",
"pool": "Chrome-perf-fyi"
}
],
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
......
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