| 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.memory", | 8 "chromium.memory", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ASan LSan Builder", | 10 "Linux ASan LSan Builder", |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 ] | 276 ] |
| 277 }, | 277 }, |
| 278 { | 278 { |
| 279 "cmd": [ | 279 "cmd": [ |
| 280 "python", | 280 "python", |
| 281 "-u", | 281 "-u", |
| 282 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 282 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 283 "--show-path", | 283 "--show-path", |
| 284 "python", | 284 "python", |
| 285 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 285 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 286 "--gsutil-py-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 286 "--ninja-path", | 288 "--ninja-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 288 "--target", | 290 "--target", |
| 289 "Release", | 291 "Release", |
| 290 "--src-dir", | 292 "--src-dir", |
| 291 "[SLAVE_BUILD]/src", | 293 "[SLAVE_BUILD]/src", |
| 292 "--goma-cache-dir", | 294 "--goma-cache-dir", |
| 293 "[GOMA_CACHE]", | 295 "[GOMA_CACHE]", |
| 294 "--build-tool", | 296 "--build-tool", |
| 295 "ninja", | 297 "ninja", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 "~followup_annotations": [ | 387 "~followup_annotations": [ |
| 386 "@@@STEP_TEXT@Linux ASan Tests (sandboxed)@@@" | 388 "@@@STEP_TEXT@Linux ASan Tests (sandboxed)@@@" |
| 387 ] | 389 ] |
| 388 }, | 390 }, |
| 389 { | 391 { |
| 390 "name": "$result", | 392 "name": "$result", |
| 391 "recipe_result": null, | 393 "recipe_result": null, |
| 392 "status_code": 0 | 394 "status_code": 0 |
| 393 } | 395 } |
| 394 ] | 396 ] |
| OLD | NEW |