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

Side by Side Diff: scripts/slave/recipes/gpu/download_and_test.expected/failures_keeps_going.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/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "cleanup temp" 9 "name": "cleanup temp"
9 }, 10 },
10 { 11 {
11 "cmd": [ 12 "cmd": [
12 "python", 13 "python",
13 "-u", 14 "-u",
14 "[BUILD]/scripts/slave/git_setup.py", 15 "[BUILD]/scripts/slave/git_setup.py",
15 "--path", 16 "--path",
16 "[SLAVE_BUILD]/swarming.client", 17 "[SLAVE_BUILD]/swarming.client",
17 "--url", 18 "--url",
18 "https://chromium.googlesource.com/external/swarming.client.git" 19 "https://chromium.googlesource.com/external/swarming.client.git"
19 ], 20 ],
21 "cwd": "[SLAVE_BUILD]",
20 "name": "git setup (swarming_client)" 22 "name": "git setup (swarming_client)"
21 }, 23 },
22 { 24 {
23 "cmd": [ 25 "cmd": [
24 "git", 26 "git",
25 "retry", 27 "retry",
26 "fetch", 28 "fetch",
27 "origin", 29 "origin",
28 "feaaabcdef" 30 "feaaabcdef"
29 ], 31 ],
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 ], 72 ],
71 "cwd": "[SLAVE_BUILD]/swarming.client", 73 "cwd": "[SLAVE_BUILD]/swarming.client",
72 "name": "submodule update (swarming_client)" 74 "name": "submodule update (swarming_client)"
73 }, 75 },
74 { 76 {
75 "cmd": [ 77 "cmd": [
76 "python", 78 "python",
77 "-u", 79 "-u",
78 "exit()" 80 "exit()"
79 ], 81 ],
82 "cwd": "[SLAVE_BUILD]",
80 "name": "copy parent_got_revision to got_revision", 83 "name": "copy parent_got_revision to got_revision",
81 "~followup_annotations": [ 84 "~followup_annotations": [
82 "@@@STEP_LOG_LINE@python.inline@exit()@@@", 85 "@@@STEP_LOG_LINE@python.inline@exit()@@@",
83 "@@@STEP_LOG_END@python.inline@@@", 86 "@@@STEP_LOG_END@python.inline@@@",
84 "@@@SET_BUILD_PROPERTY@got_revision@160000@@@" 87 "@@@SET_BUILD_PROPERTY@got_revision@160000@@@"
85 ] 88 ]
86 }, 89 },
87 { 90 {
88 "cmd": [ 91 "cmd": [
89 "killall", 92 "killall",
90 "-9", 93 "-9",
91 "gnome-keyring-daemon" 94 "gnome-keyring-daemon"
92 ], 95 ],
96 "cwd": "[SLAVE_BUILD]",
93 "name": "killall gnome-keyring-daemon" 97 "name": "killall gnome-keyring-daemon"
94 }, 98 },
95 { 99 {
96 "allow_subannotations": true, 100 "allow_subannotations": true,
97 "cmd": [ 101 "cmd": [
98 "python", 102 "python",
99 "-u", 103 "-u",
100 "[BUILD]/scripts/slave/runtest.py", 104 "[BUILD]/scripts/slave/runtest.py",
101 "--target", 105 "--target",
102 "Release", 106 "Release",
(...skipping 16 matching lines...) Expand all
119 "--webkit-revision=10000", 123 "--webkit-revision=10000",
120 "--master-class-name=ChromiumGPUTesting", 124 "--master-class-name=ChromiumGPUTesting",
121 "[SLAVE_BUILD]/swarming.client/run_isolated.py", 125 "[SLAVE_BUILD]/swarming.client/run_isolated.py",
122 "-H", 126 "-H",
123 "[dummy hash for content_gl_tests]", 127 "[dummy hash for content_gl_tests]",
124 "-I", 128 "-I",
125 "https://isolateserver.appspot.com", 129 "https://isolateserver.appspot.com",
126 "--", 130 "--",
127 "--use-gpu-in-tests" 131 "--use-gpu-in-tests"
128 ], 132 ],
133 "cwd": "[SLAVE_BUILD]",
129 "name": "content_gl_tests", 134 "name": "content_gl_tests",
130 "~followup_annotations": [ 135 "~followup_annotations": [
131 "step returned non-zero exit code: 1", 136 "step returned non-zero exit code: 1",
132 "@@@STEP_FAILURE@@@" 137 "@@@STEP_FAILURE@@@"
133 ] 138 ]
134 }, 139 },
135 { 140 {
136 "allow_subannotations": true, 141 "allow_subannotations": true,
137 "cmd": [ 142 "cmd": [
138 "python", 143 "python",
(...skipping 20 matching lines...) Expand all
159 "--webkit-revision=10000", 164 "--webkit-revision=10000",
160 "--master-class-name=ChromiumGPUTesting", 165 "--master-class-name=ChromiumGPUTesting",
161 "[SLAVE_BUILD]/swarming.client/run_isolated.py", 166 "[SLAVE_BUILD]/swarming.client/run_isolated.py",
162 "-H", 167 "-H",
163 "[dummy hash for gl_tests]", 168 "[dummy hash for gl_tests]",
164 "-I", 169 "-I",
165 "https://isolateserver.appspot.com", 170 "https://isolateserver.appspot.com",
166 "--", 171 "--",
167 "--use-gpu-in-tests" 172 "--use-gpu-in-tests"
168 ], 173 ],
174 "cwd": "[SLAVE_BUILD]",
169 "name": "gl_tests" 175 "name": "gl_tests"
170 }, 176 },
171 { 177 {
172 "allow_subannotations": true, 178 "allow_subannotations": true,
173 "cmd": [ 179 "cmd": [
174 "python", 180 "python",
175 "-u", 181 "-u",
176 "[BUILD]/scripts/slave/runtest.py", 182 "[BUILD]/scripts/slave/runtest.py",
177 "--target", 183 "--target",
178 "Release", 184 "Release",
(...skipping 16 matching lines...) Expand all
195 "--webkit-revision=10000", 201 "--webkit-revision=10000",
196 "--master-class-name=ChromiumGPUTesting", 202 "--master-class-name=ChromiumGPUTesting",
197 "[SLAVE_BUILD]/swarming.client/run_isolated.py", 203 "[SLAVE_BUILD]/swarming.client/run_isolated.py",
198 "-H", 204 "-H",
199 "[dummy hash for angle_unittests]", 205 "[dummy hash for angle_unittests]",
200 "-I", 206 "-I",
201 "https://isolateserver.appspot.com", 207 "https://isolateserver.appspot.com",
202 "--", 208 "--",
203 "--use-gpu-in-tests" 209 "--use-gpu-in-tests"
204 ], 210 ],
211 "cwd": "[SLAVE_BUILD]",
205 "name": "angle_unittests" 212 "name": "angle_unittests"
206 }, 213 },
207 { 214 {
208 "allow_subannotations": true, 215 "allow_subannotations": true,
209 "cmd": [ 216 "cmd": [
210 "python", 217 "python",
211 "-u", 218 "-u",
212 "[BUILD]/scripts/slave/runtest.py", 219 "[BUILD]/scripts/slave/runtest.py",
213 "--target", 220 "--target",
214 "Release", 221 "Release",
(...skipping 28 matching lines...) Expand all
243 "--build-revision", 250 "--build-revision",
244 "160000", 251 "160000",
245 "--test-machine-name", 252 "--test-machine-name",
246 "linux release tester", 253 "linux release tester",
247 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 254 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
248 "--output-format", 255 "--output-format",
249 "json", 256 "json",
250 "--output-dir", 257 "--output-dir",
251 "/path/to/tmp/" 258 "/path/to/tmp/"
252 ], 259 ],
260 "cwd": "[SLAVE_BUILD]",
253 "env": { 261 "env": {
254 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 262 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
255 }, 263 },
256 "name": "maps_pixel_test", 264 "name": "maps_pixel_test",
257 "~followup_annotations": [ 265 "~followup_annotations": [
258 "step returned non-zero exit code: 1", 266 "step returned non-zero exit code: 1",
259 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@", 267 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@",
260 "@@@STEP_FAILURE@@@" 268 "@@@STEP_FAILURE@@@"
261 ] 269 ]
262 }, 270 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "--os-type", 312 "--os-type",
305 "linux", 313 "linux",
306 "--test-machine-name", 314 "--test-machine-name",
307 "linux release tester", 315 "linux release tester",
308 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 316 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
309 "--output-format", 317 "--output-format",
310 "json", 318 "json",
311 "--output-dir", 319 "--output-dir",
312 "/path/to/tmp/" 320 "/path/to/tmp/"
313 ], 321 ],
322 "cwd": "[SLAVE_BUILD]",
314 "env": { 323 "env": {
315 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 324 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
316 }, 325 },
317 "name": "pixel_test", 326 "name": "pixel_test",
318 "~followup_annotations": [ 327 "~followup_annotations": [
319 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 328 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
320 ] 329 ]
321 }, 330 },
322 { 331 {
323 "allow_subannotations": true, 332 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
354 "--output-format=gtest", 363 "--output-format=gtest",
355 "--browser=release", 364 "--browser=release",
356 "-v", 365 "-v",
357 "--use-devtools-active-port", 366 "--use-devtools-active-port",
358 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 367 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
359 "--output-format", 368 "--output-format",
360 "json", 369 "json",
361 "--output-dir", 370 "--output-dir",
362 "/path/to/tmp/" 371 "/path/to/tmp/"
363 ], 372 ],
373 "cwd": "[SLAVE_BUILD]",
364 "env": { 374 "env": {
365 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 375 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
366 }, 376 },
367 "name": "webgl_conformance_tests", 377 "name": "webgl_conformance_tests",
368 "~followup_annotations": [ 378 "~followup_annotations": [
369 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 379 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
370 ] 380 ]
371 }, 381 },
372 { 382 {
373 "allow_subannotations": true, 383 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
404 "--output-format=gtest", 414 "--output-format=gtest",
405 "--browser=release", 415 "--browser=release",
406 "-v", 416 "-v",
407 "--use-devtools-active-port", 417 "--use-devtools-active-port",
408 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 418 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
409 "--output-format", 419 "--output-format",
410 "json", 420 "json",
411 "--output-dir", 421 "--output-dir",
412 "/path/to/tmp/" 422 "/path/to/tmp/"
413 ], 423 ],
424 "cwd": "[SLAVE_BUILD]",
414 "env": { 425 "env": {
415 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 426 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
416 }, 427 },
417 "name": "context_lost_tests", 428 "name": "context_lost_tests",
418 "~followup_annotations": [ 429 "~followup_annotations": [
419 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 430 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
420 ] 431 ]
421 }, 432 },
422 { 433 {
423 "allow_subannotations": true, 434 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
454 "--output-format=gtest", 465 "--output-format=gtest",
455 "--browser=release", 466 "--browser=release",
456 "-v", 467 "-v",
457 "--use-devtools-active-port", 468 "--use-devtools-active-port",
458 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 469 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
459 "--output-format", 470 "--output-format",
460 "json", 471 "json",
461 "--output-dir", 472 "--output-dir",
462 "/path/to/tmp/" 473 "/path/to/tmp/"
463 ], 474 ],
475 "cwd": "[SLAVE_BUILD]",
464 "env": { 476 "env": {
465 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 477 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
466 }, 478 },
467 "name": "memory_test", 479 "name": "memory_test",
468 "~followup_annotations": [ 480 "~followup_annotations": [
469 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 481 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
470 ] 482 ]
471 }, 483 },
472 { 484 {
473 "allow_subannotations": true, 485 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
504 "--output-format=gtest", 516 "--output-format=gtest",
505 "--browser=release", 517 "--browser=release",
506 "-v", 518 "-v",
507 "--use-devtools-active-port", 519 "--use-devtools-active-port",
508 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 520 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
509 "--output-format", 521 "--output-format",
510 "json", 522 "json",
511 "--output-dir", 523 "--output-dir",
512 "/path/to/tmp/" 524 "/path/to/tmp/"
513 ], 525 ],
526 "cwd": "[SLAVE_BUILD]",
514 "env": { 527 "env": {
515 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 528 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
516 }, 529 },
517 "name": "trace_test", 530 "name": "trace_test",
518 "~followup_annotations": [ 531 "~followup_annotations": [
519 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 532 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
520 ] 533 ]
521 }, 534 },
522 { 535 {
523 "allow_subannotations": true, 536 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
554 "--output-format=gtest", 567 "--output-format=gtest",
555 "--browser=release", 568 "--browser=release",
556 "-v", 569 "-v",
557 "--use-devtools-active-port", 570 "--use-devtools-active-port",
558 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 571 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
559 "--output-format", 572 "--output-format",
560 "json", 573 "json",
561 "--output-dir", 574 "--output-dir",
562 "/path/to/tmp/" 575 "/path/to/tmp/"
563 ], 576 ],
577 "cwd": "[SLAVE_BUILD]",
564 "env": { 578 "env": {
565 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 579 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
566 }, 580 },
567 "name": "screenshot_sync_tests", 581 "name": "screenshot_sync_tests",
568 "~followup_annotations": [ 582 "~followup_annotations": [
569 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 583 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
570 ] 584 ]
571 }, 585 },
572 { 586 {
573 "allow_subannotations": true, 587 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
604 "--output-format=gtest", 618 "--output-format=gtest",
605 "--browser=release", 619 "--browser=release",
606 "-v", 620 "-v",
607 "--use-devtools-active-port", 621 "--use-devtools-active-port",
608 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 622 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
609 "--output-format", 623 "--output-format",
610 "json", 624 "json",
611 "--output-dir", 625 "--output-dir",
612 "/path/to/tmp/" 626 "/path/to/tmp/"
613 ], 627 ],
628 "cwd": "[SLAVE_BUILD]",
614 "env": { 629 "env": {
615 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 630 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
616 }, 631 },
617 "name": "hardware_accelerated_feature_tests", 632 "name": "hardware_accelerated_feature_tests",
618 "~followup_annotations": [ 633 "~followup_annotations": [
619 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 634 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
620 ] 635 ]
621 }, 636 },
622 { 637 {
623 "allow_subannotations": true, 638 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
654 "--output-format=gtest", 669 "--output-format=gtest",
655 "--browser=release", 670 "--browser=release",
656 "-v", 671 "-v",
657 "--use-devtools-active-port", 672 "--use-devtools-active-port",
658 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 673 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
659 "--output-format", 674 "--output-format",
660 "json", 675 "json",
661 "--output-dir", 676 "--output-dir",
662 "/path/to/tmp/" 677 "/path/to/tmp/"
663 ], 678 ],
679 "cwd": "[SLAVE_BUILD]",
664 "env": { 680 "env": {
665 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 681 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
666 }, 682 },
667 "name": "gpu_process_launch_tests", 683 "name": "gpu_process_launch_tests",
668 "~followup_annotations": [ 684 "~followup_annotations": [
669 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 685 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
670 ] 686 ]
671 }, 687 },
672 { 688 {
673 "allow_subannotations": true, 689 "allow_subannotations": true,
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "--build-revision", 724 "--build-revision",
709 "160000", 725 "160000",
710 "--test-machine-name", 726 "--test-machine-name",
711 "linux release tester", 727 "linux release tester",
712 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 728 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
713 "--output-format", 729 "--output-format",
714 "json", 730 "json",
715 "--output-dir", 731 "--output-dir",
716 "/path/to/tmp/" 732 "/path/to/tmp/"
717 ], 733 ],
734 "cwd": "[SLAVE_BUILD]",
718 "env": { 735 "env": {
719 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 736 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
720 }, 737 },
721 "name": "gpu_rasterization_tests", 738 "name": "gpu_rasterization_tests",
722 "~followup_annotations": [ 739 "~followup_annotations": [
723 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 740 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
724 ] 741 ]
725 }, 742 },
726 { 743 {
727 "allow_subannotations": true, 744 "allow_subannotations": true,
(...skipping 21 matching lines...) Expand all
749 "--revision=160000", 766 "--revision=160000",
750 "--webkit-revision=10000", 767 "--webkit-revision=10000",
751 "--master-class-name=ChromiumGPUTesting", 768 "--master-class-name=ChromiumGPUTesting",
752 "[SLAVE_BUILD]/swarming.client/run_isolated.py", 769 "[SLAVE_BUILD]/swarming.client/run_isolated.py",
753 "-H", 770 "-H",
754 "[dummy hash for tab_capture_end2end_tests]", 771 "[dummy hash for tab_capture_end2end_tests]",
755 "-I", 772 "-I",
756 "https://isolateserver.appspot.com", 773 "https://isolateserver.appspot.com",
757 "--" 774 "--"
758 ], 775 ],
776 "cwd": "[SLAVE_BUILD]",
759 "name": "tab_capture_end2end_tests" 777 "name": "tab_capture_end2end_tests"
760 }, 778 },
761 { 779 {
762 "name": "$final_result", 780 "name": "$final_result",
763 "reason": "2 tests failed: ['content_gl_tests', 'maps_pixel_test']", 781 "reason": "2 tests failed: ['content_gl_tests', 'maps_pixel_test']",
764 "status_code": 1 782 "status_code": 1
765 } 783 }
766 ] 784 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698