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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 "--src-dir", | 307 "--src-dir", |
308 "[SLAVE_BUILD]/v8", | 308 "[SLAVE_BUILD]/v8", |
309 "--goma-cache-dir", | 309 "--goma-cache-dir", |
310 "[GOMA_CACHE]", | 310 "[GOMA_CACHE]", |
311 "--buildbot-buildername", | 311 "--buildbot-buildername", |
312 "v8_mac_rel_ng", | 312 "v8_mac_rel_ng", |
313 "--buildbot-mastername", | 313 "--buildbot-mastername", |
314 "tryserver.v8", | 314 "tryserver.v8", |
315 "--buildbot-slavename", | 315 "--buildbot-slavename", |
316 "TestSlavename", | 316 "TestSlavename", |
| 317 "--goma-deps-cache-file", |
| 318 "v8_mac_rel_ng.gomadeps", |
317 "--compiler", | 319 "--compiler", |
318 "goma-clang", | 320 "goma-clang", |
319 "--goma-jsonstatus", | 321 "--goma-jsonstatus", |
320 "/path/to/tmp/json", | 322 "/path/to/tmp/json", |
321 "--goma-service-account-json-file", | 323 "--goma-service-account-json-file", |
322 "/creds/service_accounts/service-account-goma-client.json", | 324 "/creds/service_accounts/service-account-goma-client.json", |
323 "--goma-dir", | 325 "--goma-dir", |
324 "[CACHE]/cipd/goma", | 326 "[CACHE]/cipd/goma", |
325 "--goma-fail-fast", | 327 "--goma-fail-fast", |
326 "--goma-disable-local-fallback", | 328 "--goma-disable-local-fallback", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 "~followup_annotations": [ | 400 "~followup_annotations": [ |
399 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" | 401 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" |
400 ] | 402 ] |
401 }, | 403 }, |
402 { | 404 { |
403 "name": "$result", | 405 "name": "$result", |
404 "recipe_result": null, | 406 "recipe_result": null, |
405 "status_code": 0 | 407 "status_code": 0 |
406 } | 408 } |
407 ] | 409 ] |
OLD | NEW |