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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/compile_failure_without_patch.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 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 | Annotate | Revision Log
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_asan_rel", 10 "linux_chromium_asan_rel",
(...skipping 10 matching lines...) Expand all
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@HEAD", 28 "src@HEAD",
29 "--force" 29 "--force"
30 ], 30 ],
31 "cwd": "[SLAVE_BUILD]",
31 "name": "bot_update", 32 "name": "bot_update",
32 "~followup_annotations": [ 33 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 27 matching lines...) Expand all
68 ] 69 ]
69 }, 70 },
70 { 71 {
71 "cmd": [ 72 "cmd": [
72 "python", 73 "python",
73 "-u", 74 "-u",
74 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 75 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
75 "[SLAVE_BUILD]/src/testing/buildbot/chromium_memory_trybot.json", 76 "[SLAVE_BUILD]/src/testing/buildbot/chromium_memory_trybot.json",
76 "/path/to/tmp/json" 77 "/path/to/tmp/json"
77 ], 78 ],
79 "cwd": "[SLAVE_BUILD]",
78 "name": "read test spec", 80 "name": "read test spec",
79 "~followup_annotations": [ 81 "~followup_annotations": [
80 "@@@STEP_TEXT@path: testing/buildbot/chromium_memory_trybot.json@@@", 82 "@@@STEP_TEXT@path: testing/buildbot/chromium_memory_trybot.json@@@",
81 "@@@STEP_LOG_LINE@json.output@[@@@", 83 "@@@STEP_LOG_LINE@json.output@[@@@",
82 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", 84 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
83 "@@@STEP_LOG_LINE@json.output@ {@@@", 85 "@@@STEP_LOG_LINE@json.output@ {@@@",
84 "@@@STEP_LOG_LINE@json.output@ \"platforms\": [@@@", 86 "@@@STEP_LOG_LINE@json.output@ \"platforms\": [@@@",
85 "@@@STEP_LOG_LINE@json.output@ \"linux\", @@@", 87 "@@@STEP_LOG_LINE@json.output@ \"linux\", @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"mac\"@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"mac\"@@@",
87 "@@@STEP_LOG_LINE@json.output@ ], @@@", 89 "@@@STEP_LOG_LINE@json.output@ ], @@@",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "--output", 121 "--output",
120 "/path/to/tmp/json", 122 "/path/to/tmp/json",
121 "--", 123 "--",
122 "--build-config-fs", 124 "--build-config-fs",
123 "Release", 125 "Release",
124 "--paths", 126 "--paths",
125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
126 "--properties", 128 "--properties",
127 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}" 129 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}"
128 ], 130 ],
131 "cwd": "[SLAVE_BUILD]",
129 "name": "get compile targets for scripts", 132 "name": "get compile targets for scripts",
130 "~followup_annotations": [ 133 "~followup_annotations": [
131 "@@@STEP_LOG_LINE@json.output@{}@@@", 134 "@@@STEP_LOG_LINE@json.output@{}@@@",
132 "@@@STEP_LOG_END@json.output@@@" 135 "@@@STEP_LOG_END@json.output@@@"
133 ] 136 ]
134 }, 137 },
135 { 138 {
136 "cmd": [ 139 "cmd": [
137 "python", 140 "python",
138 "-u", 141 "-u",
139 "[DEPOT_TOOLS]/gclient.py", 142 "[DEPOT_TOOLS]/gclient.py",
140 "runhooks" 143 "runhooks"
141 ], 144 ],
145 "cwd": "[SLAVE_BUILD]",
142 "env": { 146 "env": {
143 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1" 147 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1"
144 }, 148 },
145 "name": "gclient runhooks (with patch)" 149 "name": "gclient runhooks (with patch)"
146 }, 150 },
147 { 151 {
148 "cmd": [ 152 "cmd": [
149 "python", 153 "python",
150 "-u", 154 "-u",
151 "[BUILD]/scripts/slave/compile.py", 155 "[BUILD]/scripts/slave/compile.py",
152 "--target", 156 "--target",
153 "Release", 157 "Release",
154 "--src-dir", 158 "--src-dir",
155 "[SLAVE_BUILD]/src", 159 "[SLAVE_BUILD]/src",
156 "--build-tool", 160 "--build-tool",
157 "ninja", 161 "ninja",
158 "--compiler", 162 "--compiler",
159 "goma-clang", 163 "goma-clang",
160 "--goma-dir", 164 "--goma-dir",
161 "[BUILD]/goma", 165 "[BUILD]/goma",
162 "--", 166 "--",
163 "base_unittests", 167 "base_unittests",
164 "browser_tests", 168 "browser_tests",
165 "mojo_common_unittests" 169 "mojo_common_unittests"
166 ], 170 ],
171 "cwd": "[SLAVE_BUILD]",
167 "name": "compile (with patch)", 172 "name": "compile (with patch)",
168 "~followup_annotations": [ 173 "~followup_annotations": [
169 "step returned non-zero exit code: 1", 174 "step returned non-zero exit code: 1",
170 "@@@STEP_FAILURE@@@" 175 "@@@STEP_FAILURE@@@"
171 ] 176 ]
172 }, 177 },
173 { 178 {
174 "cmd": [ 179 "cmd": [
175 "python", 180 "python",
176 "-u", 181 "-u",
(...skipping 11 matching lines...) Expand all
188 "--revision_mapping_file", 193 "--revision_mapping_file",
189 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 194 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
190 "--rietveld_server", 195 "--rietveld_server",
191 "https://codereview.chromium.org", 196 "https://codereview.chromium.org",
192 "--output_json", 197 "--output_json",
193 "/path/to/tmp/json", 198 "/path/to/tmp/json",
194 "--revision", 199 "--revision",
195 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 200 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
196 "--force" 201 "--force"
197 ], 202 ],
203 "cwd": "[SLAVE_BUILD]",
198 "name": "bot_update (without patch)", 204 "name": "bot_update (without patch)",
199 "~followup_annotations": [ 205 "~followup_annotations": [
200 "@@@STEP_TEXT@Some step text@@@", 206 "@@@STEP_TEXT@Some step text@@@",
201 "@@@STEP_LOG_LINE@json.output@{@@@", 207 "@@@STEP_LOG_LINE@json.output@{@@@",
202 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 208 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
203 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 209 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
204 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 210 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
205 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 211 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
206 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 212 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
207 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 213 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 14 matching lines...) Expand all
222 "@@@STEP_LOG_END@json.output@@@" 228 "@@@STEP_LOG_END@json.output@@@"
223 ] 229 ]
224 }, 230 },
225 { 231 {
226 "cmd": [ 232 "cmd": [
227 "python", 233 "python",
228 "-u", 234 "-u",
229 "[DEPOT_TOOLS]/gclient.py", 235 "[DEPOT_TOOLS]/gclient.py",
230 "runhooks" 236 "runhooks"
231 ], 237 ],
238 "cwd": "[SLAVE_BUILD]",
232 "env": { 239 "env": {
233 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1" 240 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1"
234 }, 241 },
235 "name": "gclient runhooks (without patch)" 242 "name": "gclient runhooks (without patch)"
236 }, 243 },
237 { 244 {
238 "cmd": [ 245 "cmd": [
239 "python", 246 "python",
240 "-u", 247 "-u",
241 "[BUILD]/scripts/slave/compile.py", 248 "[BUILD]/scripts/slave/compile.py",
242 "--target", 249 "--target",
243 "Release", 250 "Release",
244 "--src-dir", 251 "--src-dir",
245 "[SLAVE_BUILD]/src", 252 "[SLAVE_BUILD]/src",
246 "--build-tool", 253 "--build-tool",
247 "ninja", 254 "ninja",
248 "--compiler", 255 "--compiler",
249 "goma-clang", 256 "goma-clang",
250 "--goma-dir", 257 "--goma-dir",
251 "[BUILD]/goma", 258 "[BUILD]/goma",
252 "--", 259 "--",
253 "base_unittests", 260 "base_unittests",
254 "browser_tests", 261 "browser_tests",
255 "mojo_common_unittests" 262 "mojo_common_unittests"
256 ], 263 ],
264 "cwd": "[SLAVE_BUILD]",
257 "name": "compile (without patch)", 265 "name": "compile (without patch)",
258 "~followup_annotations": [ 266 "~followup_annotations": [
259 "step returned non-zero exit code: 1", 267 "step returned non-zero exit code: 1",
260 "@@@STEP_FAILURE@@@", 268 "@@@STEP_FAILURE@@@",
261 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", 269 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@",
262 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 270 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
263 ] 271 ]
264 }, 272 },
265 { 273 {
266 "name": "$final_result", 274 "name": "$final_result",
267 "reason": "Step('compile (without patch)') failed with return_code 1", 275 "reason": "Step('compile (without patch)') failed with return_code 1",
268 "status_code": 1 276 "status_code": 1
269 } 277 }
270 ] 278 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698