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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/wtf_unittests_failure.json

Issue 1081103005: Revert of 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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 ] 91 ]
92 }, 92 },
93 { 93 {
94 "cmd": [ 94 "cmd": [
95 "python", 95 "python",
96 "-u", 96 "-u",
97 "[DEPOT_TOOLS]/gclient.py", 97 "[DEPOT_TOOLS]/gclient.py",
98 "runhooks" 98 "runhooks"
99 ], 99 ],
100 "env": { 100 "env": {
101 "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" 101 "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"
102 }, 102 },
103 "name": "gclient runhooks" 103 "name": "gclient runhooks"
104 }, 104 },
105 { 105 {
106 "cmd": [ 106 "cmd": [
107 "python", 107 "python",
108 "-u", 108 "-u",
109 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 109 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
110 "--build-dir", 110 "--build-dir",
111 "[SLAVE_BUILD]/src/out/Release", 111 "[SLAVE_BUILD]/src/out/Release",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "@@@STEP_LOG_END@python.inline@@@", 288 "@@@STEP_LOG_END@python.inline@@@",
289 "@@@SET_BUILD_PROPERTY@failure_hash@\"64a7e002fb84a8986d20d4761a1fb60d2094 8347\"@@@" 289 "@@@SET_BUILD_PROPERTY@failure_hash@\"64a7e002fb84a8986d20d4761a1fb60d2094 8347\"@@@"
290 ] 290 ]
291 }, 291 },
292 { 292 {
293 "name": "$final_result", 293 "name": "$final_result",
294 "reason": "Step('wtf_unittests') failed with return_code 1", 294 "reason": "Step('wtf_unittests') failed with return_code 1",
295 "status_code": 1 295 "status_code": 1
296 } 296 }
297 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698