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