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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Builder__clobber_.json

Issue 946403002: Fix "analyze" on linux_chromium_clobber_rel_ng always compiling everything (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Linux Builder (clobber)", 10 "Linux Builder (clobber)",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "--src-dir", 126 "--src-dir",
127 "[SLAVE_BUILD]/src", 127 "[SLAVE_BUILD]/src",
128 "--build-tool", 128 "--build-tool",
129 "ninja", 129 "ninja",
130 "--compiler", 130 "--compiler",
131 "goma", 131 "goma",
132 "--goma-dir", 132 "--goma-dir",
133 "[BUILD]/goma", 133 "[BUILD]/goma",
134 "--clobber", 134 "--clobber",
135 "--", 135 "--",
136 "chromium_swarm_tests" 136 "all"
137 ], 137 ],
138 "name": "compile" 138 "name": "compile"
139 } 139 }
140 ] 140 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium/chromium_fyi.py ('k') | scripts/slave/recipes/chromium_trybot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698