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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_chromium_builder.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
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "[SLAVE_BUILD]/chromite/bin/cbuildbot", 45 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
46 "--buildroot", 46 "--buildroot",
47 "[ROOT]/cbuild/shared_external", 47 "[ROOT]/cbuild/shared_external",
48 "--buildbot", 48 "--buildbot",
49 "--branch", 49 "--branch",
50 "master", 50 "master",
51 "--buildnumber", 51 "--buildnumber",
52 "12345", 52 "12345",
53 "--chrome_version", 53 "--chrome_version",
54 "b8819267417da248aa4fe829c5fcf0965e17b0c3", 54 "b8819267417da248aa4fe829c5fcf0965e17b0c3",
55 "--git-cache-dir",
56 "/b/cros_git_cache",
55 "x86-generic-tot-chrome-pfq-informational" 57 "x86-generic-tot-chrome-pfq-informational"
56 ], 58 ],
57 "cwd": "[SLAVE_BUILD]", 59 "cwd": "[SLAVE_BUILD]",
58 "name": "cbuildbot [x86-generic-tot-chrome-pfq-informational]" 60 "name": "cbuildbot [x86-generic-tot-chrome-pfq-informational]"
59 }, 61 },
60 { 62 {
61 "name": "$result", 63 "name": "$result",
62 "recipe_result": null, 64 "recipe_result": null,
63 "status_code": 0 65 "status_code": 0
64 } 66 }
65 ] 67 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromite/config.py ('k') | scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698