blob: 1fbfcbdc4f8d8253f98c6d60c192abb3c52da3a6 [file] [log] [blame]
# Copyright (c) 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'includes': [
'py.isolate',
'isolate_telemetry.isolate',
'metrics_analysis.isolate',
],
'conditions': [
['OS=="linux" or OS=="win"', {
'variables': {
'files': [
'../../../bin/metrics_analysis_on_workers',
'py.isolate',
'isolate_telemetry.isolate',
'metrics_analysis.isolate',
],
'command': [
'../../../bin/metrics_analysis_on_workers',
'-logtostderr',
'--metric_name=<(METRIC_NAME)',
'--analysis_output_link=<(ANALYSIS_OUTPUT_LINK)',
'--benchmark_extra_args=<(BENCHMARK_ARGS)',
'--value_column_name=<(VALUE_COLUMN_NAME)',
'--run_id=<(RUN_ID)',
'--task_priority=<(TASK_PRIORITY)',
'--chromium_patch_gs_path=<(CHROMIUM_PATCH_GS_PATH)',
'--catapult_patch_gs_path=<(CATAPULT_PATCH_GS_PATH)',
'--custom_traces_csv_gs_path=<(CUSTOM_TRACES_CSV_GS_PATH)',
]},
}],
]
}