| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 362 "--build-data-dir", |
| 363 "[ROOT]/build_data_dir", | 363 "[ROOT]/build_data_dir", |
| 364 "--compiler", | 364 "--compiler", |
| 365 "goma-clang", | 365 "goma-clang", |
| 366 "--goma-jsonstatus", | 366 "--goma-jsonstatus", |
| 367 "/path/to/tmp/json", | 367 "/path/to/tmp/json", |
| 368 "--goma-service-account-json-file", |
| 369 "/creds/service_accounts/service-account-goma-client.json", |
| 368 "--goma-dir", | 370 "--goma-dir", |
| 369 "[CACHE]/cipd/goma", | 371 "[CACHE]/cipd/goma", |
| 370 "--ninja-ensure-up-to-date", | 372 "--ninja-ensure-up-to-date", |
| 371 "--", | 373 "--", |
| 372 "browser_tests", | 374 "browser_tests", |
| 373 "browser_tests_run" | 375 "browser_tests_run" |
| 374 ], | 376 ], |
| 375 "cwd": "[SLAVE_BUILD]", | 377 "cwd": "[SLAVE_BUILD]", |
| 376 "name": "compile", | 378 "name": "compile", |
| 377 "~followup_annotations": [ | 379 "~followup_annotations": [ |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 "~followup_annotations": [ | 628 "~followup_annotations": [ |
| 627 "@@@STEP_TEXT@Optional Mac Retina Release@@@" | 629 "@@@STEP_TEXT@Optional Mac Retina Release@@@" |
| 628 ] | 630 ] |
| 629 }, | 631 }, |
| 630 { | 632 { |
| 631 "name": "$result", | 633 "name": "$result", |
| 632 "recipe_result": null, | 634 "recipe_result": null, |
| 633 "status_code": 0 | 635 "status_code": 0 |
| 634 } | 636 } |
| 635 ] | 637 ] |
| OLD | NEW |