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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json

Issue 1212413002: Pass all compile targets to "analyze" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: do not include 'all' Created 5 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
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_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "@@@STEP_LOG_LINE@json.output@}@@@", 181 "@@@STEP_LOG_LINE@json.output@}@@@",
182 "@@@STEP_LOG_END@json.output@@@" 182 "@@@STEP_LOG_END@json.output@@@"
183 ] 183 ]
184 }, 184 },
185 { 185 {
186 "cmd": [ 186 "cmd": [
187 "python", 187 "python",
188 "-u", 188 "-u",
189 "[SLAVE_BUILD]/src/build/gyp_chromium", 189 "[SLAVE_BUILD]/src/build/gyp_chromium",
190 "--analyzer", 190 "--analyzer",
191 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome \", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_capture_end2end_tests_run\ ", \"telemetry_gpu_test_run\"]}", 191 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome \", \"chromium_swarm_tests\", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_ capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
192 "/path/to/tmp/json" 192 "/path/to/tmp/json"
193 ], 193 ],
194 "cwd": "[SLAVE_BUILD]", 194 "cwd": "[SLAVE_BUILD]",
195 "env": { 195 "env": {
196 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre pare use_goma=1" 196 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre pare use_goma=1"
197 }, 197 },
198 "name": "analyze", 198 "name": "analyze",
199 "~followup_annotations": [ 199 "~followup_annotations": [
200 "@@@STEP_LOG_LINE@json.output@{@@@", 200 "@@@STEP_LOG_LINE@json.output@{@@@",
201 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 201 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
202 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 202 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
203 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 203 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
204 "@@@STEP_LOG_LINE@json.output@}@@@", 204 "@@@STEP_LOG_LINE@json.output@}@@@",
205 "@@@STEP_LOG_END@json.output@@@", 205 "@@@STEP_LOG_END@json.output@@@",
206 "@@@STEP_LOG_LINE@analyze_details@{@@@", 206 "@@@STEP_LOG_LINE@analyze_details@{@@@",
207 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 207 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
208 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 208 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
209 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 209 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
210 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 210 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
211 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 211 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
212 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 212 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
213 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 213 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
214 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 214 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
215 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 215 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
216 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 216 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
217 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@", 217 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@",
218 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 218 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
219 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 219 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
220 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
220 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 221 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
221 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 222 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
222 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 223 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
223 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 224 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
224 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 225 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
225 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 226 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
226 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": []@@@ ", 227 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": []@@@ ",
227 "@@@STEP_LOG_LINE@analyze_details@}@@@", 228 "@@@STEP_LOG_LINE@analyze_details@}@@@",
228 "@@@STEP_LOG_END@analyze_details@@@" 229 "@@@STEP_LOG_END@analyze_details@@@"
229 ] 230 ]
230 } 231 }
231 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698