| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]/src", | 189 "cwd": "[SLAVE_BUILD]/src", |
| 190 "name": "git diff to analyze patch", | 190 "name": "git diff to analyze patch", |
| 191 "stdout": "/path/to/tmp/", | 191 "stdout": "/path/to/tmp/", |
| 192 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", | 193 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", |
| 194 "@@@STEP_LOG_END@files@@@" | 194 "@@@STEP_LOG_END@files@@@" |
| 195 ] | 195 ] |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "cmd": [], |
| 199 "name": "***PERF TRYJOB***" |
| 200 }, |
| 201 { |
| 198 "cmd": [ | 202 "cmd": [ |
| 199 "python", | 203 "python", |
| 200 "-u", | 204 "-u", |
| 201 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py", | 205 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py", |
| 202 "--source", | 206 "--source", |
| 203 "[SLAVE_BUILD]/src/tools/run-perf-test.cfg", | 207 "[SLAVE_BUILD]/src/tools/run-perf-test.cfg", |
| 204 "--output_json", | 208 "--output_json", |
| 205 "/path/to/tmp/json" | 209 "/path/to/tmp/json" |
| 206 ], | 210 ], |
| 207 "name": "load config", | 211 "name": "load config", |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 "@@@STEP_LOG_LINE@json.output@}@@@", | 691 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 688 "@@@STEP_LOG_END@json.output@@@" | 692 "@@@STEP_LOG_END@json.output@@@" |
| 689 ] | 693 ] |
| 690 }, | 694 }, |
| 691 { | 695 { |
| 692 "name": "$result", | 696 "name": "$result", |
| 693 "recipe_result": null, | 697 "recipe_result": null, |
| 694 "status_code": 0 | 698 "status_code": 0 |
| 695 } | 699 } |
| 696 ] | 700 ] |
| OLD | NEW |