| 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 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 "--src-dir", | 330 "--src-dir", |
| 331 "[SLAVE_BUILD]/src", | 331 "[SLAVE_BUILD]/src", |
| 332 "--goma-cache-dir", | 332 "--goma-cache-dir", |
| 333 "[GOMA_CACHE]", | 333 "[GOMA_CACHE]", |
| 334 "--build-tool", | 334 "--build-tool", |
| 335 "ninja", | 335 "ninja", |
| 336 "--compiler", | 336 "--compiler", |
| 337 "goma-clang", | 337 "goma-clang", |
| 338 "--goma-jsonstatus", | 338 "--goma-jsonstatus", |
| 339 "/path/to/tmp/json", | 339 "/path/to/tmp/json", |
| 340 "--goma-service-account-json-file", |
| 341 "/creds/service_accounts/service-account-goma-client.json", |
| 340 "--goma-dir", | 342 "--goma-dir", |
| 341 "[BUILD]/goma", | 343 "[BUILD]/goma", |
| 342 "--ninja-ensure-up-to-date", | 344 "--ninja-ensure-up-to-date", |
| 343 "--", | 345 "--", |
| 344 "browser_tests", | 346 "browser_tests", |
| 345 "browser_tests_run", | 347 "browser_tests_run", |
| 346 "chromium_builder_tests" | 348 "chromium_builder_tests" |
| 347 ], | 349 ], |
| 348 "cwd": "[SLAVE_BUILD]", | 350 "cwd": "[SLAVE_BUILD]", |
| 349 "name": "compile", | 351 "name": "compile", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 "~followup_annotations": [ | 441 "~followup_annotations": [ |
| 440 "@@@STEP_TEXT@Mac10.9 Tests@@@" | 442 "@@@STEP_TEXT@Mac10.9 Tests@@@" |
| 441 ] | 443 ] |
| 442 }, | 444 }, |
| 443 { | 445 { |
| 444 "name": "$result", | 446 "name": "$result", |
| 445 "recipe_result": null, | 447 "recipe_result": null, |
| 446 "status_code": 0 | 448 "status_code": 0 |
| 447 } | 449 } |
| 448 ] | 450 ] |
| OLD | NEW |