| 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", | 10 "Linux Builder", |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 316 "--build-data-dir", |
| 317 "[ROOT]/build_data_dir", | 317 "[ROOT]/build_data_dir", |
| 318 "--compiler", | 318 "--compiler", |
| 319 "goma", | 319 "goma", |
| 320 "--goma-jsonstatus", | 320 "--goma-jsonstatus", |
| 321 "/path/to/tmp/json", | 321 "/path/to/tmp/json", |
| 322 "--goma-service-account-json-file", |
| 323 "/creds/service_accounts/service-account-goma-client.json", |
| 322 "--goma-dir", | 324 "--goma-dir", |
| 323 "[CACHE]/cipd/goma", | 325 "[CACHE]/cipd/goma", |
| 324 "--ninja-ensure-up-to-date", | 326 "--ninja-ensure-up-to-date", |
| 325 "--", | 327 "--", |
| 326 "browser_tests", | 328 "browser_tests", |
| 327 "browser_tests_run", | 329 "browser_tests_run", |
| 328 "chromium_swarm_tests" | 330 "chromium_swarm_tests" |
| 329 ], | 331 ], |
| 330 "cwd": "[SLAVE_BUILD]", | 332 "cwd": "[SLAVE_BUILD]", |
| 331 "name": "compile", | 333 "name": "compile", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 "~followup_annotations": [ | 423 "~followup_annotations": [ |
| 422 "@@@STEP_TEXT@Linux Tests@@@" | 424 "@@@STEP_TEXT@Linux Tests@@@" |
| 423 ] | 425 ] |
| 424 }, | 426 }, |
| 425 { | 427 { |
| 426 "name": "$result", | 428 "name": "$result", |
| 427 "recipe_result": null, | 429 "recipe_result": null, |
| 428 "status_code": 0 | 430 "status_code": 0 |
| 429 } | 431 } |
| 430 ] | 432 ] |
| OLD | NEW |