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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_buildbucket.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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "[SLAVE_BUILD]/chromite/bin/cbuildbot", 63 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
64 "--buildroot", 64 "--buildroot",
65 "[ROOT]/cbuild/external_master", 65 "[ROOT]/cbuild/external_master",
66 "--buildbot", 66 "--buildbot",
67 "--branch", 67 "--branch",
68 "master", 68 "master",
69 "--buildnumber", 69 "--buildnumber",
70 "12345", 70 "12345",
71 "--buildbucket-id", 71 "--buildbucket-id",
72 "1337", 72 "1337",
73 "--repo-cache", 73 "--git-cache-dir",
74 "/var/cache/chrome-infra/ccompute-setup/cros-internal", 74 "/b/cros_git_cache",
75 "--master-build-id", 75 "--master-build-id",
76 "24601", 76 "24601",
77 "auron-paladin" 77 "auron-paladin"
78 ], 78 ],
79 "cwd": "[SLAVE_BUILD]", 79 "cwd": "[SLAVE_BUILD]",
80 "name": "cbuildbot [auron-paladin]" 80 "name": "cbuildbot [auron-paladin]"
81 }, 81 },
82 { 82 {
83 "name": "$result", 83 "name": "$result",
84 "recipe_result": null, 84 "recipe_result": null,
85 "status_code": 0 85 "status_code": 0
86 } 86 }
87 ] 87 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.json ('k') | scripts/slave/recipes/cros/cbuildbot_tryjob.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698