| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "host and tools info", | 9 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 ] | 142 ] |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "python", | 146 "python", |
| 147 "-u", | 147 "-u", |
| 148 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 148 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 149 "--show-path", | 149 "--show-path", |
| 150 "python", | 150 "python", |
| 151 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 151 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 152 "--gsutil-py-path", |
| 153 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 152 "--ninja-path", | 154 "--ninja-path", |
| 153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 155 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 154 "--target", | 156 "--target", |
| 155 "Release", | 157 "Release", |
| 156 "--src-dir", | 158 "--src-dir", |
| 157 "[SLAVE_BUILD]/src", | 159 "[SLAVE_BUILD]/src", |
| 158 "--goma-cache-dir", | 160 "--goma-cache-dir", |
| 159 "[GOMA_CACHE]", | 161 "[GOMA_CACHE]", |
| 160 "--build-tool", | 162 "--build-tool", |
| 161 "ninja", | 163 "ninja", |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 ], | 593 ], |
| 592 "cwd": "[SLAVE_BUILD]", | 594 "cwd": "[SLAVE_BUILD]", |
| 593 "name": "webrtc_nonparallel_tests" | 595 "name": "webrtc_nonparallel_tests" |
| 594 }, | 596 }, |
| 595 { | 597 { |
| 596 "name": "$result", | 598 "name": "$result", |
| 597 "recipe_result": null, | 599 "recipe_result": null, |
| 598 "status_code": 0 | 600 "status_code": 0 |
| 599 } | 601 } |
| 600 ] | 602 ] |
| OLD | NEW |