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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_coverage.json

Issue 2019593003: chromite recipe: Add warm cache flag support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Better config option name. Created 4 years, 6 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 | Annotate | Revision Log
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 "--master", 7 "--master",
8 "chromiumos.coverage", 8 "chromiumos.coverage",
9 "--builder", 9 "--builder",
10 "Test", 10 "Test",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "--branch", 56 "--branch",
57 "factory-1412.B", 57 "factory-1412.B",
58 "--buildnumber", 58 "--buildnumber",
59 "0", 59 "0",
60 "--chrome_rev", 60 "--chrome_rev",
61 "stable", 61 "stable",
62 "--debug", 62 "--debug",
63 "--clobber", 63 "--clobber",
64 "--config_repo", 64 "--config_repo",
65 "https://fake.googlesource.com/myconfig/repo.git", 65 "https://fake.googlesource.com/myconfig/repo.git",
66 "--repo-cache",
67 "/var/cache/chrome-infra/ccompute-setup/cros-internal",
66 "x86-generic-full" 68 "x86-generic-full"
67 ], 69 ],
68 "cwd": "[SLAVE_BUILD]", 70 "cwd": "[SLAVE_BUILD]",
69 "name": "cbuildbot [x86-generic-full]" 71 "name": "cbuildbot [x86-generic-full]"
70 }, 72 },
71 { 73 {
72 "name": "$result", 74 "name": "$result",
73 "recipe_result": null, 75 "recipe_result": null,
74 "status_code": 0 76 "status_code": 0
75 } 77 }
76 ] 78 ]
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