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.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux64 - gcov coverage", | 10 "V8 Linux64 - gcov coverage", |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 "--gsutil-py-path", | 280 "--gsutil-py-path", |
281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
282 "--ninja-path", | 282 "--ninja-path", |
283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
284 "--target", | 284 "--target", |
285 "Release", | 285 "Release", |
286 "--src-dir", | 286 "--src-dir", |
287 "[SLAVE_BUILD]/v8", | 287 "[SLAVE_BUILD]/v8", |
288 "--goma-cache-dir", | 288 "--goma-cache-dir", |
289 "[GOMA_CACHE]", | 289 "[GOMA_CACHE]", |
290 "--build-tool", | |
291 "ninja", | |
292 "--compiler", | 290 "--compiler", |
293 "goma", | 291 "goma", |
294 "--goma-jsonstatus", | 292 "--goma-jsonstatus", |
295 "/path/to/tmp/json", | 293 "/path/to/tmp/json", |
296 "--goma-service-account-json-file", | 294 "--goma-service-account-json-file", |
297 "/creds/service_accounts/service-account-goma-client.json", | 295 "/creds/service_accounts/service-account-goma-client.json", |
298 "--goma-dir", | 296 "--goma-dir", |
299 "[CACHE]/cipd/goma", | 297 "[CACHE]/cipd/goma", |
300 "--" | 298 "--" |
301 ], | 299 ], |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 "~followup_annotations": [ | 403 "~followup_annotations": [ |
406 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" | 404 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" |
407 ] | 405 ] |
408 }, | 406 }, |
409 { | 407 { |
410 "name": "$result", | 408 "name": "$result", |
411 "recipe_result": null, | 409 "recipe_result": null, |
412 "status_code": 0 | 410 "status_code": 0 |
413 } | 411 } |
414 ] | 412 ] |
OLD | NEW |