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 - predictable", | 263 "V8 Linux - predictable", |
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___predictable.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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 450 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
449 "@@@STEP_LOG_END@durations@@@" | 451 "@@@STEP_LOG_END@durations@@@" |
450 ] | 452 ] |
451 }, | 453 }, |
452 { | 454 { |
453 "name": "$result", | 455 "name": "$result", |
454 "recipe_result": null, | 456 "recipe_result": null, |
455 "status_code": 0 | 457 "status_code": 0 |
456 } | 458 } |
457 ] | 459 ] |
OLD | NEW |