| 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 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder-Trybot", | 10 "Linux Builder-Trybot", |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "--src-dir", | 310 "--src-dir", |
| 311 "[SLAVE_BUILD]/src", | 311 "[SLAVE_BUILD]/src", |
| 312 "--goma-cache-dir", | 312 "--goma-cache-dir", |
| 313 "[GOMA_CACHE]", | 313 "[GOMA_CACHE]", |
| 314 "--build-tool", | 314 "--build-tool", |
| 315 "ninja", | 315 "ninja", |
| 316 "--compiler", | 316 "--compiler", |
| 317 "goma", | 317 "goma", |
| 318 "--goma-jsonstatus", | 318 "--goma-jsonstatus", |
| 319 "/path/to/tmp/json", | 319 "/path/to/tmp/json", |
| 320 "--goma-service-account-json-file", |
| 321 "/creds/service_accounts/service-account-goma-client.json", |
| 320 "--goma-dir", | 322 "--goma-dir", |
| 321 "[BUILD]/goma", | 323 "[BUILD]/goma", |
| 322 "--ninja-ensure-up-to-date", | 324 "--ninja-ensure-up-to-date", |
| 323 "--", | 325 "--", |
| 324 "browser_tests", | 326 "browser_tests", |
| 325 "browser_tests_run", | 327 "browser_tests_run", |
| 326 "chromium_swarm_tests" | 328 "chromium_swarm_tests" |
| 327 ], | 329 ], |
| 328 "cwd": "[SLAVE_BUILD]", | 330 "cwd": "[SLAVE_BUILD]", |
| 329 "name": "compile", | 331 "name": "compile", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 "~followup_annotations": [ | 421 "~followup_annotations": [ |
| 420 "@@@STEP_TEXT@Linux Tests-Trybot@@@" | 422 "@@@STEP_TEXT@Linux Tests-Trybot@@@" |
| 421 ] | 423 ] |
| 422 }, | 424 }, |
| 423 { | 425 { |
| 424 "name": "$result", | 426 "name": "$result", |
| 425 "recipe_result": null, | 427 "recipe_result": null, |
| 426 "status_code": 0 | 428 "status_code": 0 |
| 427 } | 429 } |
| 428 ] | 430 ] |
| OLD | NEW |