| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "--src-dir", | 270 "--src-dir", |
| 271 "[SLAVE_BUILD]/src", | 271 "[SLAVE_BUILD]/src", |
| 272 "--goma-cache-dir", | 272 "--goma-cache-dir", |
| 273 "[GOMA_CACHE]", | 273 "[GOMA_CACHE]", |
| 274 "--build-tool", | 274 "--build-tool", |
| 275 "ninja", | 275 "ninja", |
| 276 "--compiler", | 276 "--compiler", |
| 277 "goma", | 277 "goma", |
| 278 "--goma-jsonstatus", | 278 "--goma-jsonstatus", |
| 279 "/path/to/tmp/json", | 279 "/path/to/tmp/json", |
| 280 "--goma-service-account-json-file", |
| 281 "/creds/service_accounts/service-account-goma-client.json", |
| 280 "--goma-dir", | 282 "--goma-dir", |
| 281 "[CACHE]/cipd/goma", | 283 "[CACHE]/cipd/goma", |
| 282 "--ninja-ensure-up-to-date", | 284 "--ninja-ensure-up-to-date", |
| 283 "--", | 285 "--", |
| 284 "chromium_swarm_tests" | 286 "chromium_swarm_tests" |
| 285 ], | 287 ], |
| 286 "cwd": "[SLAVE_BUILD]", | 288 "cwd": "[SLAVE_BUILD]", |
| 287 "name": "compile", | 289 "name": "compile", |
| 288 "~followup_annotations": [ | 290 "~followup_annotations": [ |
| 289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 291 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 "~followup_annotations": [ | 367 "~followup_annotations": [ |
| 366 "@@@STEP_TEXT@Linux Tests@@@" | 368 "@@@STEP_TEXT@Linux Tests@@@" |
| 367 ] | 369 ] |
| 368 }, | 370 }, |
| 369 { | 371 { |
| 370 "name": "$result", | 372 "name": "$result", |
| 371 "recipe_result": null, | 373 "recipe_result": null, |
| 372 "status_code": 0 | 374 "status_code": 0 |
| 373 } | 375 } |
| 374 ] | 376 ] |
| OLD | NEW |