| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "--src-dir", | 258 "--src-dir", |
| 259 "[SLAVE_BUILD]/v8", | 259 "[SLAVE_BUILD]/v8", |
| 260 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 261 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
| 262 "--buildbot-buildername", | 262 "--buildbot-buildername", |
| 263 "V8 Linux - full debug", | 263 "V8 Linux - full debug", |
| 264 "--buildbot-mastername", | 264 "--buildbot-mastername", |
| 265 "client.v8", | 265 "client.v8", |
| 266 "--buildbot-slavename", | 266 "--buildbot-slavename", |
| 267 "TestSlavename", | 267 "TestSlavename", |
| 268 "--goma-deps-cache-file", |
| 269 "V8_Linux___full_debug.gomadeps", |
| 268 "--compiler", | 270 "--compiler", |
| 269 "goma", | 271 "goma", |
| 270 "--goma-jsonstatus", | 272 "--goma-jsonstatus", |
| 271 "/path/to/tmp/json", | 273 "/path/to/tmp/json", |
| 272 "--goma-service-account-json-file", | 274 "--goma-service-account-json-file", |
| 273 "/creds/service_accounts/service-account-goma-client.json", | 275 "/creds/service_accounts/service-account-goma-client.json", |
| 274 "--goma-dir", | 276 "--goma-dir", |
| 275 "[CACHE]/cipd/goma", | 277 "[CACHE]/cipd/goma", |
| 276 "--" | 278 "--" |
| 277 ], | 279 ], |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 325 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 324 "@@@STEP_LOG_END@durations@@@" | 326 "@@@STEP_LOG_END@durations@@@" |
| 325 ] | 327 ] |
| 326 }, | 328 }, |
| 327 { | 329 { |
| 328 "name": "$result", | 330 "name": "$result", |
| 329 "recipe_result": null, | 331 "recipe_result": null, |
| 330 "status_code": 0 | 332 "status_code": 0 |
| 331 } | 333 } |
| 332 ] | 334 ] |
| OLD | NEW |