| 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", | 10 "WebKit Linux", |
| (...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", | |
| 313 "--goma-dir", | 311 "--goma-dir", |
| 314 "[CACHE]/cipd/goma", | 312 "[CACHE]/cipd/goma", |
| 315 "--ninja-ensure-up-to-date", | 313 "--ninja-ensure-up-to-date", |
| 316 "--", | 314 "--", |
| 317 "blink_tests", | 315 "blink_tests", |
| 318 "browser_tests", | 316 "browser_tests", |
| 319 "browser_tests_run" | 317 "browser_tests_run" |
| 320 ], | 318 ], |
| 321 "cwd": "[SLAVE_BUILD]", | 319 "cwd": "[SLAVE_BUILD]", |
| 322 "name": "compile", | 320 "name": "compile", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 479 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 482 "@@@STEP_LOG_END@python.inline@@@" | 480 "@@@STEP_LOG_END@python.inline@@@" |
| 483 ] | 481 ] |
| 484 }, | 482 }, |
| 485 { | 483 { |
| 486 "name": "$result", | 484 "name": "$result", |
| 487 "recipe_result": null, | 485 "recipe_result": null, |
| 488 "status_code": 0 | 486 "status_code": 0 |
| 489 } | 487 } |
| 490 ] | 488 ] |
| OLD | NEW |