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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 "--src-dir", | 172 "--src-dir", |
173 "[SLAVE_BUILD]/src", | 173 "[SLAVE_BUILD]/src", |
174 "--goma-cache-dir", | 174 "--goma-cache-dir", |
175 "[GOMA_CACHE]", | 175 "[GOMA_CACHE]", |
176 "--build-tool", | 176 "--build-tool", |
177 "ninja", | 177 "ninja", |
178 "--compiler", | 178 "--compiler", |
179 "goma-clang", | 179 "goma-clang", |
180 "--goma-jsonstatus", | 180 "--goma-jsonstatus", |
181 "/path/to/tmp/json", | 181 "/path/to/tmp/json", |
182 "--goma-service-account-json-file", | |
183 "/creds/service_accounts/service-account-goma-client.json", | |
184 "--goma-dir", | 182 "--goma-dir", |
185 "[BUILD]/goma", | 183 "[BUILD]/goma", |
186 "--goma-fail-fast", | 184 "--goma-fail-fast", |
187 "--goma-disable-local-fallback", | 185 "--goma-disable-local-fallback", |
188 "--", | 186 "--", |
189 "all" | 187 "all" |
190 ], | 188 ], |
191 "cwd": "[SLAVE_BUILD]", | 189 "cwd": "[SLAVE_BUILD]", |
192 "name": "compile", | 190 "name": "compile", |
193 "~followup_annotations": [ | 191 "~followup_annotations": [ |
194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
195 "@@@STEP_LOG_END@json.output (invalid)@@@" | 193 "@@@STEP_LOG_END@json.output (invalid)@@@" |
196 ] | 194 ] |
197 }, | 195 }, |
198 { | 196 { |
199 "name": "$result", | 197 "name": "$result", |
200 "recipe_result": null, | 198 "recipe_result": null, |
201 "status_code": 0 | 199 "status_code": 0 |
202 } | 200 } |
203 ] | 201 ] |
OLD | NEW |