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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 ], | 577 ], |
576 "cwd": "[SLAVE_BUILD]", | 578 "cwd": "[SLAVE_BUILD]", |
577 "name": "webrtc_nonparallel_tests" | 579 "name": "webrtc_nonparallel_tests" |
578 }, | 580 }, |
579 { | 581 { |
580 "name": "$result", | 582 "name": "$result", |
581 "recipe_result": null, | 583 "recipe_result": null, |
582 "status_code": 0 | 584 "status_code": 0 |
583 } | 585 } |
584 ] | 586 ] |
OLD | NEW |