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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/webkit_tests_interrupted.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.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' target_arch=x64 test_isolation_mode=pre pare use_goma=1" 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"
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 1779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1891 "@@@STEP_FAILURE@@@", 1891 "@@@STEP_FAILURE@@@",
1892 "@@@SET_BUILD_PROPERTY@failure_hash@\"2806a0e50b9f2d524b297ba5a40f31ece5f1 d710\"@@@" 1892 "@@@SET_BUILD_PROPERTY@failure_hash@\"2806a0e50b9f2d524b297ba5a40f31ece5f1 d710\"@@@"
1893 ] 1893 ]
1894 }, 1894 },
1895 { 1895 {
1896 "name": "$final_result", 1896 "name": "$final_result",
1897 "reason": "1 out of 2 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 1897 "reason": "1 out of 2 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
1898 "status_code": 1 1898 "status_code": 1
1899 } 1899 }
1900 ] 1900 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698