| 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 "mac-386", | 138 "mac-386", |
| 140 "--dest-directory", | 139 "--dest-directory", |
| (...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 ], | 575 ], |
| 577 "cwd": "[SLAVE_BUILD]", | 576 "cwd": "[SLAVE_BUILD]", |
| 578 "name": "compare_build_artifacts" | 577 "name": "compare_build_artifacts" |
| 579 }, | 578 }, |
| 580 { | 579 { |
| 581 "name": "$result", | 580 "name": "$result", |
| 582 "recipe_result": null, | 581 "recipe_result": null, |
| 583 "status_code": 0 | 582 "status_code": 0 |
| 584 } | 583 } |
| 585 ] | 584 ] |
| OLD | NEW |