| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 "[SLAVE_BUILD]/chromite/bin/cbuildbot", | 63 "[SLAVE_BUILD]/chromite/bin/cbuildbot", |
| 64 "--buildroot", | 64 "--buildroot", |
| 65 "[ROOT]/cbuild/external_master", | 65 "[ROOT]/cbuild/external_master", |
| 66 "--buildbot", | 66 "--buildbot", |
| 67 "--branch", | 67 "--branch", |
| 68 "master", | 68 "master", |
| 69 "--buildnumber", | 69 "--buildnumber", |
| 70 "12345", | 70 "12345", |
| 71 "--buildbucket-id", | 71 "--buildbucket-id", |
| 72 "1337", | 72 "1337", |
| 73 "--repo-cache", | 73 "--git-cache-dir", |
| 74 "/var/cache/chrome-infra/ccompute-setup/cros-internal", | 74 "/b/cros_git_cache", |
| 75 "--master-build-id", | 75 "--master-build-id", |
| 76 "24601", | 76 "24601", |
| 77 "auron-paladin" | 77 "auron-paladin" |
| 78 ], | 78 ], |
| 79 "cwd": "[SLAVE_BUILD]", | 79 "cwd": "[SLAVE_BUILD]", |
| 80 "name": "cbuildbot [auron-paladin]" | 80 "name": "cbuildbot [auron-paladin]" |
| 81 }, | 81 }, |
| 82 { | 82 { |
| 83 "name": "$result", | 83 "name": "$result", |
| 84 "recipe_result": null, | 84 "recipe_result": null, |
| 85 "status_code": 0 | 85 "status_code": 0 |
| 86 } | 86 } |
| 87 ] | 87 ] |
| OLD | NEW |