| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTAndroidASan", | 10 "ClangToTAndroidASan", |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 ] | 319 ] |
| 320 }, | 320 }, |
| 321 { | 321 { |
| 322 "cmd": [ | 322 "cmd": [ |
| 323 "python", | 323 "python", |
| 324 "-u", | 324 "-u", |
| 325 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 325 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 326 "--show-path", | 326 "--show-path", |
| 327 "python", | 327 "python", |
| 328 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 328 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 329 "--gsutil-py-path", |
| 330 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 329 "--ninja-path", | 331 "--ninja-path", |
| 330 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 332 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 331 "--target", | 333 "--target", |
| 332 "Debug", | 334 "Debug", |
| 333 "--src-dir", | 335 "--src-dir", |
| 334 "[SLAVE_BUILD]/src", | 336 "[SLAVE_BUILD]/src", |
| 335 "--goma-cache-dir", | 337 "--goma-cache-dir", |
| 336 "[GOMA_CACHE]", | 338 "[GOMA_CACHE]", |
| 337 "--build-tool", | 339 "--build-tool", |
| 338 "ninja", | 340 "ninja", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 "~followup_annotations": [ | 401 "~followup_annotations": [ |
| 400 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" | 402 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" |
| 401 ] | 403 ] |
| 402 }, | 404 }, |
| 403 { | 405 { |
| 404 "name": "$result", | 406 "name": "$result", |
| 405 "recipe_result": null, | 407 "recipe_result": null, |
| 406 "status_code": 0 | 408 "status_code": 0 |
| 407 } | 409 } |
| 408 ] | 410 ] |
| OLD | NEW |