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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/minimal_pass_continues.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 1830 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 ] 1942 ]
1943 }, 1943 },
1944 { 1944 {
1945 "cmd": [ 1945 "cmd": [
1946 "python", 1946 "python",
1947 "-u", 1947 "-u",
1948 "[DEPOT_TOOLS]/gclient.py", 1948 "[DEPOT_TOOLS]/gclient.py",
1949 "runhooks" 1949 "runhooks"
1950 ], 1950 ],
1951 "env": { 1951 "env": {
1952 "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" 1952 "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"
1953 }, 1953 },
1954 "name": "gclient runhooks (2)" 1954 "name": "gclient runhooks (2)"
1955 }, 1955 },
1956 { 1956 {
1957 "cmd": [ 1957 "cmd": [
1958 "python", 1958 "python",
1959 "-u", 1959 "-u",
1960 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 1960 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
1961 "--build-dir", 1961 "--build-dir",
1962 "[SLAVE_BUILD]/src/out/Release", 1962 "[SLAVE_BUILD]/src/out/Release",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 2090 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
2091 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 2091 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
2092 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 2092 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
2093 "@@@STEP_LOG_LINE@python.inline@@@@", 2093 "@@@STEP_LOG_LINE@python.inline@@@@",
2094 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 2094 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
2095 "@@@STEP_LOG_END@python.inline@@@", 2095 "@@@STEP_LOG_END@python.inline@@@",
2096 "@@@STEP_FAILURE@@@" 2096 "@@@STEP_FAILURE@@@"
2097 ] 2097 ]
2098 } 2098 }
2099 ] 2099 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698