| 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.win", | 8 "tryserver.chromium.win", |
| 9 "--builder", | 9 "--builder", |
| 10 "win8_chromium_gn_upload", | 10 "win8_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 "windows-amd64", | 123 "windows-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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 "~followup_annotations": [ | 311 "~followup_annotations": [ |
| 312 "@@@STEP_TEXT@0123456789abcdeffedcba987654321012345678@@@" | 312 "@@@STEP_TEXT@0123456789abcdeffedcba987654321012345678@@@" |
| 313 ] | 313 ] |
| 314 }, | 314 }, |
| 315 { | 315 { |
| 316 "name": "$result", | 316 "name": "$result", |
| 317 "recipe_result": null, | 317 "recipe_result": null, |
| 318 "status_code": 0 | 318 "status_code": 0 |
| 319 } | 319 } |
| 320 ] | 320 ] |
| OLD | NEW |