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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 "--src-dir", | 158 "--src-dir", |
159 "[SLAVE_BUILD]/src", | 159 "[SLAVE_BUILD]/src", |
160 "--goma-cache-dir", | 160 "--goma-cache-dir", |
161 "[GOMA_CACHE]", | 161 "[GOMA_CACHE]", |
162 "--build-tool", | 162 "--build-tool", |
163 "ninja", | 163 "ninja", |
164 "--compiler", | 164 "--compiler", |
165 "goma-clang", | 165 "goma-clang", |
166 "--goma-jsonstatus", | 166 "--goma-jsonstatus", |
167 "/path/to/tmp/json", | 167 "/path/to/tmp/json", |
168 "--goma-service-account-json-file", | |
169 "/creds/service_accounts/service-account-goma-client.json", | |
170 "--goma-dir", | 168 "--goma-dir", |
171 "[BUILD]/goma", | 169 "[BUILD]/goma", |
172 "--goma-fail-fast", | 170 "--goma-fail-fast", |
173 "--goma-disable-local-fallback", | 171 "--goma-disable-local-fallback", |
174 "--", | 172 "--", |
175 "All" | 173 "All" |
176 ], | 174 ], |
177 "cwd": "[SLAVE_BUILD]", | 175 "cwd": "[SLAVE_BUILD]", |
178 "name": "compile", | 176 "name": "compile", |
179 "~followup_annotations": [ | 177 "~followup_annotations": [ |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 ], | 577 ], |
580 "cwd": "[SLAVE_BUILD]", | 578 "cwd": "[SLAVE_BUILD]", |
581 "name": "webrtc_nonparallel_tests" | 579 "name": "webrtc_nonparallel_tests" |
582 }, | 580 }, |
583 { | 581 { |
584 "name": "$result", | 582 "name": "$result", |
585 "recipe_result": null, | 583 "recipe_result": null, |
586 "status_code": 0 | 584 "status_code": 0 |
587 } | 585 } |
588 ] | 586 ] |
OLD | NEW |