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_dbg", | 312 "v8_mac_dbg", |
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_dbg.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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1216 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1218 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1217 "@@@STEP_LOG_END@durations@@@" | 1219 "@@@STEP_LOG_END@durations@@@" |
1218 ] | 1220 ] |
1219 }, | 1221 }, |
1220 { | 1222 { |
1221 "name": "$result", | 1223 "name": "$result", |
1222 "recipe_result": null, | 1224 "recipe_result": null, |
1223 "status_code": 0 | 1225 "status_code": 0 |
1224 } | 1226 } |
1225 ] | 1227 ] |
OLD | NEW |