| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "name": "rmtree [SLAVE_BUILD]/src/out/Release.2" | 134 "name": "rmtree [SLAVE_BUILD]/src/out/Release.2" |
| 135 }, | 135 }, |
| 136 { | 136 { |
| 137 "cmd": [], | 137 "cmd": [], |
| 138 "name": "ensure_goma" | 138 "name": "ensure_goma" |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| 144 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 144 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 145 "--platform", | 145 "--platform", |
| 146 "linux-386", | 146 "linux-386", |
| 147 "--dest-directory", | 147 "--dest-directory", |
| 148 "[SLAVE_BUILD]/cipd", | 148 "[SLAVE_BUILD]/cipd", |
| 149 "--json-output", | 149 "--json-output", |
| 150 "/path/to/tmp/json" | 150 "/path/to/tmp/json" |
| 151 ], | 151 ], |
| 152 "name": "ensure_goma.install cipd", | 152 "name": "ensure_goma.install cipd", |
| 153 "~followup_annotations": [ | 153 "~followup_annotations": [ |
| 154 "@@@STEP_NEST_LEVEL@1@@@", | 154 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 ], | 527 ], |
| 528 "cwd": "[SLAVE_BUILD]", | 528 "cwd": "[SLAVE_BUILD]", |
| 529 "name": "compare_build_artifacts" | 529 "name": "compare_build_artifacts" |
| 530 }, | 530 }, |
| 531 { | 531 { |
| 532 "name": "$result", | 532 "name": "$result", |
| 533 "recipe_result": null, | 533 "recipe_result": null, |
| 534 "status_code": 0 | 534 "status_code": 0 |
| 535 } | 535 } |
| 536 ] | 536 ] |
| OLD | NEW |