| 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 Mac Builder", | 10 "WebKit Mac Builder", |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 "--goma-cache-dir", | 333 "--goma-cache-dir", |
| 334 "[GOMA_CACHE]", | 334 "[GOMA_CACHE]", |
| 335 "--build-tool", | 335 "--build-tool", |
| 336 "ninja", | 336 "ninja", |
| 337 "--build-data-dir", | 337 "--build-data-dir", |
| 338 "[ROOT]/build_data_dir", | 338 "[ROOT]/build_data_dir", |
| 339 "--compiler", | 339 "--compiler", |
| 340 "goma-clang", | 340 "goma-clang", |
| 341 "--goma-jsonstatus", | 341 "--goma-jsonstatus", |
| 342 "/path/to/tmp/json", | 342 "/path/to/tmp/json", |
| 343 "--goma-service-account-json-file", |
| 344 "/creds/service_accounts/service-account-goma-client.json", |
| 343 "--goma-dir", | 345 "--goma-dir", |
| 344 "[CACHE]/cipd/goma", | 346 "[CACHE]/cipd/goma", |
| 345 "--", | 347 "--", |
| 346 "blink_tests", | 348 "blink_tests", |
| 347 "browser_tests", | 349 "browser_tests", |
| 348 "browser_tests_run" | 350 "browser_tests_run" |
| 349 ], | 351 ], |
| 350 "cwd": "[SLAVE_BUILD]", | 352 "cwd": "[SLAVE_BUILD]", |
| 351 "name": "compile", | 353 "name": "compile", |
| 352 "~followup_annotations": [ | 354 "~followup_annotations": [ |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 "~followup_annotations": [ | 470 "~followup_annotations": [ |
| 469 "@@@STEP_TEXT@WebKit Mac10.11@@@" | 471 "@@@STEP_TEXT@WebKit Mac10.11@@@" |
| 470 ] | 472 ] |
| 471 }, | 473 }, |
| 472 { | 474 { |
| 473 "name": "$result", | 475 "name": "$result", |
| 474 "recipe_result": null, | 476 "recipe_result": null, |
| 475 "status_code": 0 | 477 "status_code": 0 |
| 476 } | 478 } |
| 477 ] | 479 ] |
| OLD | NEW |