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.chromiumos", | 8 "chromium.chromiumos", |
9 "--builder", | 9 "--builder", |
10 "ChromiumOS daisy Compile", | 10 "ChromiumOS daisy Compile", |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 "--goma-cache-dir", | 197 "--goma-cache-dir", |
198 "[GOMA_CACHE]", | 198 "[GOMA_CACHE]", |
199 "--build-tool", | 199 "--build-tool", |
200 "ninja", | 200 "ninja", |
201 "--build-data-dir", | 201 "--build-data-dir", |
202 "[ROOT]/build_data_dir", | 202 "[ROOT]/build_data_dir", |
203 "--compiler", | 203 "--compiler", |
204 "goma", | 204 "goma", |
205 "--goma-jsonstatus", | 205 "--goma-jsonstatus", |
206 "/path/to/tmp/json", | 206 "/path/to/tmp/json", |
207 "--goma-service-account-json-file", | |
208 "/creds/service_accounts/service-account-goma-client.json", | |
209 "--goma-dir", | 207 "--goma-dir", |
210 "[BUILD]/goma", | 208 "[BUILD]/goma", |
211 "--ninja-ensure-up-to-date", | 209 "--ninja-ensure-up-to-date", |
212 "--cros-board", | 210 "--cros-board", |
213 "daisy", | 211 "daisy", |
214 "--", | 212 "--", |
215 "chromiumos_preflight" | 213 "chromiumos_preflight" |
216 ], | 214 ], |
217 "cwd": "[SLAVE_BUILD]", | 215 "cwd": "[SLAVE_BUILD]", |
218 "name": "compile", | 216 "name": "compile", |
(...skipping 26 matching lines...) Expand all Loading... |
245 ], | 243 ], |
246 "cwd": "[SLAVE_BUILD]", | 244 "cwd": "[SLAVE_BUILD]", |
247 "name": "package build" | 245 "name": "package build" |
248 }, | 246 }, |
249 { | 247 { |
250 "name": "$result", | 248 "name": "$result", |
251 "recipe_result": null, | 249 "recipe_result": null, |
252 "status_code": 0 | 250 "status_code": 0 |
253 } | 251 } |
254 ] | 252 ] |
OLD | NEW |