| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 ] | 92 ] |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "cmd": [], | 95 "cmd": [], |
| 96 "name": "ensure_goma" | 96 "name": "ensure_goma" |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "cmd": [ | 99 "cmd": [ |
| 100 "python", | 100 "python", |
| 101 "-u", | 101 "-u", |
| 102 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 102 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 103 "--platform", | 103 "--platform", |
| 104 "windows-386", | 104 "windows-386", |
| 105 "--dest-directory", | 105 "--dest-directory", |
| 106 "[SLAVE_BUILD]\\cipd", | 106 "[SLAVE_BUILD]\\cipd", |
| 107 "--json-output", | 107 "--json-output", |
| 108 "/path/to/tmp/json" | 108 "/path/to/tmp/json" |
| 109 ], | 109 ], |
| 110 "name": "ensure_goma.install cipd", | 110 "name": "ensure_goma.install cipd", |
| 111 "~followup_annotations": [ | 111 "~followup_annotations": [ |
| 112 "@@@STEP_NEST_LEVEL@1@@@", | 112 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 "~followup_annotations": [ | 374 "~followup_annotations": [ |
| 375 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" | 375 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" |
| 376 ] | 376 ] |
| 377 }, | 377 }, |
| 378 { | 378 { |
| 379 "name": "$result", | 379 "name": "$result", |
| 380 "recipe_result": null, | 380 "recipe_result": null, |
| 381 "status_code": 0 | 381 "status_code": 0 |
| 382 } | 382 } |
| 383 ] | 383 ] |
| OLD | NEW |