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 "client.libyuv", | 8 "client.libyuv", |
9 "--builder", | 9 "--builder", |
10 "Win64 Release (Clang)", | 10 "Win64 Release (Clang)", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 ] | 82 ] |
83 }, | 83 }, |
84 { | 84 { |
85 "cmd": [ | 85 "cmd": [ |
86 "python", | 86 "python", |
87 "-u", | 87 "-u", |
88 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 88 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
89 "--show-path", | 89 "--show-path", |
90 "python", | 90 "python", |
91 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 91 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 92 "--gsutil-py-path", |
| 93 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
92 "--ninja-path", | 94 "--ninja-path", |
93 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 95 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
94 "--target", | 96 "--target", |
95 "Release_x64", | 97 "Release_x64", |
96 "--src-dir", | 98 "--src-dir", |
97 "[SLAVE_BUILD]\\src", | 99 "[SLAVE_BUILD]\\src", |
98 "--goma-cache-dir", | 100 "--goma-cache-dir", |
99 "[GOMA_CACHE]", | 101 "[GOMA_CACHE]", |
100 "--build-tool", | 102 "--build-tool", |
101 "ninja", | 103 "ninja", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 ], | 135 ], |
134 "cwd": "[SLAVE_BUILD]", | 136 "cwd": "[SLAVE_BUILD]", |
135 "name": "libyuv_unittest" | 137 "name": "libyuv_unittest" |
136 }, | 138 }, |
137 { | 139 { |
138 "name": "$result", | 140 "name": "$result", |
139 "recipe_result": null, | 141 "recipe_result": null, |
140 "status_code": 0 | 142 "status_code": 0 |
141 } | 143 } |
142 ] | 144 ] |
OLD | NEW |