| 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", | |
| 293 "--goma-dir", | 291 "--goma-dir", |
| 294 "[CACHE]/cipd/goma", | 292 "[CACHE]/cipd/goma", |
| 295 "--ninja-ensure-up-to-date", | 293 "--ninja-ensure-up-to-date", |
| 296 "--", | 294 "--", |
| 297 "base_unittests", | 295 "base_unittests", |
| 298 "browser_tests", | 296 "browser_tests", |
| 299 "chromium_swarm_tests" | 297 "chromium_swarm_tests" |
| 300 ], | 298 ], |
| 301 "cwd": "[SLAVE_BUILD]", | 299 "cwd": "[SLAVE_BUILD]", |
| 302 "name": "compile", | 300 "name": "compile", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 "~followup_annotations": [ | 374 "~followup_annotations": [ |
| 377 "@@@STEP_TEXT@Linux Tests@@@" | 375 "@@@STEP_TEXT@Linux Tests@@@" |
| 378 ] | 376 ] |
| 379 }, | 377 }, |
| 380 { | 378 { |
| 381 "name": "$result", | 379 "name": "$result", |
| 382 "recipe_result": null, | 380 "recipe_result": null, |
| 383 "status_code": 0 | 381 "status_code": 0 |
| 384 } | 382 } |
| 385 ] | 383 ] |
| OLD | NEW |