| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "--src-dir", | 297 "--src-dir", |
| 298 "[SLAVE_BUILD]/src", | 298 "[SLAVE_BUILD]/src", |
| 299 "--goma-cache-dir", | 299 "--goma-cache-dir", |
| 300 "[GOMA_CACHE]", | 300 "[GOMA_CACHE]", |
| 301 "--build-tool", | 301 "--build-tool", |
| 302 "ninja", | 302 "ninja", |
| 303 "--compiler", | 303 "--compiler", |
| 304 "goma", | 304 "goma", |
| 305 "--goma-jsonstatus", | 305 "--goma-jsonstatus", |
| 306 "/path/to/tmp/json", | 306 "/path/to/tmp/json", |
| 307 "--goma-service-account-json-file", |
| 308 "/creds/service_accounts/service-account-goma-client.json", |
| 307 "--goma-dir", | 309 "--goma-dir", |
| 308 "[CACHE]/cipd/goma", | 310 "[CACHE]/cipd/goma", |
| 309 "--ninja-ensure-up-to-date", | 311 "--ninja-ensure-up-to-date", |
| 310 "--", | 312 "--", |
| 311 "chromium_swarm_tests", | 313 "chromium_swarm_tests", |
| 312 "telemetry_gpu_unittests" | 314 "telemetry_gpu_unittests" |
| 313 ], | 315 ], |
| 314 "cwd": "[SLAVE_BUILD]", | 316 "cwd": "[SLAVE_BUILD]", |
| 315 "name": "compile", | 317 "name": "compile", |
| 316 "~followup_annotations": [ | 318 "~followup_annotations": [ |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 "~followup_annotations": [ | 427 "~followup_annotations": [ |
| 426 "@@@STEP_TEXT@Linux Tests@@@" | 428 "@@@STEP_TEXT@Linux Tests@@@" |
| 427 ] | 429 ] |
| 428 }, | 430 }, |
| 429 { | 431 { |
| 430 "name": "$result", | 432 "name": "$result", |
| 431 "recipe_result": null, | 433 "recipe_result": null, |
| 432 "status_code": 0 | 434 "status_code": 0 |
| 433 } | 435 } |
| 434 ] | 436 ] |
| OLD | NEW |