| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "cmd": [ | 7 "cmd": [ |
| 8 "python", | 8 "python", |
| 9 "-u", | 9 "-u", |
| 10 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 11 "--platform", | 11 "--platform", |
| 12 "linux-amd64", | 12 "linux-amd64", |
| 13 "--dest-directory", | 13 "--dest-directory", |
| 14 "[SLAVE_BUILD]/cipd", | 14 "[SLAVE_BUILD]/cipd", |
| 15 "--json-output", | 15 "--json-output", |
| 16 "/path/to/tmp/json" | 16 "/path/to/tmp/json" |
| 17 ], | 17 ], |
| 18 "name": "ensure_goma.install cipd", | 18 "name": "ensure_goma.install cipd", |
| 19 "~followup_annotations": [ | 19 "~followup_annotations": [ |
| 20 "@@@STEP_NEST_LEVEL@1@@@", | 20 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 "~followup_annotations": [ | 328 "~followup_annotations": [ |
| 329 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf
(1)@@@" | 329 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf
(1)@@@" |
| 330 ] | 330 ] |
| 331 }, | 331 }, |
| 332 { | 332 { |
| 333 "name": "$result", | 333 "name": "$result", |
| 334 "recipe_result": null, | 334 "recipe_result": null, |
| 335 "status_code": 0 | 335 "status_code": 0 |
| 336 } | 336 } |
| 337 ] | 337 ] |
| OLD | NEW |