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

Side by Side Diff: scripts/slave/recipes/android/tester.expected/no_compile_because_of_analyze.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: 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 "android_dbg_tests_recipe", 10 "android_dbg_tests_recipe",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 }, 89 },
90 { 90 {
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "[DEPOT_TOOLS]/gclient.py", 94 "[DEPOT_TOOLS]/gclient.py",
95 "runhooks" 95 "runhooks"
96 ], 96 ],
97 "env": { 97 "env": {
98 "GYP_CROSSCOMPILE": "1", 98 "GYP_CROSSCOMPILE": "1",
99 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", 99 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=arm use_goma=1" ,
100 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 100 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
101 }, 101 },
102 "name": "gclient runhooks" 102 "name": "gclient runhooks"
103 }, 103 },
104 { 104 {
105 "cmd": [ 105 "cmd": [
106 "git", 106 "git",
107 "diff", 107 "diff",
108 "--cached", 108 "--cached",
109 "--name-only" 109 "--name-only"
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "cmd": [ 145 "cmd": [
146 "python", 146 "python",
147 "-u", 147 "-u",
148 "[SLAVE_BUILD]/src/build/gyp_chromium", 148 "[SLAVE_BUILD]/src/build/gyp_chromium",
149 "--analyzer", 149 "--analyzer",
150 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_test_apk\", \"c hrome_shell_test_apk\", \"content_shell_test_apk\", \"chrome_sync_shell_test_apk \", \"android_webview_unittests\", \"base_unittests\", \"breakpad_unittests\", \ "cc_unittests\", \"components_unittests\", \"content_browsertests\", \"content_u nittests\", \"events_unittests\", \"gl_tests\", \"gpu_unittests\", \"ipc_tests\" , \"media_unittests\", \"net_unittests\", \"sandbox_linux_unittests\", \"skia_un ittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_android_unittests\", \"u i_base_unittests\", \"ui_touch_selection_unittests\", \"unit_tests\", \"junit_un it_tests\"]}", 150 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_test_apk\", \"c hrome_shell_test_apk\", \"content_shell_test_apk\", \"chrome_sync_shell_test_apk \", \"android_webview_unittests\", \"base_unittests\", \"breakpad_unittests\", \ "cc_unittests\", \"components_unittests\", \"content_browsertests\", \"content_u nittests\", \"events_unittests\", \"gl_tests\", \"gpu_unittests\", \"ipc_tests\" , \"media_unittests\", \"net_unittests\", \"sandbox_linux_unittests\", \"skia_un ittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_android_unittests\", \"u i_base_unittests\", \"ui_touch_selection_unittests\", \"unit_tests\", \"junit_un it_tests\"]}",
151 "/path/to/tmp/json" 151 "/path/to/tmp/json"
152 ], 152 ],
153 "env": { 153 "env": {
154 "GYP_CROSSCOMPILE": "1", 154 "GYP_CROSSCOMPILE": "1",
155 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1" 155 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=arm use_goma=1"
156 }, 156 },
157 "name": "analyze", 157 "name": "analyze",
158 "~followup_annotations": [ 158 "~followup_annotations": [
159 "@@@STEP_TEXT@No compile necessary@@@", 159 "@@@STEP_TEXT@No compile necessary@@@",
160 "@@@STEP_LOG_LINE@json.output@{@@@", 160 "@@@STEP_LOG_LINE@json.output@{@@@",
161 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No compile necessary\"@@@", 161 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No compile necessary\"@@@",
162 "@@@STEP_LOG_LINE@json.output@}@@@", 162 "@@@STEP_LOG_LINE@json.output@}@@@",
163 "@@@STEP_LOG_END@json.output@@@" 163 "@@@STEP_LOG_END@json.output@@@"
164 ] 164 ]
165 } 165 }
166 ] 166 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698