| 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 "--master", | 7 "--master", |
| 8 "chromiumos.tryserver", | 8 "chromiumos.tryserver", |
| 9 "--builder", | 9 "--builder", |
| 10 "etc", | 10 "pre-cq", |
| 11 "--slave", | 11 "--slave", |
| 12 "test", | 12 "test", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/c
hromite.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/c
hromite.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "chromite", | 16 "chromite", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 ], | 73 ], |
| 74 "name": "read chromite config" | 74 "name": "read chromite config" |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 "allow_subannotations": true, | 77 "allow_subannotations": true, |
| 78 "cmd": [ | 78 "cmd": [ |
| 79 "[SLAVE_BUILD]/chromite/bin/cbuildbot", | 79 "[SLAVE_BUILD]/chromite/bin/cbuildbot", |
| 80 "--buildroot", | 80 "--buildroot", |
| 81 "[ROOT]/cbuild/etc_master", | 81 "[ROOT]/cbuild/etc_master", |
| 82 "--clobber", | 82 "--clobber", |
| 83 "--buildbucket-id", |
| 84 "12345", |
| 83 "--timeout", | 85 "--timeout", |
| 84 "14400", | 86 "14400", |
| 85 "--remote-trybot", | 87 "--remote-trybot", |
| 86 "--remote-version=4", | 88 "--remote-version=4", |
| 87 "xxx-fakeboard-fakebuild" | 89 "binhost-pre-cq" |
| 88 ], | 90 ], |
| 89 "cwd": "[SLAVE_BUILD]", | 91 "cwd": "[SLAVE_BUILD]", |
| 90 "name": "cbuildbot [xxx-fakeboard-fakebuild]" | 92 "name": "cbuildbot [binhost-pre-cq]" |
| 91 }, | 93 }, |
| 92 { | 94 { |
| 93 "name": "$result", | 95 "name": "$result", |
| 94 "recipe_result": null, | 96 "recipe_result": null, |
| 95 "status_code": 0 | 97 "status_code": 0 |
| 96 } | 98 } |
| 97 ] | 99 ] |
| OLD | NEW |