| 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.fyi", | 8 "chromium.gpu.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "GPU Mac Builder", | 10 "GPU Mac Builder", |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "--src-dir", | 356 "--src-dir", |
| 357 "[SLAVE_BUILD]/src", | 357 "[SLAVE_BUILD]/src", |
| 358 "--goma-cache-dir", | 358 "--goma-cache-dir", |
| 359 "[GOMA_CACHE]", | 359 "[GOMA_CACHE]", |
| 360 "--build-tool", | 360 "--build-tool", |
| 361 "ninja", | 361 "ninja", |
| 362 "--compiler", | 362 "--compiler", |
| 363 "goma-clang", | 363 "goma-clang", |
| 364 "--goma-jsonstatus", | 364 "--goma-jsonstatus", |
| 365 "/path/to/tmp/json", | 365 "/path/to/tmp/json", |
| 366 "--goma-service-account-json-file", |
| 367 "/creds/service_accounts/service-account-goma-client.json", |
| 366 "--goma-dir", | 368 "--goma-dir", |
| 367 "[BUILD]/goma", | 369 "[BUILD]/goma", |
| 368 "--ninja-ensure-up-to-date", | 370 "--ninja-ensure-up-to-date", |
| 369 "--", | 371 "--", |
| 370 "browser_tests", | 372 "browser_tests", |
| 371 "browser_tests_run" | 373 "browser_tests_run" |
| 372 ], | 374 ], |
| 373 "cwd": "[SLAVE_BUILD]", | 375 "cwd": "[SLAVE_BUILD]", |
| 374 "name": "compile", | 376 "name": "compile", |
| 375 "~followup_annotations": [ | 377 "~followup_annotations": [ |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 "~followup_annotations": [ | 626 "~followup_annotations": [ |
| 625 "@@@STEP_TEXT@Optional Mac Retina Release@@@" | 627 "@@@STEP_TEXT@Optional Mac Retina Release@@@" |
| 626 ] | 628 ] |
| 627 }, | 629 }, |
| 628 { | 630 { |
| 629 "name": "$result", | 631 "name": "$result", |
| 630 "recipe_result": null, | 632 "recipe_result": null, |
| 631 "status_code": 0 | 633 "status_code": 0 |
| 632 } | 634 } |
| 633 ] | 635 ] |
| OLD | NEW |