| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "--src-dir", | 342 "--src-dir", |
| 343 "[SLAVE_BUILD]/src", | 343 "[SLAVE_BUILD]/src", |
| 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 "--compiler", | 348 "--compiler", |
| 349 "goma", | 349 "goma", |
| 350 "--goma-jsonstatus", | 350 "--goma-jsonstatus", |
| 351 "/path/to/tmp/json", | 351 "/path/to/tmp/json", |
| 352 "--goma-service-account-json-file", |
| 353 "/creds/service_accounts/service-account-goma-client.json", |
| 352 "--goma-dir", | 354 "--goma-dir", |
| 353 "[BUILD]/goma", | 355 "[BUILD]/goma", |
| 354 "--ninja-ensure-up-to-date", | 356 "--ninja-ensure-up-to-date", |
| 355 "--", | 357 "--", |
| 356 "browser_tests", | 358 "browser_tests", |
| 357 "browser_tests_run" | 359 "browser_tests_run" |
| 358 ], | 360 ], |
| 359 "cwd": "[SLAVE_BUILD]", | 361 "cwd": "[SLAVE_BUILD]", |
| 360 "name": "compile", | 362 "name": "compile", |
| 361 "~followup_annotations": [ | 363 "~followup_annotations": [ |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 "~followup_annotations": [ | 558 "~followup_annotations": [ |
| 557 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@" | 559 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@" |
| 558 ] | 560 ] |
| 559 }, | 561 }, |
| 560 { | 562 { |
| 561 "name": "$result", | 563 "name": "$result", |
| 562 "recipe_result": null, | 564 "recipe_result": null, |
| 563 "status_code": 0 | 565 "status_code": 0 |
| 564 } | 566 } |
| 565 ] | 567 ] |
| OLD | NEW |