| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 ] | 62 ] |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 "cmd": [], | 65 "cmd": [], |
| 66 "name": "ensure_goma" | 66 "name": "ensure_goma" |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "cmd": [ | 69 "cmd": [ |
| 70 "python", | 70 "python", |
| 71 "-u", | 71 "-u", |
| 72 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 72 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 73 "--platform", | 73 "--platform", |
| 74 "linux-amd64", | 74 "linux-amd64", |
| 75 "--dest-directory", | 75 "--dest-directory", |
| 76 "[SLAVE_BUILD]/cipd", | 76 "[SLAVE_BUILD]/cipd", |
| 77 "--json-output", | 77 "--json-output", |
| 78 "/path/to/tmp/json" | 78 "/path/to/tmp/json" |
| 79 ], | 79 ], |
| 80 "name": "ensure_goma.install cipd", | 80 "name": "ensure_goma.install cipd", |
| 81 "~followup_annotations": [ | 81 "~followup_annotations": [ |
| 82 "@@@STEP_NEST_LEVEL@1@@@", | 82 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 207 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 208 "@@@STEP_LOG_END@json.output (invalid)@@@" | 208 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 209 ] | 209 ] |
| 210 }, | 210 }, |
| 211 { | 211 { |
| 212 "name": "$result", | 212 "name": "$result", |
| 213 "recipe_result": null, | 213 "recipe_result": null, |
| 214 "status_code": 0 | 214 "status_code": 0 |
| 215 } | 215 } |
| 216 ] | 216 ] |
| OLD | NEW |