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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/gclient_runhooks__with_patch__failure.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 "~followup_annotations": [ 93 "~followup_annotations": [
94 "step returned non-zero exit code: 1", 94 "step returned non-zero exit code: 1",
95 "@@@STEP_FAILURE@@@" 95 "@@@STEP_FAILURE@@@"
96 ] 96 ]
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 ] 148 ]
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "python", 152 "python",
153 "-u", 153 "-u",
154 "[DEPOT_TOOLS]/gclient.py", 154 "[DEPOT_TOOLS]/gclient.py",
155 "runhooks" 155 "runhooks"
156 ], 156 ],
157 "env": { 157 "env": {
158 "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" 158 "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"
159 }, 159 },
160 "name": "gclient runhooks (without patch)", 160 "name": "gclient runhooks (without patch)",
161 "~followup_annotations": [ 161 "~followup_annotations": [
162 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208 98d7\"@@@" 162 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208 98d7\"@@@"
163 ] 163 ]
164 }, 164 },
165 { 165 {
166 "name": "$final_result", 166 "name": "$final_result",
167 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1", 167 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1",
168 "status_code": 1 168 "status_code": 1
169 } 169 }
170 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698