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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 ] | 136 ] |
137 }, | 137 }, |
138 { | 138 { |
139 "cmd": [ | 139 "cmd": [ |
140 "python", | 140 "python", |
141 "-u", | 141 "-u", |
142 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 142 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
143 "--show-path", | 143 "--show-path", |
144 "python", | 144 "python", |
145 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 145 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 146 "--gsutil-py-path", |
| 147 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
146 "--ninja-path", | 148 "--ninja-path", |
147 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 149 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
148 "--target", | 150 "--target", |
149 "Debug", | 151 "Debug", |
150 "--src-dir", | 152 "--src-dir", |
151 "[SLAVE_BUILD]/src", | 153 "[SLAVE_BUILD]/src", |
152 "--goma-cache-dir", | 154 "--goma-cache-dir", |
153 "[GOMA_CACHE]", | 155 "[GOMA_CACHE]", |
154 "--build-tool", | 156 "--build-tool", |
155 "ninja", | 157 "ninja", |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 ], | 572 ], |
571 "cwd": "[SLAVE_BUILD]", | 573 "cwd": "[SLAVE_BUILD]", |
572 "name": "webrtc_nonparallel_tests" | 574 "name": "webrtc_nonparallel_tests" |
573 }, | 575 }, |
574 { | 576 { |
575 "name": "$result", | 577 "name": "$result", |
576 "recipe_result": null, | 578 "recipe_result": null, |
577 "status_code": 0 | 579 "status_code": 0 |
578 } | 580 } |
579 ] | 581 ] |
OLD | NEW |