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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.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
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_coverage.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 "--master", 7 "--master",
8 "chromiumos", 8 "chromiumos",
9 "--builder", 9 "--builder",
10 "Test", 10 "Test",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "allow_subannotations": true, 89 "allow_subannotations": true,
90 "cmd": [ 90 "cmd": [
91 "[SLAVE_BUILD]/chromite/bin/cbuildbot", 91 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
92 "--buildroot", 92 "--buildroot",
93 "[ROOT]/cbuild/external_master", 93 "[ROOT]/cbuild/external_master",
94 "--buildbot", 94 "--buildbot",
95 "--branch", 95 "--branch",
96 "master", 96 "master",
97 "--buildnumber", 97 "--buildnumber",
98 "12345", 98 "12345",
99 "--repo-cache",
100 "/var/cache/chrome-infra/ccompute-setup/cros-internal",
99 "--master-build-id", 101 "--master-build-id",
100 "1337", 102 "1337",
101 "x86-generic-paladin" 103 "x86-generic-paladin"
102 ], 104 ],
103 "cwd": "[SLAVE_BUILD]", 105 "cwd": "[SLAVE_BUILD]",
104 "name": "cbuildbot [x86-generic-paladin]" 106 "name": "cbuildbot [x86-generic-paladin]"
105 }, 107 },
106 { 108 {
107 "name": "$result", 109 "name": "$result",
108 "recipe_result": null, 110 "recipe_result": null,
109 "status_code": 0 111 "status_code": 0
110 } 112 }
111 ] 113 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_coverage.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698