| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 { | 120 { |
| 121 "cmd": [ | 121 "cmd": [ |
| 122 "python", | 122 "python", |
| 123 "-u", | 123 "-u", |
| 124 "RECIPE_MODULE[recipe_engine::shutil]\\resources\\rmtree.py", | 124 "RECIPE_MODULE[recipe_engine::shutil]\\resources\\rmtree.py", |
| 125 "[SLAVE_BUILD]\\src\\out\\Release.2" | 125 "[SLAVE_BUILD]\\src\\out\\Release.2" |
| 126 ], | 126 ], |
| 127 "name": "rmtree [SLAVE_BUILD]\\src\\out\\Release.2" | 127 "name": "rmtree [SLAVE_BUILD]\\src\\out\\Release.2" |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "cmd": [], | |
| 131 "name": "ensure_goma" | 130 "name": "ensure_goma" |
| 132 }, | 131 }, |
| 133 { | 132 { |
| 134 "cmd": [ | 133 "cmd": [ |
| 135 "python", | 134 "python", |
| 136 "-u", | 135 "-u", |
| 137 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", | 136 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 138 "--platform", | 137 "--platform", |
| 139 "windows-386", | 138 "windows-386", |
| 140 "--dest-directory", | 139 "--dest-directory", |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 ], | 531 ], |
| 533 "cwd": "[SLAVE_BUILD]", | 532 "cwd": "[SLAVE_BUILD]", |
| 534 "name": "compare_build_artifacts" | 533 "name": "compare_build_artifacts" |
| 535 }, | 534 }, |
| 536 { | 535 { |
| 537 "name": "$result", | 536 "name": "$result", |
| 538 "recipe_result": null, | 537 "recipe_result": null, |
| 539 "status_code": 0 | 538 "status_code": 0 |
| 540 } | 539 } |
| 541 ] | 540 ] |
| OLD | NEW |