| 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 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - full debug", | 10 "V8 Linux - full debug", |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 "--gsutil-py-path", | 252 "--gsutil-py-path", |
| 253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 254 "--ninja-path", | 254 "--ninja-path", |
| 255 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 255 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 256 "--target", | 256 "--target", |
| 257 "Debug", | 257 "Debug", |
| 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 "--build-tool", | |
| 263 "ninja", | |
| 264 "--compiler", | 262 "--compiler", |
| 265 "goma", | 263 "goma", |
| 266 "--goma-jsonstatus", | 264 "--goma-jsonstatus", |
| 267 "/path/to/tmp/json", | 265 "/path/to/tmp/json", |
| 268 "--goma-service-account-json-file", | 266 "--goma-service-account-json-file", |
| 269 "/creds/service_accounts/service-account-goma-client.json", | 267 "/creds/service_accounts/service-account-goma-client.json", |
| 270 "--goma-dir", | 268 "--goma-dir", |
| 271 "[CACHE]/cipd/goma", | 269 "[CACHE]/cipd/goma", |
| 272 "--" | 270 "--" |
| 273 ], | 271 ], |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 317 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 320 "@@@STEP_LOG_END@durations@@@" | 318 "@@@STEP_LOG_END@durations@@@" |
| 321 ] | 319 ] |
| 322 }, | 320 }, |
| 323 { | 321 { |
| 324 "name": "$result", | 322 "name": "$result", |
| 325 "recipe_result": null, | 323 "recipe_result": null, |
| 326 "status_code": 0 | 324 "status_code": 0 |
| 327 } | 325 } |
| 328 ] | 326 ] |
| OLD | NEW |