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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.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, 9 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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_clobber_rel_ng", 10 "linux_chromium_clobber_rel_ng",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "[SLAVE_BUILD]/src/build/gyp_chromium", 154 "[SLAVE_BUILD]/src/build/gyp_chromium",
155 "--analyzer", 155 "--analyzer",
156 "{\"files\": [\"foo.cc\"], \"targets\": []}", 156 "{\"files\": [\"foo.cc\"], \"targets\": []}",
157 "/path/to/tmp/json" 157 "/path/to/tmp/json"
158 ], 158 ],
159 "env": { 159 "env": {
160 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 160 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
161 }, 161 },
162 "name": "analyze", 162 "name": "analyze",
163 "~followup_annotations": [ 163 "~followup_annotations": [
164 "@@@STEP_TEXT@No compile necessary@@@",
165 "@@@STEP_LOG_LINE@json.output@{@@@", 164 "@@@STEP_LOG_LINE@json.output@{@@@",
166 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 165 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
167 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 166 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
167 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@",
168 "@@@STEP_LOG_LINE@json.output@ ], @@@",
169 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
168 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 170 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
169 "@@@STEP_LOG_LINE@json.output@}@@@", 171 "@@@STEP_LOG_LINE@json.output@}@@@",
170 "@@@STEP_LOG_END@json.output@@@" 172 "@@@STEP_LOG_END@json.output@@@"
171 ] 173 ]
174 },
175 {
176 "cmd": [
177 "python",
178 "-u",
179 "[BUILD]/scripts/slave/cleanup_temp.py"
180 ],
181 "name": "cleanup_temp"
182 },
183 {
184 "cmd": [
185 "python",
186 "-u",
187 "[BUILD]/scripts/slave/compile.py",
188 "--target",
189 "Release",
190 "--src-dir",
191 "[SLAVE_BUILD]/src",
192 "--build-tool",
193 "ninja",
194 "--compiler",
195 "goma",
196 "--goma-dir",
197 "[BUILD]/goma",
198 "--clobber",
199 "--",
200 "base_unittests",
201 "net_unittests"
202 ],
203 "name": "compile (with patch)"
172 } 204 }
173 ] 205 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698