| 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 ASAN", | 10 "WebKit Linux ASAN", |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 "--goma-cache-dir", | 323 "--goma-cache-dir", |
| 324 "[GOMA_CACHE]", | 324 "[GOMA_CACHE]", |
| 325 "--build-tool", | 325 "--build-tool", |
| 326 "ninja", | 326 "ninja", |
| 327 "--build-data-dir", | 327 "--build-data-dir", |
| 328 "[ROOT]/build_data_dir", | 328 "[ROOT]/build_data_dir", |
| 329 "--compiler", | 329 "--compiler", |
| 330 "goma-clang", | 330 "goma-clang", |
| 331 "--goma-jsonstatus", | 331 "--goma-jsonstatus", |
| 332 "/path/to/tmp/json", | 332 "/path/to/tmp/json", |
| 333 "--goma-service-account-json-file", |
| 334 "/creds/service_accounts/service-account-goma-client.json", |
| 333 "--goma-dir", | 335 "--goma-dir", |
| 334 "[CACHE]/cipd/goma", | 336 "[CACHE]/cipd/goma", |
| 335 "--", | 337 "--", |
| 336 "blink_tests", | 338 "blink_tests", |
| 337 "browser_tests", | 339 "browser_tests", |
| 338 "browser_tests_run" | 340 "browser_tests_run" |
| 339 ], | 341 ], |
| 340 "cwd": "[SLAVE_BUILD]", | 342 "cwd": "[SLAVE_BUILD]", |
| 341 "name": "compile", | 343 "name": "compile", |
| 342 "~followup_annotations": [ | 344 "~followup_annotations": [ |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 508 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 507 "@@@STEP_LOG_END@python.inline@@@" | 509 "@@@STEP_LOG_END@python.inline@@@" |
| 508 ] | 510 ] |
| 509 }, | 511 }, |
| 510 { | 512 { |
| 511 "name": "$result", | 513 "name": "$result", |
| 512 "recipe_result": null, | 514 "recipe_result": null, |
| 513 "status_code": 0 | 515 "status_code": 0 |
| 514 } | 516 } |
| 515 ] | 517 ] |
| OLD | NEW |