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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 "--gsutil-py-path", | 169 "--gsutil-py-path", |
170 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 170 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
171 "--ninja-path", | 171 "--ninja-path", |
172 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 172 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
173 "--target", | 173 "--target", |
174 "Debug", | 174 "Debug", |
175 "--src-dir", | 175 "--src-dir", |
176 "[SLAVE_BUILD]\\src", | 176 "[SLAVE_BUILD]\\src", |
177 "--goma-cache-dir", | 177 "--goma-cache-dir", |
178 "[GOMA_CACHE]", | 178 "[GOMA_CACHE]", |
179 "--build-tool", | |
180 "ninja", | |
181 "--", | 179 "--", |
182 "chrome" | 180 "chrome" |
183 ], | 181 ], |
184 "env": { | 182 "env": { |
185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
186 }, | 184 }, |
187 "name": "compile" | 185 "name": "compile" |
188 }, | 186 }, |
189 { | 187 { |
190 "name": "$result", | 188 "name": "$result", |
191 "recipe_result": null, | 189 "recipe_result": null, |
192 "status_code": 0 | 190 "status_code": 0 |
193 } | 191 } |
194 ] | 192 ] |
OLD | NEW |