| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 ] | 152 ] |
| 153 }, | 153 }, |
| 154 { | 154 { |
| 155 "cmd": [], | 155 "cmd": [], |
| 156 "name": "ensure_goma" | 156 "name": "ensure_goma" |
| 157 }, | 157 }, |
| 158 { | 158 { |
| 159 "cmd": [ | 159 "cmd": [ |
| 160 "python", | 160 "python", |
| 161 "-u", | 161 "-u", |
| 162 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 162 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 163 "--platform", | 163 "--platform", |
| 164 "windows-386", | 164 "windows-386", |
| 165 "--dest-directory", | 165 "--dest-directory", |
| 166 "[SLAVE_BUILD]\\cipd", | 166 "[SLAVE_BUILD]\\cipd", |
| 167 "--json-output", | 167 "--json-output", |
| 168 "/path/to/tmp/json" | 168 "/path/to/tmp/json" |
| 169 ], | 169 ], |
| 170 "name": "ensure_goma.install cipd", | 170 "name": "ensure_goma.install cipd", |
| 171 "~followup_annotations": [ | 171 "~followup_annotations": [ |
| 172 "@@@STEP_NEST_LEVEL@1@@@", | 172 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 "~followup_annotations": [ | 441 "~followup_annotations": [ |
| 442 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" | 442 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" |
| 443 ] | 443 ] |
| 444 }, | 444 }, |
| 445 { | 445 { |
| 446 "name": "$result", | 446 "name": "$result", |
| 447 "recipe_result": null, | 447 "recipe_result": null, |
| 448 "status_code": 0 | 448 "status_code": 0 |
| 449 } | 449 } |
| 450 ] | 450 ] |
| OLD | NEW |