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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 "--src-dir", | 264 "--src-dir", |
265 "[SLAVE_BUILD]/v8", | 265 "[SLAVE_BUILD]/v8", |
266 "--goma-cache-dir", | 266 "--goma-cache-dir", |
267 "[GOMA_CACHE]", | 267 "[GOMA_CACHE]", |
268 "--buildbot-buildername", | 268 "--buildbot-buildername", |
269 "v8_linux_gcc_rel", | 269 "v8_linux_gcc_rel", |
270 "--buildbot-mastername", | 270 "--buildbot-mastername", |
271 "tryserver.v8", | 271 "tryserver.v8", |
272 "--buildbot-slavename", | 272 "--buildbot-slavename", |
273 "TestSlavename", | 273 "TestSlavename", |
| 274 "--goma-deps-cache-file", |
| 275 "v8_linux_gcc_rel.gomadeps", |
274 "--compiler", | 276 "--compiler", |
275 "goma", | 277 "goma", |
276 "--goma-jsonstatus", | 278 "--goma-jsonstatus", |
277 "/path/to/tmp/json", | 279 "/path/to/tmp/json", |
278 "--goma-service-account-json-file", | 280 "--goma-service-account-json-file", |
279 "/creds/service_accounts/service-account-goma-client.json", | 281 "/creds/service_accounts/service-account-goma-client.json", |
280 "--goma-dir", | 282 "--goma-dir", |
281 "[CACHE]/cipd/goma", | 283 "[CACHE]/cipd/goma", |
282 "--goma-fail-fast", | 284 "--goma-fail-fast", |
283 "--goma-disable-local-fallback", | 285 "--goma-disable-local-fallback", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 333 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
332 "@@@STEP_LOG_END@durations@@@" | 334 "@@@STEP_LOG_END@durations@@@" |
333 ] | 335 ] |
334 }, | 336 }, |
335 { | 337 { |
336 "name": "$result", | 338 "name": "$result", |
337 "recipe_result": null, | 339 "recipe_result": null, |
338 "status_code": 0 | 340 "status_code": 0 |
339 } | 341 } |
340 ] | 342 ] |
OLD | NEW |