| 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 336 "--build-data-dir", |
| 337 "[ROOT]/build_data_dir", | 337 "[ROOT]/build_data_dir", |
| 338 "--compiler", | 338 "--compiler", |
| 339 "goma-clang", | 339 "goma-clang", |
| 340 "--goma-jsonstatus", | 340 "--goma-jsonstatus", |
| 341 "/path/to/tmp/json", | 341 "/path/to/tmp/json", |
| 342 "--goma-service-account-json-file", |
| 343 "/creds/service_accounts/service-account-goma-client.json", |
| 342 "--goma-dir", | 344 "--goma-dir", |
| 343 "[CACHE]/cipd/goma", | 345 "[CACHE]/cipd/goma", |
| 344 "--ninja-ensure-up-to-date", | 346 "--ninja-ensure-up-to-date", |
| 345 "--", | 347 "--", |
| 346 "browser_tests", | 348 "browser_tests", |
| 347 "browser_tests_run", | 349 "browser_tests_run", |
| 348 "chromium_builder_tests" | 350 "chromium_builder_tests" |
| 349 ], | 351 ], |
| 350 "cwd": "[SLAVE_BUILD]", | 352 "cwd": "[SLAVE_BUILD]", |
| 351 "name": "compile", | 353 "name": "compile", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 "~followup_annotations": [ | 443 "~followup_annotations": [ |
| 442 "@@@STEP_TEXT@Mac10.9 Tests@@@" | 444 "@@@STEP_TEXT@Mac10.9 Tests@@@" |
| 443 ] | 445 ] |
| 444 }, | 446 }, |
| 445 { | 447 { |
| 446 "name": "$result", | 448 "name": "$result", |
| 447 "recipe_result": null, | 449 "recipe_result": null, |
| 448 "status_code": 0 | 450 "status_code": 0 |
| 449 } | 451 } |
| 450 ] | 452 ] |
| OLD | NEW |