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_linux64_rel_ng", | 290 "v8_linux64_rel_ng", |
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_linux64_rel_ng.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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 "~followup_annotations": [ | 384 "~followup_annotations": [ |
383 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@" | 385 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@" |
384 ] | 386 ] |
385 }, | 387 }, |
386 { | 388 { |
387 "name": "$result", | 389 "name": "$result", |
388 "recipe_result": null, | 390 "recipe_result": null, |
389 "status_code": 0 | 391 "status_code": 0 |
390 } | 392 } |
391 ] | 393 ] |
OLD | NEW |