| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_mipsel_compile_rel", | 10 "v8_linux_mipsel_compile_rel", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 ] | 63 ] |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "cmd": [], | 66 "cmd": [], |
| 67 "name": "ensure_goma" | 67 "name": "ensure_goma" |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "cmd": [ | 70 "cmd": [ |
| 71 "python", | 71 "python", |
| 72 "-u", | 72 "-u", |
| 73 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 73 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 74 "--platform", | 74 "--platform", |
| 75 "linux-386", | 75 "linux-386", |
| 76 "--dest-directory", | 76 "--dest-directory", |
| 77 "[SLAVE_BUILD]/cipd", | 77 "[SLAVE_BUILD]/cipd", |
| 78 "--json-output", | 78 "--json-output", |
| 79 "/path/to/tmp/json" | 79 "/path/to/tmp/json" |
| 80 ], | 80 ], |
| 81 "name": "ensure_goma.install cipd", | 81 "name": "ensure_goma.install cipd", |
| 82 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 83 "@@@STEP_NEST_LEVEL@1@@@", | 83 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 288 "@@@STEP_LOG_END@json.output (invalid)@@@" | 288 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 289 ] | 289 ] |
| 290 }, | 290 }, |
| 291 { | 291 { |
| 292 "name": "$result", | 292 "name": "$result", |
| 293 "recipe_result": null, | 293 "recipe_result": null, |
| 294 "status_code": 0 | 294 "status_code": 0 |
| 295 } | 295 } |
| 296 ] | 296 ] |
| OLD | NEW |