OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.dynamorio", | 8 "client.dynamorio", |
9 "--builder", | 9 "--builder", |
10 "linux-v8-dr", | 10 "linux-v8-dr", |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 "--gsutil-py-path", | 222 "--gsutil-py-path", |
223 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 223 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
224 "--ninja-path", | 224 "--ninja-path", |
225 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 225 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
226 "--target", | 226 "--target", |
227 "Release", | 227 "Release", |
228 "--src-dir", | 228 "--src-dir", |
229 "[SLAVE_BUILD]/v8", | 229 "[SLAVE_BUILD]/v8", |
230 "--goma-cache-dir", | 230 "--goma-cache-dir", |
231 "[GOMA_CACHE]", | 231 "[GOMA_CACHE]", |
232 "--build-tool", | |
233 "ninja", | |
234 "--compiler", | 232 "--compiler", |
235 "goma", | 233 "goma", |
236 "--goma-jsonstatus", | 234 "--goma-jsonstatus", |
237 "/path/to/tmp/json", | 235 "/path/to/tmp/json", |
238 "--goma-service-account-json-file", | 236 "--goma-service-account-json-file", |
239 "/creds/service_accounts/service-account-goma-client.json", | 237 "/creds/service_accounts/service-account-goma-client.json", |
240 "--goma-dir", | 238 "--goma-dir", |
241 "[CACHE]/cipd/goma", | 239 "[CACHE]/cipd/goma", |
242 "--" | 240 "--" |
243 ], | 241 ], |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 328 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
331 "@@@STEP_LOG_END@durations@@@" | 329 "@@@STEP_LOG_END@durations@@@" |
332 ] | 330 ] |
333 }, | 331 }, |
334 { | 332 { |
335 "name": "$result", | 333 "name": "$result", |
336 "recipe_result": null, | 334 "recipe_result": null, |
337 "status_code": 0 | 335 "status_code": 0 |
338 } | 336 } |
339 ] | 337 ] |
OLD | NEW |