| 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 - noi18n - debug", | 10 "V8 Linux - noi18n - 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 440 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 443 "@@@STEP_LOG_END@durations@@@" | 441 "@@@STEP_LOG_END@durations@@@" |
| 444 ] | 442 ] |
| 445 }, | 443 }, |
| 446 { | 444 { |
| 447 "name": "$result", | 445 "name": "$result", |
| 448 "recipe_result": null, | 446 "recipe_result": null, |
| 449 "status_code": 0 | 447 "status_code": 0 |
| 450 } | 448 } |
| 451 ] | 449 ] |
| OLD | NEW |