| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "allow_subannotations": true, | 100 "allow_subannotations": true, |
| 101 "cmd": [ | 101 "cmd": [ |
| 102 "[SLAVE_BUILD]/chromite/bin/cbuildbot", | 102 "[SLAVE_BUILD]/chromite/bin/cbuildbot", |
| 103 "--buildroot", | 103 "--buildroot", |
| 104 "[ROOT]/cbuild/external_master", | 104 "[ROOT]/cbuild/external_master", |
| 105 "--buildbot", | 105 "--buildbot", |
| 106 "--branch", | 106 "--branch", |
| 107 "master", | 107 "master", |
| 108 "--buildnumber", | 108 "--buildnumber", |
| 109 "12345", | 109 "12345", |
| 110 "--repo-cache", | 110 "--git-cache-dir", |
| 111 "/var/cache/chrome-infra/ccompute-setup/cros-internal", | 111 "/b/cros_git_cache", |
| 112 "--master-build-id", | 112 "--master-build-id", |
| 113 "1337", | 113 "1337", |
| 114 "x86-generic-paladin" | 114 "x86-generic-paladin" |
| 115 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", | 116 "cwd": "[SLAVE_BUILD]", |
| 117 "name": "cbuildbot [x86-generic-paladin]" | 117 "name": "cbuildbot [x86-generic-paladin]" |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 "name": "$result", | 120 "name": "$result", |
| 121 "recipe_result": null, | 121 "recipe_result": null, |
| 122 "status_code": 0 | 122 "status_code": 0 |
| 123 } | 123 } |
| 124 ] | 124 ] |
| OLD | NEW |