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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 "--src-dir", | 285 "--src-dir", |
286 "[SLAVE_BUILD]/v8", | 286 "[SLAVE_BUILD]/v8", |
287 "--goma-cache-dir", | 287 "--goma-cache-dir", |
288 "[GOMA_CACHE]", | 288 "[GOMA_CACHE]", |
289 "--buildbot-buildername", | 289 "--buildbot-buildername", |
290 "v8_linux_nosnap_rel", | 290 "v8_linux_nosnap_rel", |
291 "--buildbot-mastername", | 291 "--buildbot-mastername", |
292 "tryserver.v8", | 292 "tryserver.v8", |
293 "--buildbot-slavename", | 293 "--buildbot-slavename", |
294 "TestSlavename", | 294 "TestSlavename", |
| 295 "--goma-deps-cache-file", |
| 296 "v8_linux_nosnap_rel.gomadeps", |
295 "--compiler", | 297 "--compiler", |
296 "goma", | 298 "goma", |
297 "--goma-jsonstatus", | 299 "--goma-jsonstatus", |
298 "/path/to/tmp/json", | 300 "/path/to/tmp/json", |
299 "--goma-service-account-json-file", | 301 "--goma-service-account-json-file", |
300 "/creds/service_accounts/service-account-goma-client.json", | 302 "/creds/service_accounts/service-account-goma-client.json", |
301 "--goma-dir", | 303 "--goma-dir", |
302 "[CACHE]/cipd/goma", | 304 "[CACHE]/cipd/goma", |
303 "--goma-fail-fast", | 305 "--goma-fail-fast", |
304 "--goma-disable-local-fallback", | 306 "--goma-disable-local-fallback", |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 488 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
487 "@@@STEP_LOG_END@durations@@@" | 489 "@@@STEP_LOG_END@durations@@@" |
488 ] | 490 ] |
489 }, | 491 }, |
490 { | 492 { |
491 "name": "$result", | 493 "name": "$result", |
492 "recipe_result": null, | 494 "recipe_result": null, |
493 "status_code": 0 | 495 "status_code": 0 |
494 } | 496 } |
495 ] | 497 ] |
OLD | NEW |