| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "@@@STEP_LOG_LINE@config@}@@@", | 75 "@@@STEP_LOG_LINE@config@}@@@", |
| 76 "@@@STEP_LOG_END@config@@@" | 76 "@@@STEP_LOG_END@config@@@" |
| 77 ] | 77 ] |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 "allow_subannotations": true, | 80 "allow_subannotations": true, |
| 81 "cmd": [ | 81 "cmd": [ |
| 82 "[SLAVE_BUILD]/chromite/bin/cbuildbot", | 82 "[SLAVE_BUILD]/chromite/bin/cbuildbot", |
| 83 "--buildroot", | 83 "--buildroot", |
| 84 "[ROOT]/cbuild/internal_master", | 84 "[ROOT]/cbuild/internal_master", |
| 85 "--git-cache-dir", |
| 86 "/b/cros_git_cache", |
| 85 "--timeout", | 87 "--timeout", |
| 86 "14400", | 88 "14400", |
| 87 "--remote-trybot", | 89 "--remote-trybot", |
| 88 "--remote-version=4", | 90 "--remote-version=4", |
| 89 "internal-paladin" | 91 "internal-paladin" |
| 90 ], | 92 ], |
| 91 "cwd": "[SLAVE_BUILD]", | 93 "cwd": "[SLAVE_BUILD]", |
| 92 "name": "cbuildbot [internal-paladin]" | 94 "name": "cbuildbot [internal-paladin]" |
| 93 }, | 95 }, |
| 94 { | 96 { |
| 95 "name": "$result", | 97 "name": "$result", |
| 96 "recipe_result": null, | 98 "recipe_result": null, |
| 97 "status_code": 0 | 99 "status_code": 0 |
| 98 } | 100 } |
| 99 ] | 101 ] |
| OLD | NEW |