| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "--src-dir", | 281 "--src-dir", |
| 282 "[SLAVE_BUILD]/src", | 282 "[SLAVE_BUILD]/src", |
| 283 "--goma-cache-dir", | 283 "--goma-cache-dir", |
| 284 "[GOMA_CACHE]", | 284 "[GOMA_CACHE]", |
| 285 "--build-tool", | 285 "--build-tool", |
| 286 "ninja", | 286 "ninja", |
| 287 "--compiler", | 287 "--compiler", |
| 288 "goma", | 288 "goma", |
| 289 "--goma-jsonstatus", | 289 "--goma-jsonstatus", |
| 290 "/path/to/tmp/json", | 290 "/path/to/tmp/json", |
| 291 "--goma-service-account-json-file", |
| 292 "/creds/service_accounts/service-account-goma-client.json", |
| 291 "--goma-dir", | 293 "--goma-dir", |
| 292 "[CACHE]/cipd/goma", | 294 "[CACHE]/cipd/goma", |
| 293 "--ninja-ensure-up-to-date", | 295 "--ninja-ensure-up-to-date", |
| 294 "--", | 296 "--", |
| 295 "base_unittests", | 297 "base_unittests", |
| 296 "browser_tests", | 298 "browser_tests", |
| 297 "chromium_swarm_tests" | 299 "chromium_swarm_tests" |
| 298 ], | 300 ], |
| 299 "cwd": "[SLAVE_BUILD]", | 301 "cwd": "[SLAVE_BUILD]", |
| 300 "name": "compile", | 302 "name": "compile", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 "~followup_annotations": [ | 376 "~followup_annotations": [ |
| 375 "@@@STEP_TEXT@Linux Tests@@@" | 377 "@@@STEP_TEXT@Linux Tests@@@" |
| 376 ] | 378 ] |
| 377 }, | 379 }, |
| 378 { | 380 { |
| 379 "name": "$result", | 381 "name": "$result", |
| 380 "recipe_result": null, | 382 "recipe_result": null, |
| 381 "status_code": 0 | 383 "status_code": 0 |
| 382 } | 384 } |
| 383 ] | 385 ] |
| OLD | NEW |