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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_ng.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_rel_ng", 10 "linux_chromium_rel_ng",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"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\"}", 18 "{\"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\"}",
19 "--issue", 19 "--issue",
20 "12853011", 20 "12853011",
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 ], 29 ],
30 "cwd": "[SLAVE_BUILD]",
30 "name": "bot_update", 31 "name": "bot_update",
31 "~followup_annotations": [ 32 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
66 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
67 ] 68 ]
68 }, 69 },
69 { 70 {
70 "cmd": [ 71 "cmd": [
71 "python", 72 "python",
72 "-u", 73 "-u",
73 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 74 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
74 "--version" 75 "--version"
75 ], 76 ],
77 "cwd": "[SLAVE_BUILD]",
76 "name": "swarming.py --version", 78 "name": "swarming.py --version",
77 "stdout": "/path/to/tmp/", 79 "stdout": "/path/to/tmp/",
78 "~followup_annotations": [ 80 "~followup_annotations": [
79 "@@@STEP_TEXT@0.4.10@@@" 81 "@@@STEP_TEXT@0.4.10@@@"
80 ] 82 ]
81 }, 83 },
82 { 84 {
83 "cmd": [ 85 "cmd": [
84 "python", 86 "python",
85 "-u", 87 "-u",
86 "[DEPOT_TOOLS]/gclient.py", 88 "[DEPOT_TOOLS]/gclient.py",
87 "runhooks" 89 "runhooks"
88 ], 90 ],
91 "cwd": "[SLAVE_BUILD]",
89 "env": { 92 "env": {
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" 93 "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 }, 94 },
92 "name": "gclient runhooks (with patch)" 95 "name": "gclient runhooks (with patch)"
93 }, 96 },
94 { 97 {
95 "cmd": [ 98 "cmd": [
96 "python", 99 "python",
97 "-u", 100 "-u",
98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 102 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
100 "/path/to/tmp/json" 103 "/path/to/tmp/json"
101 ], 104 ],
105 "cwd": "[SLAVE_BUILD]",
102 "name": "read test spec", 106 "name": "read test spec",
103 "~followup_annotations": [ 107 "~followup_annotations": [
104 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 108 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
105 "@@@STEP_LOG_LINE@json.output@{}@@@", 109 "@@@STEP_LOG_LINE@json.output@{}@@@",
106 "@@@STEP_LOG_END@json.output@@@" 110 "@@@STEP_LOG_END@json.output@@@"
107 ] 111 ]
108 }, 112 },
109 { 113 {
110 "cmd": [ 114 "cmd": [
111 "python", 115 "python",
112 "-u", 116 "-u",
113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 117 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
114 "--output", 118 "--output",
115 "/path/to/tmp/json", 119 "/path/to/tmp/json",
116 "--", 120 "--",
117 "--build-config-fs", 121 "--build-config-fs",
118 "Release", 122 "Release",
119 "--paths", 123 "--paths",
120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 124 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
121 "--properties", 125 "--properties",
122 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}" 126 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}"
123 ], 127 ],
128 "cwd": "[SLAVE_BUILD]",
124 "name": "get compile targets for scripts", 129 "name": "get compile targets for scripts",
125 "~followup_annotations": [ 130 "~followup_annotations": [
126 "@@@STEP_LOG_LINE@json.output@{}@@@", 131 "@@@STEP_LOG_LINE@json.output@{}@@@",
127 "@@@STEP_LOG_END@json.output@@@" 132 "@@@STEP_LOG_END@json.output@@@"
128 ] 133 ]
129 }, 134 },
130 { 135 {
131 "cmd": [ 136 "cmd": [
132 "killall", 137 "killall",
133 "-9", 138 "-9",
134 "gnome-keyring-daemon" 139 "gnome-keyring-daemon"
135 ], 140 ],
141 "cwd": "[SLAVE_BUILD]",
136 "name": "killall gnome-keyring-daemon" 142 "name": "killall gnome-keyring-daemon"
137 }, 143 },
138 { 144 {
139 "cmd": [ 145 "cmd": [
140 "git", 146 "git",
141 "diff", 147 "diff",
142 "--cached", 148 "--cached",
143 "--name-only" 149 "--name-only"
144 ], 150 ],
145 "cwd": "[SLAVE_BUILD]/src", 151 "cwd": "[SLAVE_BUILD]/src",
146 "name": "git diff to analyze patch", 152 "name": "git diff to analyze patch",
147 "stdout": "/path/to/tmp/", 153 "stdout": "/path/to/tmp/",
148 "~followup_annotations": [ 154 "~followup_annotations": [
149 "@@@STEP_LOG_LINE@files@foo.cc@@@", 155 "@@@STEP_LOG_LINE@files@foo.cc@@@",
150 "@@@STEP_LOG_END@files@@@" 156 "@@@STEP_LOG_END@files@@@"
151 ] 157 ]
152 }, 158 },
153 { 159 {
154 "cmd": [ 160 "cmd": [
155 "python", 161 "python",
156 "-u", 162 "-u",
157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 163 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
158 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 164 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
159 "/path/to/tmp/json" 165 "/path/to/tmp/json"
160 ], 166 ],
167 "cwd": "[SLAVE_BUILD]",
161 "name": "read filter exclusion spec", 168 "name": "read filter exclusion spec",
162 "~followup_annotations": [ 169 "~followup_annotations": [
163 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 170 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
164 "@@@STEP_LOG_LINE@json.output@{@@@", 171 "@@@STEP_LOG_LINE@json.output@{@@@",
165 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 172 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
166 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 173 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
167 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", 174 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
168 "@@@STEP_LOG_LINE@json.output@ ]@@@", 175 "@@@STEP_LOG_LINE@json.output@ ]@@@",
169 "@@@STEP_LOG_LINE@json.output@ }, @@@", 176 "@@@STEP_LOG_LINE@json.output@ }, @@@",
170 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 177 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
171 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 178 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
172 "@@@STEP_LOG_LINE@json.output@ }@@@", 179 "@@@STEP_LOG_LINE@json.output@ }@@@",
173 "@@@STEP_LOG_LINE@json.output@}@@@", 180 "@@@STEP_LOG_LINE@json.output@}@@@",
174 "@@@STEP_LOG_END@json.output@@@" 181 "@@@STEP_LOG_END@json.output@@@"
175 ] 182 ]
176 }, 183 },
177 { 184 {
178 "cmd": [ 185 "cmd": [
179 "python", 186 "python",
180 "-u", 187 "-u",
181 "import sys; sys.exit(0)" 188 "import sys; sys.exit(0)"
182 ], 189 ],
190 "cwd": "[SLAVE_BUILD]",
183 "name": "analyze", 191 "name": "analyze",
184 "~followup_annotations": [ 192 "~followup_annotations": [
185 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 193 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
186 "@@@STEP_LOG_END@excluded_files@@@", 194 "@@@STEP_LOG_END@excluded_files@@@",
187 "@@@STEP_LOG_LINE@analyze_details@{@@@", 195 "@@@STEP_LOG_LINE@analyze_details@{@@@",
188 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 196 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
189 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 197 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
190 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 198 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
191 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@", 199 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@",
192 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 200 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "@@@STEP_LOG_LINE@analyze_details@}@@@", 239 "@@@STEP_LOG_LINE@analyze_details@}@@@",
232 "@@@STEP_LOG_END@analyze_details@@@" 240 "@@@STEP_LOG_END@analyze_details@@@"
233 ] 241 ]
234 }, 242 },
235 { 243 {
236 "cmd": [ 244 "cmd": [
237 "python", 245 "python",
238 "-u", 246 "-u",
239 "[BUILD]/scripts/slave/cleanup_temp.py" 247 "[BUILD]/scripts/slave/cleanup_temp.py"
240 ], 248 ],
249 "cwd": "[SLAVE_BUILD]",
241 "name": "cleanup_temp" 250 "name": "cleanup_temp"
242 }, 251 },
243 { 252 {
244 "cmd": [ 253 "cmd": [
245 "python", 254 "python",
246 "-u", 255 "-u",
247 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 256 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
248 "--build-dir", 257 "--build-dir",
249 "[SLAVE_BUILD]/src/out/Release", 258 "[SLAVE_BUILD]/src/out/Release",
250 "--clean-isolated-files" 259 "--clean-isolated-files"
251 ], 260 ],
261 "cwd": "[SLAVE_BUILD]",
252 "name": "clean isolated files" 262 "name": "clean isolated files"
253 }, 263 },
254 { 264 {
255 "cmd": [ 265 "cmd": [
256 "python", 266 "python",
257 "-u", 267 "-u",
258 "[BUILD]/scripts/slave/compile.py", 268 "[BUILD]/scripts/slave/compile.py",
259 "--target", 269 "--target",
260 "Release", 270 "Release",
261 "--src-dir", 271 "--src-dir",
262 "[SLAVE_BUILD]/src", 272 "[SLAVE_BUILD]/src",
263 "--build-tool", 273 "--build-tool",
264 "ninja", 274 "ninja",
265 "--compiler", 275 "--compiler",
266 "goma", 276 "goma",
267 "--goma-dir", 277 "--goma-dir",
268 "[BUILD]/goma", 278 "[BUILD]/goma",
269 "--ninja-ensure-up-to-date", 279 "--ninja-ensure-up-to-date",
270 "--", 280 "--",
271 "angle_unittests_run", 281 "angle_unittests_run",
272 "chrome", 282 "chrome",
273 "telemetry_gpu_test_run", 283 "telemetry_gpu_test_run",
274 "tab_capture_end2end_tests_run", 284 "tab_capture_end2end_tests_run",
275 "content_gl_tests_run", 285 "content_gl_tests_run",
276 "gl_tests_run", 286 "gl_tests_run",
277 "chromium_swarm_tests" 287 "chromium_swarm_tests"
278 ], 288 ],
289 "cwd": "[SLAVE_BUILD]",
279 "name": "compile (with patch)", 290 "name": "compile (with patch)",
280 "~followup_annotations": [ 291 "~followup_annotations": [
281 "step returned non-zero exit code: 1", 292 "step returned non-zero exit code: 1",
282 "@@@STEP_FAILURE@@@" 293 "@@@STEP_FAILURE@@@"
283 ] 294 ]
284 }, 295 },
285 { 296 {
286 "cmd": [ 297 "cmd": [
287 "python", 298 "python",
288 "-u", 299 "-u",
(...skipping 11 matching lines...) Expand all
300 "--revision_mapping_file", 311 "--revision_mapping_file",
301 "{\"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\"}", 312 "{\"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\"}",
302 "--rietveld_server", 313 "--rietveld_server",
303 "https://codereview.chromium.org", 314 "https://codereview.chromium.org",
304 "--output_json", 315 "--output_json",
305 "/path/to/tmp/json", 316 "/path/to/tmp/json",
306 "--revision", 317 "--revision",
307 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 318 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
308 "--force" 319 "--force"
309 ], 320 ],
321 "cwd": "[SLAVE_BUILD]",
310 "name": "bot_update (without patch)", 322 "name": "bot_update (without patch)",
311 "~followup_annotations": [ 323 "~followup_annotations": [
312 "@@@STEP_TEXT@Some step text@@@", 324 "@@@STEP_TEXT@Some step text@@@",
313 "@@@STEP_LOG_LINE@json.output@{@@@", 325 "@@@STEP_LOG_LINE@json.output@{@@@",
314 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 326 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
315 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 327 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
316 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 328 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
317 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 329 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
318 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 330 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
319 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 331 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 14 matching lines...) Expand all
334 "@@@STEP_LOG_END@json.output@@@" 346 "@@@STEP_LOG_END@json.output@@@"
335 ] 347 ]
336 }, 348 },
337 { 349 {
338 "cmd": [ 350 "cmd": [
339 "python", 351 "python",
340 "-u", 352 "-u",
341 "[DEPOT_TOOLS]/gclient.py", 353 "[DEPOT_TOOLS]/gclient.py",
342 "runhooks" 354 "runhooks"
343 ], 355 ],
356 "cwd": "[SLAVE_BUILD]",
344 "env": { 357 "env": {
345 "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" 358 "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"
346 }, 359 },
347 "name": "gclient runhooks (without patch)" 360 "name": "gclient runhooks (without patch)"
348 }, 361 },
349 { 362 {
350 "cmd": [ 363 "cmd": [
351 "python", 364 "python",
352 "-u", 365 "-u",
353 "[BUILD]/scripts/slave/compile.py", 366 "[BUILD]/scripts/slave/compile.py",
(...skipping 10 matching lines...) Expand all
364 "--ninja-ensure-up-to-date", 377 "--ninja-ensure-up-to-date",
365 "--", 378 "--",
366 "angle_unittests_run", 379 "angle_unittests_run",
367 "chrome", 380 "chrome",
368 "telemetry_gpu_test_run", 381 "telemetry_gpu_test_run",
369 "tab_capture_end2end_tests_run", 382 "tab_capture_end2end_tests_run",
370 "content_gl_tests_run", 383 "content_gl_tests_run",
371 "gl_tests_run", 384 "gl_tests_run",
372 "chromium_swarm_tests" 385 "chromium_swarm_tests"
373 ], 386 ],
387 "cwd": "[SLAVE_BUILD]",
374 "name": "compile (without patch)", 388 "name": "compile (without patch)",
375 "~followup_annotations": [ 389 "~followup_annotations": [
376 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 390 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
377 ] 391 ]
378 }, 392 },
379 { 393 {
380 "name": "$final_result", 394 "name": "$final_result",
381 "reason": "Step('compile (with patch)') failed with return_code 1", 395 "reason": "Step('compile (with patch)') failed with return_code 1",
382 "status_code": 1 396 "status_code": 1
383 } 397 }
384 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698