| 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': 'chromite', 'url': 'https://chromium.googlesource.com/chromiu
mos/chromite.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiu
mos/chromite.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "chromite", | 10 "chromite", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "[SLAVE_BUILD]/chromite/bin/cbuildbot", | 45 "[SLAVE_BUILD]/chromite/bin/cbuildbot", |
| 46 "--buildroot", | 46 "--buildroot", |
| 47 "[ROOT]/cbuild/shared_external", | 47 "[ROOT]/cbuild/shared_external", |
| 48 "--buildbot", | 48 "--buildbot", |
| 49 "--branch", | 49 "--branch", |
| 50 "master", | 50 "master", |
| 51 "--buildnumber", | 51 "--buildnumber", |
| 52 "12345", | 52 "12345", |
| 53 "--chrome_version", | 53 "--chrome_version", |
| 54 "b8819267417da248aa4fe829c5fcf0965e17b0c3", | 54 "b8819267417da248aa4fe829c5fcf0965e17b0c3", |
| 55 "--git-cache-dir", |
| 56 "/b/cros_git_cache", |
| 55 "x86-generic-tot-chrome-pfq-informational" | 57 "x86-generic-tot-chrome-pfq-informational" |
| 56 ], | 58 ], |
| 57 "cwd": "[SLAVE_BUILD]", | 59 "cwd": "[SLAVE_BUILD]", |
| 58 "name": "cbuildbot [x86-generic-tot-chrome-pfq-informational]" | 60 "name": "cbuildbot [x86-generic-tot-chrome-pfq-informational]" |
| 59 }, | 61 }, |
| 60 { | 62 { |
| 61 "name": "$result", | 63 "name": "$result", |
| 62 "recipe_result": null, | 64 "recipe_result": null, |
| 63 "status_code": 0 | 65 "status_code": 0 |
| 64 } | 66 } |
| 65 ] | 67 ] |
| OLD | NEW |