| 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 "tryserver.chromium.android", | 8 "tryserver.chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_coverage", | 10 "android_coverage", |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "name": "tree truth steps" | 361 "name": "tree truth steps" |
| 362 }, | 362 }, |
| 363 { | 363 { |
| 364 "cmd": [ | 364 "cmd": [ |
| 365 "python", | 365 "python", |
| 366 "-u", | 366 "-u", |
| 367 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 367 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 368 "--show-path", | 368 "--show-path", |
| 369 "python", | 369 "python", |
| 370 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 370 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 371 "--gsutil-py-path", |
| 372 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 371 "--ninja-path", | 373 "--ninja-path", |
| 372 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 374 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 373 "--target", | 375 "--target", |
| 374 "Debug", | 376 "Debug", |
| 375 "--src-dir", | 377 "--src-dir", |
| 376 "[SLAVE_BUILD]/src", | 378 "[SLAVE_BUILD]/src", |
| 377 "--goma-cache-dir", | 379 "--goma-cache-dir", |
| 378 "[GOMA_CACHE]", | 380 "[GOMA_CACHE]", |
| 379 "--build-tool", | 381 "--build-tool", |
| 380 "ninja", | 382 "ninja", |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 "name": "gclient runhooks (without patch)" | 1003 "name": "gclient runhooks (without patch)" |
| 1002 }, | 1004 }, |
| 1003 { | 1005 { |
| 1004 "cmd": [ | 1006 "cmd": [ |
| 1005 "python", | 1007 "python", |
| 1006 "-u", | 1008 "-u", |
| 1007 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 1009 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 1008 "--show-path", | 1010 "--show-path", |
| 1009 "python", | 1011 "python", |
| 1010 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 1012 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 1013 "--gsutil-py-path", |
| 1014 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 1011 "--ninja-path", | 1015 "--ninja-path", |
| 1012 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 1016 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 1013 "--target", | 1017 "--target", |
| 1014 "Debug", | 1018 "Debug", |
| 1015 "--src-dir", | 1019 "--src-dir", |
| 1016 "[SLAVE_BUILD]/src", | 1020 "[SLAVE_BUILD]/src", |
| 1017 "--goma-cache-dir", | 1021 "--goma-cache-dir", |
| 1018 "[GOMA_CACHE]", | 1022 "[GOMA_CACHE]", |
| 1019 "--build-tool", | 1023 "--build-tool", |
| 1020 "ninja", | 1024 "ninja", |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1275 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1279 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1276 "@@@STEP_LOG_END@python.inline@@@" | 1280 "@@@STEP_LOG_END@python.inline@@@" |
| 1277 ] | 1281 ] |
| 1278 }, | 1282 }, |
| 1279 { | 1283 { |
| 1280 "name": "$result", | 1284 "name": "$result", |
| 1281 "recipe_result": null, | 1285 "recipe_result": null, |
| 1282 "status_code": 0 | 1286 "status_code": 0 |
| 1283 } | 1287 } |
| 1284 ] | 1288 ] |
| OLD | NEW |