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@ \"bad_revision\": \"306476\", @@@", | 143 "@@@STEP_LOG_LINE@json.output@ \"bad_revision\": \"306476\", @@@", |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 "@@@", | 566 "@@@", |
567 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" | 567 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" |
568 ] | 568 ] |
569 }, | 569 }, |
570 { | 570 { |
571 "name": "$result", | 571 "name": "$result", |
572 "recipe_result": null, | 572 "recipe_result": null, |
573 "status_code": 0 | 573 "status_code": 0 |
574 } | 574 } |
575 ] | 575 ] |
OLD | NEW |