| 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 = [{'custom_deps': {'v8/third_party/
valgrind': 'https://chromium.googlesource.com/chromium/deps/valgrind/binaries'},
'deps_file': '.DEPS.git', 'managed': True, 'name': 'v8', 'url': 'https://chromi
um.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'v8/third_party/
valgrind': 'https://chromium.googlesource.com/chromium/deps/valgrind/binaries'},
'deps_file': '.DEPS.git', 'managed': True, 'name': 'v8', 'url': 'https://chromi
um.googlesource.com/v8/v8'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "v8", | 10 "v8", |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 "--src-dir", | 279 "--src-dir", |
| 280 "[SLAVE_BUILD]/v8", | 280 "[SLAVE_BUILD]/v8", |
| 281 "--goma-cache-dir", | 281 "--goma-cache-dir", |
| 282 "[GOMA_CACHE]", | 282 "[GOMA_CACHE]", |
| 283 "--buildbot-buildername", | 283 "--buildbot-buildername", |
| 284 "V8 Linux64 - debug builder", | 284 "V8 Linux64 - debug builder", |
| 285 "--buildbot-mastername", | 285 "--buildbot-mastername", |
| 286 "client.v8", | 286 "client.v8", |
| 287 "--buildbot-slavename", | 287 "--buildbot-slavename", |
| 288 "TestSlavename", | 288 "TestSlavename", |
| 289 "--goma-deps-cache-file", |
| 290 "V8_Linux64___debug_builder.gomadeps", |
| 289 "--compiler", | 291 "--compiler", |
| 290 "goma", | 292 "goma", |
| 291 "--goma-jsonstatus", | 293 "--goma-jsonstatus", |
| 292 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
| 293 "--goma-service-account-json-file", | 295 "--goma-service-account-json-file", |
| 294 "/creds/service_accounts/service-account-goma-client.json", | 296 "/creds/service_accounts/service-account-goma-client.json", |
| 295 "--goma-dir", | 297 "--goma-dir", |
| 296 "[CACHE]/cipd/goma", | 298 "[CACHE]/cipd/goma", |
| 297 "--" | 299 "--" |
| 298 ], | 300 ], |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 "~followup_annotations": [ | 462 "~followup_annotations": [ |
| 461 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug -
avx2@@@" | 463 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug -
avx2@@@" |
| 462 ] | 464 ] |
| 463 }, | 465 }, |
| 464 { | 466 { |
| 465 "name": "$result", | 467 "name": "$result", |
| 466 "recipe_result": null, | 468 "recipe_result": null, |
| 467 "status_code": 0 | 469 "status_code": 0 |
| 468 } | 470 } |
| 469 ] | 471 ] |
| OLD | NEW |