| 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_mac64_rel", | 312 "v8_mac64_rel", |
| 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_mac64_rel.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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1206 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1205 "@@@STEP_LOG_END@durations@@@" | 1207 "@@@STEP_LOG_END@durations@@@" |
| 1206 ] | 1208 ] |
| 1207 }, | 1209 }, |
| 1208 { | 1210 { |
| 1209 "name": "$result", | 1211 "name": "$result", |
| 1210 "recipe_result": null, | 1212 "recipe_result": null, |
| 1211 "status_code": 0 | 1213 "status_code": 0 |
| 1212 } | 1214 } |
| 1213 ] | 1215 ] |
| OLD | NEW |