| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_asan", | 10 "win_asan", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "name": "gclient runhooks" | 99 "name": "gclient runhooks" |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 "cmd": [ | 102 "cmd": [ |
| 103 "python", | 103 "python", |
| 104 "-u", | 104 "-u", |
| 105 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 105 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 106 "--show-path", | 106 "--show-path", |
| 107 "python", | 107 "python", |
| 108 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 108 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 109 "--gsutil-py-path", |
| 110 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 109 "--ninja-path", | 111 "--ninja-path", |
| 110 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 112 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 111 "--target", | 113 "--target", |
| 112 "Release", | 114 "Release", |
| 113 "--src-dir", | 115 "--src-dir", |
| 114 "[SLAVE_BUILD]\\src", | 116 "[SLAVE_BUILD]\\src", |
| 115 "--goma-cache-dir", | 117 "--goma-cache-dir", |
| 116 "[GOMA_CACHE]", | 118 "[GOMA_CACHE]", |
| 117 "--build-tool", | 119 "--build-tool", |
| 118 "ninja", | 120 "ninja", |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 ], | 520 ], |
| 519 "cwd": "[SLAVE_BUILD]", | 521 "cwd": "[SLAVE_BUILD]", |
| 520 "name": "webrtc_nonparallel_tests" | 522 "name": "webrtc_nonparallel_tests" |
| 521 }, | 523 }, |
| 522 { | 524 { |
| 523 "name": "$result", | 525 "name": "$result", |
| 524 "recipe_result": null, | 526 "recipe_result": null, |
| 525 "status_code": 0 | 527 "status_code": 0 |
| 526 } | 528 } |
| 527 ] | 529 ] |
| OLD | NEW |