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 "Chromium Windows Analyze", | 10 "Chromium Windows Analyze", |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 "name": "generate_build_files" | 130 "name": "generate_build_files" |
131 }, | 131 }, |
132 { | 132 { |
133 "cmd": [ | 133 "cmd": [ |
134 "python", | 134 "python", |
135 "-u", | 135 "-u", |
136 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 136 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
137 "--show-path", | 137 "--show-path", |
138 "python", | 138 "python", |
139 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 139 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 140 "--gsutil-py-path", |
| 141 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
140 "--ninja-path", | 142 "--ninja-path", |
141 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 143 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
142 "--target", | 144 "--target", |
143 "Debug", | 145 "Debug", |
144 "--src-dir", | 146 "--src-dir", |
145 "[SLAVE_BUILD]\\src", | 147 "[SLAVE_BUILD]\\src", |
146 "--goma-cache-dir", | 148 "--goma-cache-dir", |
147 "[GOMA_CACHE]", | 149 "[GOMA_CACHE]", |
148 "--build-tool", | 150 "--build-tool", |
149 "ninja", | 151 "ninja", |
150 "--clobber", | 152 "--clobber", |
151 "--", | 153 "--", |
152 "chrome" | 154 "chrome" |
153 ], | 155 ], |
154 "cwd": "[SLAVE_BUILD]", | 156 "cwd": "[SLAVE_BUILD]", |
155 "name": "compile" | 157 "name": "compile" |
156 }, | 158 }, |
157 { | 159 { |
158 "name": "$result", | 160 "name": "$result", |
159 "recipe_result": null, | 161 "recipe_result": null, |
160 "status_code": 0 | 162 "status_code": 0 |
161 } | 163 } |
162 ] | 164 ] |
OLD | NEW |