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 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "v8", | 10 "v8", |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "--buildbot-buildername", | 290 "--buildbot-buildername", |
291 "V8 Linux64 - gcov coverage", | 291 "V8 Linux64 - gcov coverage", |
292 "--buildbot-mastername", | 292 "--buildbot-mastername", |
293 "client.v8", | 293 "client.v8", |
294 "--buildbot-slavename", | 294 "--buildbot-slavename", |
295 "TestSlavename", | 295 "TestSlavename", |
| 296 "--goma-deps-cache-file", |
| 297 "V8_Linux64___gcov_coverage.gomadeps", |
296 "--compiler", | 298 "--compiler", |
297 "goma", | 299 "goma", |
298 "--goma-jsonstatus", | 300 "--goma-jsonstatus", |
299 "/path/to/tmp/json", | 301 "/path/to/tmp/json", |
300 "--goma-service-account-json-file", | 302 "--goma-service-account-json-file", |
301 "/creds/service_accounts/service-account-goma-client.json", | 303 "/creds/service_accounts/service-account-goma-client.json", |
302 "--goma-dir", | 304 "--goma-dir", |
303 "[CACHE]/cipd/goma", | 305 "[CACHE]/cipd/goma", |
304 "--" | 306 "--" |
305 ], | 307 ], |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 "~followup_annotations": [ | 411 "~followup_annotations": [ |
410 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" | 412 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" |
411 ] | 413 ] |
412 }, | 414 }, |
413 { | 415 { |
414 "name": "$result", | 416 "name": "$result", |
415 "recipe_result": null, | 417 "recipe_result": null, |
416 "status_code": 0 | 418 "status_code": 0 |
417 } | 419 } |
418 ] | 420 ] |
OLD | NEW |