| 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.mac", | 8 "tryserver.chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_chromium_gn_upload", | 10 "mac_chromium_gn_upload", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 ] | 111 ] |
| 112 }, | 112 }, |
| 113 { | 113 { |
| 114 "cmd": [], | 114 "cmd": [], |
| 115 "name": "ensure_goma" | 115 "name": "ensure_goma" |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [ | 118 "cmd": [ |
| 119 "python", | 119 "python", |
| 120 "-u", | 120 "-u", |
| 121 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 121 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 122 "--platform", | 122 "--platform", |
| 123 "mac-amd64", | 123 "mac-amd64", |
| 124 "--dest-directory", | 124 "--dest-directory", |
| 125 "[SLAVE_BUILD]/cipd", | 125 "[SLAVE_BUILD]/cipd", |
| 126 "--json-output", | 126 "--json-output", |
| 127 "/path/to/tmp/json" | 127 "/path/to/tmp/json" |
| 128 ], | 128 ], |
| 129 "name": "ensure_goma.install cipd", | 129 "name": "ensure_goma.install cipd", |
| 130 "~followup_annotations": [ | 130 "~followup_annotations": [ |
| 131 "@@@STEP_NEST_LEVEL@1@@@", | 131 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "~followup_annotations": [ | 340 "~followup_annotations": [ |
| 341 "@@@STEP_TEXT@0123456789abcdeffedcba987654321012345678@@@" | 341 "@@@STEP_TEXT@0123456789abcdeffedcba987654321012345678@@@" |
| 342 ] | 342 ] |
| 343 }, | 343 }, |
| 344 { | 344 { |
| 345 "name": "$result", | 345 "name": "$result", |
| 346 "recipe_result": null, | 346 "recipe_result": null, |
| 347 "status_code": 0 | 347 "status_code": 0 |
| 348 } | 348 } |
| 349 ] | 349 ] |
| OLD | NEW |