| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 ] | 118 ] |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "cmd": [], | 121 "cmd": [], |
| 122 "name": "ensure_goma" | 122 "name": "ensure_goma" |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 "cmd": [ | 125 "cmd": [ |
| 126 "python", | 126 "python", |
| 127 "-u", | 127 "-u", |
| 128 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 128 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 129 "--platform", | 129 "--platform", |
| 130 "windows-amd64", | 130 "windows-amd64", |
| 131 "--dest-directory", | 131 "--dest-directory", |
| 132 "[SLAVE_BUILD]\\cipd", | 132 "[SLAVE_BUILD]\\cipd", |
| 133 "--json-output", | 133 "--json-output", |
| 134 "/path/to/tmp/json" | 134 "/path/to/tmp/json" |
| 135 ], | 135 ], |
| 136 "name": "ensure_goma.install cipd", | 136 "name": "ensure_goma.install cipd", |
| 137 "~followup_annotations": [ | 137 "~followup_annotations": [ |
| 138 "@@@STEP_NEST_LEVEL@1@@@", | 138 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 "import sys; sys.exit(0)" | 351 "import sys; sys.exit(0)" |
| 352 ], | 352 ], |
| 353 "name": "mark: before_tests" | 353 "name": "mark: before_tests" |
| 354 }, | 354 }, |
| 355 { | 355 { |
| 356 "name": "$result", | 356 "name": "$result", |
| 357 "recipe_result": null, | 357 "recipe_result": null, |
| 358 "status_code": 0 | 358 "status_code": 0 |
| 359 } | 359 } |
| 360 ] | 360 ] |
| OLD | NEW |