| 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 Linux Builder", | 10 "GPU Linux Builder", |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 "--goma-cache-dir", | 344 "--goma-cache-dir", |
| 345 "[GOMA_CACHE]", | 345 "[GOMA_CACHE]", |
| 346 "--build-tool", | 346 "--build-tool", |
| 347 "ninja", | 347 "ninja", |
| 348 "--build-data-dir", | 348 "--build-data-dir", |
| 349 "[ROOT]/build_data_dir", | 349 "[ROOT]/build_data_dir", |
| 350 "--compiler", | 350 "--compiler", |
| 351 "goma", | 351 "goma", |
| 352 "--goma-jsonstatus", | 352 "--goma-jsonstatus", |
| 353 "/path/to/tmp/json", | 353 "/path/to/tmp/json", |
| 354 "--goma-service-account-json-file", |
| 355 "/creds/service_accounts/service-account-goma-client.json", |
| 354 "--goma-dir", | 356 "--goma-dir", |
| 355 "[CACHE]/cipd/goma", | 357 "[CACHE]/cipd/goma", |
| 356 "--ninja-ensure-up-to-date", | 358 "--ninja-ensure-up-to-date", |
| 357 "--", | 359 "--", |
| 358 "browser_tests", | 360 "browser_tests", |
| 359 "browser_tests_run" | 361 "browser_tests_run" |
| 360 ], | 362 ], |
| 361 "cwd": "[SLAVE_BUILD]", | 363 "cwd": "[SLAVE_BUILD]", |
| 362 "name": "compile", | 364 "name": "compile", |
| 363 "~followup_annotations": [ | 365 "~followup_annotations": [ |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 "~followup_annotations": [ | 560 "~followup_annotations": [ |
| 559 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@" | 561 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@" |
| 560 ] | 562 ] |
| 561 }, | 563 }, |
| 562 { | 564 { |
| 563 "name": "$result", | 565 "name": "$result", |
| 564 "recipe_result": null, | 566 "recipe_result": null, |
| 565 "status_code": 0 | 567 "status_code": 0 |
| 566 } | 568 } |
| 567 ] | 569 ] |
| OLD | NEW |