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 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "v8", | 10 "v8", |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 "--src-dir", | 258 "--src-dir", |
259 "[SLAVE_BUILD]/v8", | 259 "[SLAVE_BUILD]/v8", |
260 "--goma-cache-dir", | 260 "--goma-cache-dir", |
261 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
262 "--buildbot-buildername", | 262 "--buildbot-buildername", |
263 "V8 Linux - noi18n - debug", | 263 "V8 Linux - noi18n - debug", |
264 "--buildbot-mastername", | 264 "--buildbot-mastername", |
265 "client.v8", | 265 "client.v8", |
266 "--buildbot-slavename", | 266 "--buildbot-slavename", |
267 "TestSlavename", | 267 "TestSlavename", |
| 268 "--goma-deps-cache-file", |
| 269 "V8_Linux___noi18n___debug.gomadeps", |
268 "--compiler", | 270 "--compiler", |
269 "goma", | 271 "goma", |
270 "--goma-jsonstatus", | 272 "--goma-jsonstatus", |
271 "/path/to/tmp/json", | 273 "/path/to/tmp/json", |
272 "--goma-service-account-json-file", | 274 "--goma-service-account-json-file", |
273 "/creds/service_accounts/service-account-goma-client.json", | 275 "/creds/service_accounts/service-account-goma-client.json", |
274 "--goma-dir", | 276 "--goma-dir", |
275 "[CACHE]/cipd/goma", | 277 "[CACHE]/cipd/goma", |
276 "--" | 278 "--" |
277 ], | 279 ], |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 448 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
447 "@@@STEP_LOG_END@durations@@@" | 449 "@@@STEP_LOG_END@durations@@@" |
448 ] | 450 ] |
449 }, | 451 }, |
450 { | 452 { |
451 "name": "$result", | 453 "name": "$result", |
452 "recipe_result": null, | 454 "recipe_result": null, |
453 "status_code": 0 | 455 "status_code": 0 |
454 } | 456 } |
455 ] | 457 ] |
OLD | NEW |