| 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 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Linux Leak", | 10 "WebKit Linux Leak", |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "--src-dir", | 301 "--src-dir", |
| 302 "[SLAVE_BUILD]/src", | 302 "[SLAVE_BUILD]/src", |
| 303 "--goma-cache-dir", | 303 "--goma-cache-dir", |
| 304 "[GOMA_CACHE]", | 304 "[GOMA_CACHE]", |
| 305 "--build-tool", | 305 "--build-tool", |
| 306 "ninja", | 306 "ninja", |
| 307 "--compiler", | 307 "--compiler", |
| 308 "goma", | 308 "goma", |
| 309 "--goma-jsonstatus", | 309 "--goma-jsonstatus", |
| 310 "/path/to/tmp/json", | 310 "/path/to/tmp/json", |
| 311 "--goma-service-account-json-file", |
| 312 "/creds/service_accounts/service-account-goma-client.json", |
| 311 "--goma-dir", | 313 "--goma-dir", |
| 312 "[BUILD]/goma", | 314 "[BUILD]/goma", |
| 313 "--", | 315 "--", |
| 314 "blink_tests", | 316 "blink_tests", |
| 315 "browser_tests", | 317 "browser_tests", |
| 316 "browser_tests_run" | 318 "browser_tests_run" |
| 317 ], | 319 ], |
| 318 "cwd": "[SLAVE_BUILD]", | 320 "cwd": "[SLAVE_BUILD]", |
| 319 "name": "compile", | 321 "name": "compile", |
| 320 "~followup_annotations": [ | 322 "~followup_annotations": [ |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 483 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 482 "@@@STEP_LOG_END@python.inline@@@" | 484 "@@@STEP_LOG_END@python.inline@@@" |
| 483 ] | 485 ] |
| 484 }, | 486 }, |
| 485 { | 487 { |
| 486 "name": "$result", | 488 "name": "$result", |
| 487 "recipe_result": null, | 489 "recipe_result": null, |
| 488 "status_code": 0 | 490 "status_code": 0 |
| 489 } | 491 } |
| 490 ] | 492 ] |
| OLD | NEW |