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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/unittest_should_run_gn_compile_failure.json

Issue 211473006: Add GN (the build tool) to the chromium.linux buildbots and try jobs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge to r260023 Created 6 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "abort_on_failure": false, 3 "abort_on_failure": false,
4 "can_fail_build": false, 4 "can_fail_build": false,
5 "cmd": [ 5 "cmd": [
6 "python", 6 "python",
7 "-u", 7 "-u",
8 "[DEPOT_TOOLS]/gclient.py", 8 "[DEPOT_TOOLS]/gclient.py",
9 "config", 9 "config",
10 "--spec", 10 "--spec",
(...skipping 17 matching lines...) Expand all
28 "abort_on_failure": false, 28 "abort_on_failure": false,
29 "can_fail_build": false, 29 "can_fail_build": false,
30 "cmd": [ 30 "cmd": [
31 "python", 31 "python",
32 "-u", 32 "-u",
33 "[DEPOT_TOOLS]/gclient.py", 33 "[DEPOT_TOOLS]/gclient.py",
34 "sync", 34 "sync",
35 "--nohooks", 35 "--nohooks",
36 "--delete_unversioned_trees", 36 "--delete_unversioned_trees",
37 "--force", 37 "--force",
38 "--revision",
39 "src@HEAD",
38 "--output-json", 40 "--output-json",
39 "/path/to/tmp/json" 41 "/path/to/tmp/json"
40 ], 42 ],
41 "name": "gclient sync", 43 "name": "gclient sync",
42 "~followup_annotations": [ 44 "~followup_annotations": [
43 "@@@STEP_LOG_LINE@json.output@{@@@", 45 "@@@STEP_LOG_LINE@json.output@{@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 47 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
46 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 48 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
47 "@@@STEP_LOG_LINE@json.output@ }, @@@", 49 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 { 112 {
111 "abort_on_failure": false, 113 "abort_on_failure": false,
112 "can_fail_build": false, 114 "can_fail_build": false,
113 "cmd": [ 115 "cmd": [
114 "python", 116 "python",
115 "-u", 117 "-u",
116 "[DEPOT_TOOLS]/gclient.py", 118 "[DEPOT_TOOLS]/gclient.py",
117 "runhooks" 119 "runhooks"
118 ], 120 ],
119 "env": { 121 "env": {
120 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 122 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
121 }, 123 },
122 "name": "gclient runhooks" 124 "name": "gclient runhooks"
123 }, 125 },
124 { 126 {
125 "abort_on_failure": false, 127 "abort_on_failure": false,
126 "can_fail_build": false, 128 "can_fail_build": false,
127 "cmd": [ 129 "cmd": [
128 "python", 130 "python",
129 "-u", 131 "-u",
130 "[BUILD]/scripts/slave/compile.py", 132 "[BUILD]/scripts/slave/compile.py",
131 "--target", 133 "--target",
132 "Release", 134 "Debug",
133 "--src-dir", 135 "--src-dir",
134 "[SLAVE_BUILD]/src", 136 "[SLAVE_BUILD]/src",
135 "--build-tool", 137 "--build-tool",
136 "ninja", 138 "ninja",
137 "--compiler", 139 "--compiler",
138 "goma", 140 "goma",
139 "--goma-dir", 141 "--goma-dir",
140 "[BUILD]/goma", 142 "[BUILD]/goma",
141 "--", 143 "--",
142 "base_unittests", 144 "base_unittests",
(...skipping 15 matching lines...) Expand all
158 "sql_unittests", 160 "sql_unittests",
159 "sync_unit_tests", 161 "sync_unit_tests",
160 "ui_unittests", 162 "ui_unittests",
161 "unit_tests", 163 "unit_tests",
162 "browser_tests", 164 "browser_tests",
163 "content_browsertests", 165 "content_browsertests",
164 "interactive_ui_tests", 166 "interactive_ui_tests",
165 "sync_integration_tests", 167 "sync_integration_tests",
166 "chrome" 168 "chrome"
167 ], 169 ],
168 "name": "compile (with patch)", 170 "name": "compile (with patch)"
171 },
172 {
173 "cmd": [
174 "python",
175 "-u",
176 "[DEPOT_TOOLS]/gn.py",
177 "--root=[SLAVE_BUILD]/src",
178 "gen",
179 "//out/Debug_gn",
180 "--args=is_debug=true"
181 ],
182 "name": "gn"
183 },
184 {
185 "cmd": [
186 "[DEPOT_TOOLS]/ninja",
187 "-C",
188 "[SLAVE_BUILD]/src/out/Debug_gn"
189 ],
190 "name": "compile (gn with patch)",
169 "~followup_annotations": [ 191 "~followup_annotations": [
170 "step returned non-zero exit code: 1", 192 "step returned non-zero exit code: 1",
171 "@@@STEP_FAILURE@@@" 193 "@@@STEP_FAILURE@@@"
172 ] 194 ]
173 }, 195 },
174 { 196 {
175 "cmd": [ 197 "cmd": [
176 "python", 198 "python",
177 "-u", 199 "-u",
178 "[DEPOT_TOOLS]/gclient.py", 200 "[DEPOT_TOOLS]/gclient.py",
179 "config", 201 "config",
180 "--spec", 202 "--spec",
181 "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', 'safesync_url': 'https://bui ld.chromium.org/p/chromium/lkcr-status/lkgr', 'url': 'svn://svn-mirror.golo.chro mium.org/chrome/trunk/src'}]" 203 "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', 'safesync_url': 'https://bui ld.chromium.org/p/chromium/lkcr-status/lkgr', 'url': 'svn://svn-mirror.golo.chro mium.org/chrome/trunk/src'}]"
182 ], 204 ],
183 "name": "gclient setup (2)" 205 "name": "gclient setup (2)",
206 "skip": true
184 }, 207 },
185 { 208 {
186 "abort_on_failure": true, 209 "abort_on_failure": true,
187 "cmd": [ 210 "cmd": [
188 "python", 211 "python",
189 "-u", 212 "-u",
190 "[BUILD]/scripts/slave/gclient_safe_revert.py", 213 "[BUILD]/scripts/slave/gclient_safe_revert.py",
191 ".", 214 ".",
192 "[DEPOT_TOOLS]/gclient" 215 "[DEPOT_TOOLS]/gclient"
193 ], 216 ],
194 "name": "gclient revert (2)" 217 "name": "gclient revert (2)",
218 "skip": true
195 }, 219 },
196 { 220 {
197 "abort_on_failure": true, 221 "abort_on_failure": true,
198 "cmd": [ 222 "cmd": [
199 "python", 223 "python",
200 "-u", 224 "-u",
201 "[DEPOT_TOOLS]/gclient.py", 225 "[DEPOT_TOOLS]/gclient.py",
202 "sync", 226 "sync",
203 "--nohooks", 227 "--nohooks",
204 "--delete_unversioned_trees", 228 "--delete_unversioned_trees",
205 "--force", 229 "--force",
230 "--revision",
231 "src@HEAD",
206 "--output-json", 232 "--output-json",
207 "/path/to/tmp/json" 233 "/path/to/tmp/json"
208 ], 234 ],
209 "name": "gclient sync (2)", 235 "name": "gclient sync (2)",
210 "~followup_annotations": [ 236 "skip": true
211 "@@@STEP_LOG_LINE@json.output@{@@@",
212 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
213 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
214 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
215 "@@@STEP_LOG_LINE@json.output@ }, @@@",
216 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
217 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@",
218 "@@@STEP_LOG_LINE@json.output@ }, @@@",
219 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit/\": {@@@",
220 "@@@STEP_LOG_LINE@json.output@ \"revision\": 124383@@@",
221 "@@@STEP_LOG_LINE@json.output@ }, @@@",
222 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@",
223 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@",
224 "@@@STEP_LOG_LINE@json.output@ }, @@@",
225 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarm_client/\": {@@@",
226 "@@@STEP_LOG_LINE@json.output@ \"revision\": 200767@@@",
227 "@@@STEP_LOG_LINE@json.output@ }, @@@",
228 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@",
229 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@",
230 "@@@STEP_LOG_LINE@json.output@ }@@@",
231 "@@@STEP_LOG_LINE@json.output@ }@@@",
232 "@@@STEP_LOG_LINE@json.output@}@@@",
233 "@@@STEP_LOG_END@json.output@@@",
234 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@",
235 "@@@SET_BUILD_PROPERTY@got_webkit_revision@124383@@@",
236 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@",
237 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@",
238 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@",
239 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@"
240 ]
241 }, 237 },
242 { 238 {
243 "abort_on_failure": true, 239 "abort_on_failure": true,
244 "cmd": [ 240 "cmd": [
245 "python", 241 "python",
246 "-u", 242 "-u",
247 "[DEPOT_TOOLS]/apply_issue.py", 243 "[DEPOT_TOOLS]/apply_issue.py",
248 "-r", 244 "-r",
249 "[SLAVE_BUILD]/src", 245 "[SLAVE_BUILD]/src",
250 "-i", 246 "-i",
251 "12853011", 247 "12853011",
252 "-p", 248 "-p",
253 "1", 249 "1",
254 "-s", 250 "-s",
255 "https://codereview.chromium.org", 251 "https://codereview.chromium.org",
256 "--no-auth" 252 "--no-auth"
257 ], 253 ],
258 "name": "apply_issue (2)" 254 "name": "apply_issue (2)",
255 "skip": true
259 }, 256 },
260 { 257 {
261 "abort_on_failure": false, 258 "abort_on_failure": false,
262 "can_fail_build": false, 259 "can_fail_build": false,
263 "cmd": [ 260 "cmd": [
264 "python", 261 "python",
265 "-u", 262 "-u",
266 "[BUILD]/scripts/slave/compile.py", 263 "[BUILD]/scripts/slave/compile.py",
267 "--target", 264 "--target",
268 "Release", 265 "Debug",
269 "--src-dir", 266 "--src-dir",
270 "[SLAVE_BUILD]/src", 267 "[SLAVE_BUILD]/src",
271 "--build-tool", 268 "--build-tool",
272 "ninja", 269 "ninja",
273 "--compiler", 270 "--compiler",
274 "goma", 271 "goma",
275 "--goma-dir", 272 "--goma-dir",
276 "[BUILD]/goma", 273 "[BUILD]/goma",
277 "--clobber", 274 "--clobber",
278 "--", 275 "--",
(...skipping 17 matching lines...) Expand all
296 "sync_unit_tests", 293 "sync_unit_tests",
297 "ui_unittests", 294 "ui_unittests",
298 "unit_tests", 295 "unit_tests",
299 "browser_tests", 296 "browser_tests",
300 "content_browsertests", 297 "content_browsertests",
301 "interactive_ui_tests", 298 "interactive_ui_tests",
302 "sync_integration_tests", 299 "sync_integration_tests",
303 "chrome" 300 "chrome"
304 ], 301 ],
305 "name": "compile (with patch, lkcr, clobber)", 302 "name": "compile (with patch, lkcr, clobber)",
306 "~followup_annotations": [ 303 "skip": true
307 "step returned non-zero exit code: 1",
308 "@@@STEP_FAILURE@@@"
309 ]
310 }, 304 },
311 { 305 {
312 "cmd": [ 306 "cmd": [
313 "python", 307 "python",
314 "-u", 308 "-u",
315 "\nimport os, shutil, sys\nfor p in [os.path.join(sys.argv[1], x) for x in os.listdir(sys.argv[1])]:\n if os.path.isdir(p):\n shutil.rmtree(p)\n else :\n os.unlink(p)\n", 309 "\nimport os, shutil, sys\nfor p in [os.path.join(sys.argv[1], x) for x in os.listdir(sys.argv[1])]:\n if os.path.isdir(p):\n shutil.rmtree(p)\n else :\n os.unlink(p)\n",
316 "[SLAVE_BUILD]" 310 "[SLAVE_BUILD]"
317 ], 311 ],
318 "name": "rmcontents slave build directory", 312 "name": "rmcontents slave build directory",
319 "seed_steps": [ 313 "seed_steps": [
320 "rmcontents slave build directory", 314 "rmcontents slave build directory",
321 "gclient setup (3)" 315 "gclient setup (3)"
322 ], 316 ],
323 "~followup_annotations": [ 317 "skip": true
324 "@@@STEP_LOG_LINE@python.inline@@@@",
325 "@@@STEP_LOG_LINE@python.inline@import os, shutil, sys@@@",
326 "@@@STEP_LOG_LINE@python.inline@for p in [os.path.join(sys.argv[1], x) for x in os.listdir(sys.argv[1])]:@@@",
327 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@",
328 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(p)@@@",
329 "@@@STEP_LOG_LINE@python.inline@ else:@@@",
330 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@",
331 "@@@STEP_LOG_END@python.inline@@@"
332 ]
333 }, 318 },
334 { 319 {
335 "cmd": [ 320 "cmd": [
336 "python", 321 "python",
337 "-u", 322 "-u",
338 "[DEPOT_TOOLS]/gclient.py", 323 "[DEPOT_TOOLS]/gclient.py",
339 "config", 324 "config",
340 "--spec", 325 "--spec",
341 "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', 'safesync_url': 'https://bui ld.chromium.org/p/chromium/lkcr-status/lkgr', 'url': 'svn://svn-mirror.golo.chro mium.org/chrome/trunk/src'}]" 326 "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', 'safesync_url': 'https://bui ld.chromium.org/p/chromium/lkcr-status/lkgr', 'url': 'svn://svn-mirror.golo.chro mium.org/chrome/trunk/src'}]"
342 ], 327 ],
343 "name": "gclient setup (3)" 328 "name": "gclient setup (3)",
329 "skip": true
344 }, 330 },
345 { 331 {
346 "abort_on_failure": true, 332 "abort_on_failure": true,
347 "cmd": [ 333 "cmd": [
348 "python", 334 "python",
349 "-u", 335 "-u",
350 "[DEPOT_TOOLS]/gclient.py", 336 "[DEPOT_TOOLS]/gclient.py",
351 "sync", 337 "sync",
352 "--nohooks", 338 "--nohooks",
353 "--delete_unversioned_trees", 339 "--delete_unversioned_trees",
354 "--force", 340 "--force",
341 "--revision",
342 "src@HEAD",
355 "--output-json", 343 "--output-json",
356 "/path/to/tmp/json" 344 "/path/to/tmp/json"
357 ], 345 ],
358 "name": "gclient sync (3)", 346 "name": "gclient sync (3)",
359 "~followup_annotations": [ 347 "skip": true
360 "@@@STEP_LOG_LINE@json.output@{@@@",
361 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
362 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
363 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
364 "@@@STEP_LOG_LINE@json.output@ }, @@@",
365 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
366 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@",
367 "@@@STEP_LOG_LINE@json.output@ }, @@@",
368 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit/\": {@@@",
369 "@@@STEP_LOG_LINE@json.output@ \"revision\": 124383@@@",
370 "@@@STEP_LOG_LINE@json.output@ }, @@@",
371 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@",
372 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@",
373 "@@@STEP_LOG_LINE@json.output@ }, @@@",
374 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarm_client/\": {@@@",
375 "@@@STEP_LOG_LINE@json.output@ \"revision\": 200767@@@",
376 "@@@STEP_LOG_LINE@json.output@ }, @@@",
377 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@",
378 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@",
379 "@@@STEP_LOG_LINE@json.output@ }@@@",
380 "@@@STEP_LOG_LINE@json.output@ }@@@",
381 "@@@STEP_LOG_LINE@json.output@}@@@",
382 "@@@STEP_LOG_END@json.output@@@",
383 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@",
384 "@@@SET_BUILD_PROPERTY@got_webkit_revision@124383@@@",
385 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@",
386 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@",
387 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@",
388 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@"
389 ]
390 }, 348 },
391 { 349 {
392 "abort_on_failure": true, 350 "abort_on_failure": true,
393 "cmd": [ 351 "cmd": [
394 "python", 352 "python",
395 "-u", 353 "-u",
396 "[DEPOT_TOOLS]/apply_issue.py", 354 "[DEPOT_TOOLS]/apply_issue.py",
397 "-r", 355 "-r",
398 "[SLAVE_BUILD]/src", 356 "[SLAVE_BUILD]/src",
399 "-i", 357 "-i",
400 "12853011", 358 "12853011",
401 "-p", 359 "-p",
402 "1", 360 "1",
403 "-s", 361 "-s",
404 "https://codereview.chromium.org", 362 "https://codereview.chromium.org",
405 "--no-auth" 363 "--no-auth"
406 ], 364 ],
407 "name": "apply_issue (3)", 365 "name": "apply_issue (3)",
408 "seed_steps": [ 366 "seed_steps": [
409 "apply_issue (3)", 367 "apply_issue (3)",
410 "gclient runhooks (2)", 368 "gclient runhooks (2)",
411 "compile (with patch, lkcr, clobber, nuke)" 369 "compile (with patch, lkcr, clobber, nuke)"
412 ] 370 ],
371 "skip": true
413 }, 372 },
414 { 373 {
415 "cmd": [ 374 "cmd": [
416 "python", 375 "python",
417 "-u", 376 "-u",
418 "[DEPOT_TOOLS]/gclient.py", 377 "[DEPOT_TOOLS]/gclient.py",
419 "runhooks" 378 "runhooks"
420 ], 379 ],
421 "env": { 380 "env": {
422 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 381 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
423 }, 382 },
424 "name": "gclient runhooks (2)" 383 "name": "gclient runhooks (2)",
384 "skip": true
425 }, 385 },
426 { 386 {
427 "abort_on_failure": true, 387 "abort_on_failure": true,
428 "cmd": [ 388 "cmd": [
429 "python", 389 "python",
430 "-u", 390 "-u",
431 "[BUILD]/scripts/slave/compile.py", 391 "[BUILD]/scripts/slave/compile.py",
432 "--target", 392 "--target",
433 "Release", 393 "Debug",
434 "--src-dir", 394 "--src-dir",
435 "[SLAVE_BUILD]/src", 395 "[SLAVE_BUILD]/src",
436 "--build-tool", 396 "--build-tool",
437 "ninja", 397 "ninja",
438 "--compiler", 398 "--compiler",
439 "goma", 399 "goma",
440 "--goma-dir", 400 "--goma-dir",
441 "[BUILD]/goma", 401 "[BUILD]/goma",
442 "--clobber", 402 "--clobber",
443 "--", 403 "--",
(...skipping 17 matching lines...) Expand all
461 "sync_unit_tests", 421 "sync_unit_tests",
462 "ui_unittests", 422 "ui_unittests",
463 "unit_tests", 423 "unit_tests",
464 "browser_tests", 424 "browser_tests",
465 "content_browsertests", 425 "content_browsertests",
466 "interactive_ui_tests", 426 "interactive_ui_tests",
467 "sync_integration_tests", 427 "sync_integration_tests",
468 "chrome" 428 "chrome"
469 ], 429 ],
470 "name": "compile (with patch, lkcr, clobber, nuke)", 430 "name": "compile (with patch, lkcr, clobber, nuke)",
471 "~followup_annotations": [ 431 "skip": true
472 "step returned non-zero exit code: 1", 432 },
473 "@@@STEP_FAILURE@@@" 433 {
474 ] 434 "cmd": [
435 "python",
436 "-u",
437 "\nimport os, shutil, sys\nfor p in [os.path.join(sys.argv[1], x) for x in os.listdir(sys.argv[1])]:\n if os.path.isdir(p):\n shutil.rmtree(p)\n else :\n os.unlink(p)\n",
438 "[SLAVE_BUILD]/src/out/Debug_gn"
439 ],
440 "name": "rmcontents slave gn build directory",
441 "skip": true
442 },
443 {
444 "cmd": [
445 "python",
446 "-u",
447 "[DEPOT_TOOLS]/gn.py",
448 "--root=[SLAVE_BUILD]/src",
449 "gen",
450 "//out/Debug_gn",
451 "--args=is_debug=true"
452 ],
453 "name": "gn (2)",
454 "skip": true
455 },
456 {
457 "cmd": [
458 "[DEPOT_TOOLS]/ninja",
459 "-C",
460 "[SLAVE_BUILD]/src/out/Debug_gn"
461 ],
462 "name": "compile (gn with patch, lkcr, clobber)",
463 "skip": true
475 } 464 }
476 ] 465 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698