| 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_gcc_rel", | 10 "v8_linux_gcc_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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 327 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 328 "@@@STEP_LOG_END@durations@@@" | 328 "@@@STEP_LOG_END@durations@@@" |
| 329 ] | 329 ] |
| 330 }, | 330 }, |
| 331 { | 331 { |
| 332 "name": "$result", | 332 "name": "$result", |
| 333 "recipe_result": null, | 333 "recipe_result": null, |
| 334 "status_code": 0 | 334 "status_code": 0 |
| 335 } | 335 } |
| 336 ] | 336 ] |
| OLD | NEW |