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

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

Issue 1058633004: Added GYP defines to dump linux symbols for gpu perf bots and trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Configured android testers to target platform "android" Created 5 years, 8 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 ] 80 ]
81 }, 81 },
82 { 82 {
83 "cmd": [ 83 "cmd": [
84 "python", 84 "python",
85 "-u", 85 "-u",
86 "[DEPOT_TOOLS]/gclient.py", 86 "[DEPOT_TOOLS]/gclient.py",
87 "runhooks" 87 "runhooks"
88 ], 88 ],
89 "env": { 89 "env": {
90 "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" 90 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 te st_isolation_mode=prepare use_goma=1"
91 }, 91 },
92 "name": "gclient runhooks (with patch)" 92 "name": "gclient runhooks (with patch)"
93 }, 93 },
94 { 94 {
95 "cmd": [ 95 "cmd": [
96 "python", 96 "python",
97 "-u", 97 "-u",
98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
100 "/path/to/tmp/json" 100 "/path/to/tmp/json"
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 { 184 {
185 "cmd": [ 185 "cmd": [
186 "python", 186 "python",
187 "-u", 187 "-u",
188 "[SLAVE_BUILD]/src/build/gyp_chromium", 188 "[SLAVE_BUILD]/src/build/gyp_chromium",
189 "--analyzer", 189 "--analyzer",
190 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"base_u nittests\", \"chrome\", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_captur e_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", 190 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"base_u nittests\", \"chrome\", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_captur e_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
191 "/path/to/tmp/json" 191 "/path/to/tmp/json"
192 ], 192 ],
193 "env": { 193 "env": {
194 "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" 194 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 te st_isolation_mode=prepare use_goma=1"
195 }, 195 },
196 "name": "analyze", 196 "name": "analyze",
197 "~followup_annotations": [ 197 "~followup_annotations": [
198 "@@@STEP_LOG_LINE@json.output@{@@@", 198 "@@@STEP_LOG_LINE@json.output@{@@@",
199 "@@@STEP_LOG_LINE@json.output@ \"invalid_targets\": [@@@", 199 "@@@STEP_LOG_LINE@json.output@ \"invalid_targets\": [@@@",
200 "@@@STEP_LOG_LINE@json.output@ \"invalid target\", @@@", 200 "@@@STEP_LOG_LINE@json.output@ \"invalid target\", @@@",
201 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@", 201 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@",
202 "@@@STEP_LOG_LINE@json.output@ ]@@@", 202 "@@@STEP_LOG_LINE@json.output@ ]@@@",
203 "@@@STEP_LOG_LINE@json.output@}@@@", 203 "@@@STEP_LOG_LINE@json.output@}@@@",
204 "@@@STEP_LOG_END@json.output@@@", 204 "@@@STEP_LOG_END@json.output@@@",
205 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd e606\"@@@" 205 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd e606\"@@@"
206 ] 206 ]
207 }, 207 },
208 { 208 {
209 "name": "$final_result", 209 "name": "$final_result",
210 "reason": "Error, following targets were not found: invalid target, another one", 210 "reason": "Error, following targets were not found: invalid target, another one",
211 "status_code": 1 211 "status_code": 1
212 } 212 }
213 ] 213 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698