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_avx2_dbg", | 290 "v8_linux_avx2_dbg", |
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_avx2_dbg.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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 625 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
624 "@@@STEP_LOG_END@durations@@@" | 626 "@@@STEP_LOG_END@durations@@@" |
625 ] | 627 ] |
626 }, | 628 }, |
627 { | 629 { |
628 "name": "$result", | 630 "name": "$result", |
629 "recipe_result": null, | 631 "recipe_result": null, |
630 "status_code": 0 | 632 "status_code": 0 |
631 } | 633 } |
632 ] | 634 ] |
OLD | NEW |