| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 ], | 66 ], |
| 67 "name": "read chromite config" | 67 "name": "read chromite config" |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "allow_subannotations": true, | 70 "allow_subannotations": true, |
| 71 "cmd": [ | 71 "cmd": [ |
| 72 "[SLAVE_BUILD]/chromite/bin/cbuildbot", | 72 "[SLAVE_BUILD]/chromite/bin/cbuildbot", |
| 73 "--buildroot", | 73 "--buildroot", |
| 74 "[ROOT]/cbuild/etc_master", | 74 "[ROOT]/cbuild/etc_master", |
| 75 "--clobber", | 75 "--clobber", |
| 76 "--git-cache-dir", |
| 77 "/b/cros_git_cache", |
| 76 "--timeout", | 78 "--timeout", |
| 77 "14400", | 79 "14400", |
| 78 "--remote-trybot", | 80 "--remote-trybot", |
| 79 "--remote-version=4", | 81 "--remote-version=4", |
| 80 "xxx-fakeboard-fakebuild" | 82 "xxx-fakeboard-fakebuild" |
| 81 ], | 83 ], |
| 82 "cwd": "[SLAVE_BUILD]", | 84 "cwd": "[SLAVE_BUILD]", |
| 83 "name": "cbuildbot [xxx-fakeboard-fakebuild]" | 85 "name": "cbuildbot [xxx-fakeboard-fakebuild]" |
| 84 }, | 86 }, |
| 85 { | 87 { |
| 86 "name": "$result", | 88 "name": "$result", |
| 87 "recipe_result": null, | 89 "recipe_result": null, |
| 88 "status_code": 0 | 90 "status_code": 0 |
| 89 } | 91 } |
| 90 ] | 92 ] |
| OLD | NEW |