| 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.gpu", | 8 "chromium.gpu", |
| 9 "--builder", | 9 "--builder", |
| 10 "GPU Mac Builder", | 10 "GPU Mac Builder", |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "--src-dir", | 339 "--src-dir", |
| 340 "[SLAVE_BUILD]/src", | 340 "[SLAVE_BUILD]/src", |
| 341 "--goma-cache-dir", | 341 "--goma-cache-dir", |
| 342 "[GOMA_CACHE]", | 342 "[GOMA_CACHE]", |
| 343 "--build-tool", | 343 "--build-tool", |
| 344 "ninja", | 344 "ninja", |
| 345 "--compiler", | 345 "--compiler", |
| 346 "goma-clang", | 346 "goma-clang", |
| 347 "--goma-jsonstatus", | 347 "--goma-jsonstatus", |
| 348 "/path/to/tmp/json", | 348 "/path/to/tmp/json", |
| 349 "--goma-service-account-json-file", |
| 350 "/creds/service_accounts/service-account-goma-client.json", |
| 349 "--goma-dir", | 351 "--goma-dir", |
| 350 "[BUILD]/goma", | 352 "[BUILD]/goma", |
| 351 "--ninja-ensure-up-to-date", | 353 "--ninja-ensure-up-to-date", |
| 352 "--", | 354 "--", |
| 353 "browser_tests", | 355 "browser_tests", |
| 354 "browser_tests_run" | 356 "browser_tests_run" |
| 355 ], | 357 ], |
| 356 "cwd": "[SLAVE_BUILD]", | 358 "cwd": "[SLAVE_BUILD]", |
| 357 "name": "compile", | 359 "name": "compile", |
| 358 "~followup_annotations": [ | 360 "~followup_annotations": [ |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "~followup_annotations": [ | 501 "~followup_annotations": [ |
| 500 "@@@STEP_TEXT@Mac Retina Release@@@" | 502 "@@@STEP_TEXT@Mac Retina Release@@@" |
| 501 ] | 503 ] |
| 502 }, | 504 }, |
| 503 { | 505 { |
| 504 "name": "$result", | 506 "name": "$result", |
| 505 "recipe_result": null, | 507 "recipe_result": null, |
| 506 "status_code": 0 | 508 "status_code": 0 |
| 507 } | 509 } |
| 508 ] | 510 ] |
| OLD | NEW |