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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 "@@@STEP_FAILURE@@@", 2056 "@@@STEP_FAILURE@@@",
2057 "@@@SET_BUILD_PROPERTY@failure_hash@\"716f1ed01f0f98b7d163919eb5a166f06118 8d43\"@@@" 2057 "@@@SET_BUILD_PROPERTY@failure_hash@\"716f1ed01f0f98b7d163919eb5a166f06118 8d43\"@@@"
2058 ] 2058 ]
2059 }, 2059 },
2060 { 2060 {
2061 "name": "$final_result", 2061 "name": "$final_result",
2062 "reason": "Step('compile (without patch)') failed with return_code 1", 2062 "reason": "Step('compile (without patch)') failed with return_code 1",
2063 "status_code": 1 2063 "status_code": 1
2064 } 2064 }
2065 ] 2065 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698