| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 307 "--build-data-dir", |
| 308 "[ROOT]/build_data_dir", | 308 "[ROOT]/build_data_dir", |
| 309 "--compiler", | 309 "--compiler", |
| 310 "goma", | 310 "goma", |
| 311 "--goma-jsonstatus", | 311 "--goma-jsonstatus", |
| 312 "/path/to/tmp/json", | 312 "/path/to/tmp/json", |
| 313 "--goma-service-account-json-file", |
| 314 "/creds/service_accounts/service-account-goma-client.json", |
| 313 "--goma-dir", | 315 "--goma-dir", |
| 314 "[CACHE]/cipd/goma", | 316 "[CACHE]/cipd/goma", |
| 315 "--", | 317 "--", |
| 316 "blink_tests", | 318 "blink_tests", |
| 317 "browser_tests", | 319 "browser_tests", |
| 318 "browser_tests_run" | 320 "browser_tests_run" |
| 319 ], | 321 ], |
| 320 "cwd": "[SLAVE_BUILD]", | 322 "cwd": "[SLAVE_BUILD]", |
| 321 "name": "compile", | 323 "name": "compile", |
| 322 "~followup_annotations": [ | 324 "~followup_annotations": [ |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 485 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 484 "@@@STEP_LOG_END@python.inline@@@" | 486 "@@@STEP_LOG_END@python.inline@@@" |
| 485 ] | 487 ] |
| 486 }, | 488 }, |
| 487 { | 489 { |
| 488 "name": "$result", | 490 "name": "$result", |
| 489 "recipe_result": null, | 491 "recipe_result": null, |
| 490 "status_code": 0 | 492 "status_code": 0 |
| 491 } | 493 } |
| 492 ] | 494 ] |
| OLD | NEW |