| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "stdout": "/path/to/tmp/", | 123 "stdout": "/path/to/tmp/", |
| 124 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 125 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", | 125 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", |
| 126 "@@@STEP_LOG_END@files@@@" | 126 "@@@STEP_LOG_END@files@@@" |
| 127 ] | 127 ] |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "cmd": [ | 130 "cmd": [ |
| 131 "python", | 131 "python", |
| 132 "-u", | 132 "-u", |
| 133 "RECIPE_MODULE[perf_try]/resources/load_config_to_json.py", | 133 "RECIPE_MODULE[build.perf_try]/resources/load_config_to_json.py", |
| 134 "--source", | 134 "--source", |
| 135 "[SLAVE_BUILD]/src/tools/run-perf-test.cfg", | 135 "[SLAVE_BUILD]/src/tools/run-perf-test.cfg", |
| 136 "--output_json", | 136 "--output_json", |
| 137 "/path/to/tmp/json" | 137 "/path/to/tmp/json" |
| 138 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]", | 139 "cwd": "[SLAVE_BUILD]", |
| 140 "name": "load config", | 140 "name": "load config", |
| 141 "~followup_annotations": [ | 141 "~followup_annotations": [ |
| 142 "@@@STEP_LOG_LINE@json.output@{@@@", | 142 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark
-v --browser=release sunspider\", @@@", | 143 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark
-v --browser=release sunspider\", @@@", |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 "@@@", | 444 "@@@", |
| 445 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" | 445 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" |
| 446 ] | 446 ] |
| 447 }, | 447 }, |
| 448 { | 448 { |
| 449 "name": "$result", | 449 "name": "$result", |
| 450 "recipe_result": null, | 450 "recipe_result": null, |
| 451 "status_code": 0 | 451 "status_code": 0 |
| 452 } | 452 } |
| 453 ] | 453 ] |
| OLD | NEW |