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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/invalid_results.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.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' linux_dump_symbols=1 target_arch=x64 te st_isolation_mode=prepare use_goma=1" 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"
91 }, 91 },
92 "name": "gclient runhooks (with patch)" 92 "name": "gclient runhooks (with patch)"
93 }, 93 },
94 { 94 {
95 "cmd": [ 95 "cmd": [
96 "python", 96 "python",
97 "-u", 97 "-u",
98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
100 "/path/to/tmp/json" 100 "/path/to/tmp/json"
(...skipping 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1957 ] 1957 ]
1958 }, 1958 },
1959 { 1959 {
1960 "cmd": [ 1960 "cmd": [
1961 "python", 1961 "python",
1962 "-u", 1962 "-u",
1963 "[DEPOT_TOOLS]/gclient.py", 1963 "[DEPOT_TOOLS]/gclient.py",
1964 "runhooks" 1964 "runhooks"
1965 ], 1965 ],
1966 "env": { 1966 "env": {
1967 "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" 1967 "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"
1968 }, 1968 },
1969 "name": "gclient runhooks (without patch)" 1969 "name": "gclient runhooks (without patch)"
1970 }, 1970 },
1971 { 1971 {
1972 "cmd": [ 1972 "cmd": [
1973 "python", 1973 "python",
1974 "-u", 1974 "-u",
1975 "[BUILD]/scripts/slave/compile.py", 1975 "[BUILD]/scripts/slave/compile.py",
1976 "--target", 1976 "--target",
1977 "Release", 1977 "Release",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
2037 "@@@STEP_FAILURE@@@", 2037 "@@@STEP_FAILURE@@@",
2038 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 2038 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
2039 ] 2039 ]
2040 }, 2040 },
2041 { 2041 {
2042 "name": "$final_result", 2042 "name": "$final_result",
2043 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 2043 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
2044 "status_code": 1 2044 "status_code": 1
2045 } 2045 }
2046 ] 2046 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698