Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/pre_cq_buildbucket_config.json

Issue 2365023002: Enable --git-cache-dir option in chromite/cbuildbot. (Closed)
Patch Set: Better min branch. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--buildbucket-id", 76 "--buildbucket-id",
77 "12345", 77 "12345",
78 "--git-cache-dir",
79 "/b/cros_git_cache",
78 "--timeout", 80 "--timeout",
79 "14400", 81 "14400",
80 "--remote-trybot", 82 "--remote-trybot",
81 "--remote-version=4", 83 "--remote-version=4",
82 "binhost-pre-cq" 84 "binhost-pre-cq"
83 ], 85 ],
84 "cwd": "[SLAVE_BUILD]", 86 "cwd": "[SLAVE_BUILD]",
85 "name": "cbuildbot [binhost-pre-cq]" 87 "name": "cbuildbot [binhost-pre-cq]"
86 }, 88 },
87 { 89 {
88 "name": "$result", 90 "name": "$result",
89 "recipe_result": null, 91 "recipe_result": null,
90 "status_code": 0 92 "status_code": 0
91 } 93 }
92 ] 94 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698