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

Side by Side Diff: scripts/slave/recipes/gpu/download_and_test.expected/linux_release.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 }, 135 },
131 { 136 {
132 "allow_subannotations": true, 137 "allow_subannotations": true,
133 "cmd": [ 138 "cmd": [
134 "python", 139 "python",
135 "-u", 140 "-u",
136 "[BUILD]/scripts/slave/runtest.py", 141 "[BUILD]/scripts/slave/runtest.py",
137 "--target", 142 "--target",
138 "Release", 143 "Release",
(...skipping 16 matching lines...) Expand all
155 "--webkit-revision=10000", 160 "--webkit-revision=10000",
156 "--master-class-name=ChromiumGPUTesting", 161 "--master-class-name=ChromiumGPUTesting",
157 "[SLAVE_BUILD]/swarming.client/run_isolated.py", 162 "[SLAVE_BUILD]/swarming.client/run_isolated.py",
158 "-H", 163 "-H",
159 "[dummy hash for gl_tests]", 164 "[dummy hash for gl_tests]",
160 "-I", 165 "-I",
161 "https://isolateserver.appspot.com", 166 "https://isolateserver.appspot.com",
162 "--", 167 "--",
163 "--use-gpu-in-tests" 168 "--use-gpu-in-tests"
164 ], 169 ],
170 "cwd": "[SLAVE_BUILD]",
165 "name": "gl_tests" 171 "name": "gl_tests"
166 }, 172 },
167 { 173 {
168 "allow_subannotations": true, 174 "allow_subannotations": true,
169 "cmd": [ 175 "cmd": [
170 "python", 176 "python",
171 "-u", 177 "-u",
172 "[BUILD]/scripts/slave/runtest.py", 178 "[BUILD]/scripts/slave/runtest.py",
173 "--target", 179 "--target",
174 "Release", 180 "Release",
(...skipping 16 matching lines...) Expand all
191 "--webkit-revision=10000", 197 "--webkit-revision=10000",
192 "--master-class-name=ChromiumGPUTesting", 198 "--master-class-name=ChromiumGPUTesting",
193 "[SLAVE_BUILD]/swarming.client/run_isolated.py", 199 "[SLAVE_BUILD]/swarming.client/run_isolated.py",
194 "-H", 200 "-H",
195 "[dummy hash for angle_unittests]", 201 "[dummy hash for angle_unittests]",
196 "-I", 202 "-I",
197 "https://isolateserver.appspot.com", 203 "https://isolateserver.appspot.com",
198 "--", 204 "--",
199 "--use-gpu-in-tests" 205 "--use-gpu-in-tests"
200 ], 206 ],
207 "cwd": "[SLAVE_BUILD]",
201 "name": "angle_unittests" 208 "name": "angle_unittests"
202 }, 209 },
203 { 210 {
204 "allow_subannotations": true, 211 "allow_subannotations": true,
205 "cmd": [ 212 "cmd": [
206 "python", 213 "python",
207 "-u", 214 "-u",
208 "[BUILD]/scripts/slave/runtest.py", 215 "[BUILD]/scripts/slave/runtest.py",
209 "--target", 216 "--target",
210 "Release", 217 "Release",
(...skipping 28 matching lines...) Expand all
239 "--build-revision", 246 "--build-revision",
240 "160000", 247 "160000",
241 "--test-machine-name", 248 "--test-machine-name",
242 "linux release tester", 249 "linux release tester",
243 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 250 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
244 "--output-format", 251 "--output-format",
245 "json", 252 "json",
246 "--output-dir", 253 "--output-dir",
247 "/path/to/tmp/" 254 "/path/to/tmp/"
248 ], 255 ],
256 "cwd": "[SLAVE_BUILD]",
249 "env": { 257 "env": {
250 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 258 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
251 }, 259 },
252 "name": "maps_pixel_test", 260 "name": "maps_pixel_test",
253 "~followup_annotations": [ 261 "~followup_annotations": [
254 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 262 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
255 ] 263 ]
256 }, 264 },
257 { 265 {
258 "allow_subannotations": true, 266 "allow_subannotations": true,
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "--os-type", 306 "--os-type",
299 "linux", 307 "linux",
300 "--test-machine-name", 308 "--test-machine-name",
301 "linux release tester", 309 "linux release tester",
302 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 310 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
303 "--output-format", 311 "--output-format",
304 "json", 312 "json",
305 "--output-dir", 313 "--output-dir",
306 "/path/to/tmp/" 314 "/path/to/tmp/"
307 ], 315 ],
316 "cwd": "[SLAVE_BUILD]",
308 "env": { 317 "env": {
309 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 318 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
310 }, 319 },
311 "name": "pixel_test", 320 "name": "pixel_test",
312 "~followup_annotations": [ 321 "~followup_annotations": [
313 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 322 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
314 ] 323 ]
315 }, 324 },
316 { 325 {
317 "allow_subannotations": true, 326 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
348 "--output-format=gtest", 357 "--output-format=gtest",
349 "--browser=release", 358 "--browser=release",
350 "-v", 359 "-v",
351 "--use-devtools-active-port", 360 "--use-devtools-active-port",
352 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 361 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
353 "--output-format", 362 "--output-format",
354 "json", 363 "json",
355 "--output-dir", 364 "--output-dir",
356 "/path/to/tmp/" 365 "/path/to/tmp/"
357 ], 366 ],
367 "cwd": "[SLAVE_BUILD]",
358 "env": { 368 "env": {
359 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 369 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
360 }, 370 },
361 "name": "webgl_conformance_tests", 371 "name": "webgl_conformance_tests",
362 "~followup_annotations": [ 372 "~followup_annotations": [
363 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 373 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
364 ] 374 ]
365 }, 375 },
366 { 376 {
367 "allow_subannotations": true, 377 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
398 "--output-format=gtest", 408 "--output-format=gtest",
399 "--browser=release", 409 "--browser=release",
400 "-v", 410 "-v",
401 "--use-devtools-active-port", 411 "--use-devtools-active-port",
402 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 412 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
403 "--output-format", 413 "--output-format",
404 "json", 414 "json",
405 "--output-dir", 415 "--output-dir",
406 "/path/to/tmp/" 416 "/path/to/tmp/"
407 ], 417 ],
418 "cwd": "[SLAVE_BUILD]",
408 "env": { 419 "env": {
409 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 420 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
410 }, 421 },
411 "name": "context_lost_tests", 422 "name": "context_lost_tests",
412 "~followup_annotations": [ 423 "~followup_annotations": [
413 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 424 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
414 ] 425 ]
415 }, 426 },
416 { 427 {
417 "allow_subannotations": true, 428 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
448 "--output-format=gtest", 459 "--output-format=gtest",
449 "--browser=release", 460 "--browser=release",
450 "-v", 461 "-v",
451 "--use-devtools-active-port", 462 "--use-devtools-active-port",
452 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 463 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
453 "--output-format", 464 "--output-format",
454 "json", 465 "json",
455 "--output-dir", 466 "--output-dir",
456 "/path/to/tmp/" 467 "/path/to/tmp/"
457 ], 468 ],
469 "cwd": "[SLAVE_BUILD]",
458 "env": { 470 "env": {
459 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 471 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
460 }, 472 },
461 "name": "memory_test", 473 "name": "memory_test",
462 "~followup_annotations": [ 474 "~followup_annotations": [
463 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 475 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
464 ] 476 ]
465 }, 477 },
466 { 478 {
467 "allow_subannotations": true, 479 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
498 "--output-format=gtest", 510 "--output-format=gtest",
499 "--browser=release", 511 "--browser=release",
500 "-v", 512 "-v",
501 "--use-devtools-active-port", 513 "--use-devtools-active-port",
502 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 514 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
503 "--output-format", 515 "--output-format",
504 "json", 516 "json",
505 "--output-dir", 517 "--output-dir",
506 "/path/to/tmp/" 518 "/path/to/tmp/"
507 ], 519 ],
520 "cwd": "[SLAVE_BUILD]",
508 "env": { 521 "env": {
509 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 522 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
510 }, 523 },
511 "name": "trace_test", 524 "name": "trace_test",
512 "~followup_annotations": [ 525 "~followup_annotations": [
513 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 526 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
514 ] 527 ]
515 }, 528 },
516 { 529 {
517 "allow_subannotations": true, 530 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
548 "--output-format=gtest", 561 "--output-format=gtest",
549 "--browser=release", 562 "--browser=release",
550 "-v", 563 "-v",
551 "--use-devtools-active-port", 564 "--use-devtools-active-port",
552 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 565 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
553 "--output-format", 566 "--output-format",
554 "json", 567 "json",
555 "--output-dir", 568 "--output-dir",
556 "/path/to/tmp/" 569 "/path/to/tmp/"
557 ], 570 ],
571 "cwd": "[SLAVE_BUILD]",
558 "env": { 572 "env": {
559 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 573 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
560 }, 574 },
561 "name": "screenshot_sync_tests", 575 "name": "screenshot_sync_tests",
562 "~followup_annotations": [ 576 "~followup_annotations": [
563 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 577 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
564 ] 578 ]
565 }, 579 },
566 { 580 {
567 "allow_subannotations": true, 581 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
598 "--output-format=gtest", 612 "--output-format=gtest",
599 "--browser=release", 613 "--browser=release",
600 "-v", 614 "-v",
601 "--use-devtools-active-port", 615 "--use-devtools-active-port",
602 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 616 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
603 "--output-format", 617 "--output-format",
604 "json", 618 "json",
605 "--output-dir", 619 "--output-dir",
606 "/path/to/tmp/" 620 "/path/to/tmp/"
607 ], 621 ],
622 "cwd": "[SLAVE_BUILD]",
608 "env": { 623 "env": {
609 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 624 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
610 }, 625 },
611 "name": "hardware_accelerated_feature_tests", 626 "name": "hardware_accelerated_feature_tests",
612 "~followup_annotations": [ 627 "~followup_annotations": [
613 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 628 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
614 ] 629 ]
615 }, 630 },
616 { 631 {
617 "allow_subannotations": true, 632 "allow_subannotations": true,
(...skipping 30 matching lines...) Expand all
648 "--output-format=gtest", 663 "--output-format=gtest",
649 "--browser=release", 664 "--browser=release",
650 "-v", 665 "-v",
651 "--use-devtools-active-port", 666 "--use-devtools-active-port",
652 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 667 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
653 "--output-format", 668 "--output-format",
654 "json", 669 "json",
655 "--output-dir", 670 "--output-dir",
656 "/path/to/tmp/" 671 "/path/to/tmp/"
657 ], 672 ],
673 "cwd": "[SLAVE_BUILD]",
658 "env": { 674 "env": {
659 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 675 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
660 }, 676 },
661 "name": "gpu_process_launch_tests", 677 "name": "gpu_process_launch_tests",
662 "~followup_annotations": [ 678 "~followup_annotations": [
663 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 679 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
664 ] 680 ]
665 }, 681 },
666 { 682 {
667 "allow_subannotations": true, 683 "allow_subannotations": true,
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 "--build-revision", 718 "--build-revision",
703 "160000", 719 "160000",
704 "--test-machine-name", 720 "--test-machine-name",
705 "linux release tester", 721 "linux release tester",
706 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 722 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
707 "--output-format", 723 "--output-format",
708 "json", 724 "json",
709 "--output-dir", 725 "--output-dir",
710 "/path/to/tmp/" 726 "/path/to/tmp/"
711 ], 727 ],
728 "cwd": "[SLAVE_BUILD]",
712 "env": { 729 "env": {
713 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 730 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
714 }, 731 },
715 "name": "gpu_rasterization_tests", 732 "name": "gpu_rasterization_tests",
716 "~followup_annotations": [ 733 "~followup_annotations": [
717 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 734 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
718 ] 735 ]
719 }, 736 },
720 { 737 {
721 "allow_subannotations": true, 738 "allow_subannotations": true,
(...skipping 21 matching lines...) Expand all
743 "--revision=160000", 760 "--revision=160000",
744 "--webkit-revision=10000", 761 "--webkit-revision=10000",
745 "--master-class-name=ChromiumGPUTesting", 762 "--master-class-name=ChromiumGPUTesting",
746 "[SLAVE_BUILD]/swarming.client/run_isolated.py", 763 "[SLAVE_BUILD]/swarming.client/run_isolated.py",
747 "-H", 764 "-H",
748 "[dummy hash for tab_capture_end2end_tests]", 765 "[dummy hash for tab_capture_end2end_tests]",
749 "-I", 766 "-I",
750 "https://isolateserver.appspot.com", 767 "https://isolateserver.appspot.com",
751 "--" 768 "--"
752 ], 769 ],
770 "cwd": "[SLAVE_BUILD]",
753 "name": "tab_capture_end2end_tests" 771 "name": "tab_capture_end2end_tests"
754 } 772 }
755 ] 773 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698