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

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

Issue 2365023002: Enable --git-cache-dir option in chromite/cbuildbot. (Closed)
Patch Set: Better min branch. Created 4 years, 3 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
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot_tryjob.expected/release.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ], 66 ],
67 "name": "read chromite config" 67 "name": "read chromite config"
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 "--git-cache-dir",
77 "/b/cros_git_cache",
76 "--timeout", 78 "--timeout",
77 "14400", 79 "14400",
78 "--remote-trybot", 80 "--remote-trybot",
79 "--remote-version=4", 81 "--remote-version=4",
80 "xxx-fakeboard-fakebuild" 82 "xxx-fakeboard-fakebuild"
81 ], 83 ],
82 "cwd": "[SLAVE_BUILD]", 84 "cwd": "[SLAVE_BUILD]",
83 "name": "cbuildbot [xxx-fakeboard-fakebuild]" 85 "name": "cbuildbot [xxx-fakeboard-fakebuild]"
84 }, 86 },
85 { 87 {
86 "name": "$result", 88 "name": "$result",
87 "recipe_result": null, 89 "recipe_result": null,
88 "status_code": 0 90 "status_code": 0
89 } 91 }
90 ] 92 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot_tryjob.expected/release.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698