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

Side by Side Diff: scripts/slave/recipes/gpu/download_and_test.expected/win_debug.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 "--git_cmd_path", 20 "--git_cmd_path",
20 "[DEPOT_TOOLS]\\git.bat" 21 "[DEPOT_TOOLS]\\git.bat"
21 ], 22 ],
23 "cwd": "[SLAVE_BUILD]",
22 "name": "git setup (swarming_client)" 24 "name": "git setup (swarming_client)"
23 }, 25 },
24 { 26 {
25 "cmd": [ 27 "cmd": [
26 "[DEPOT_TOOLS]\\git.bat", 28 "[DEPOT_TOOLS]\\git.bat",
27 "retry", 29 "retry",
28 "fetch", 30 "fetch",
29 "origin", 31 "origin",
30 "feaaabcdef" 32 "feaaabcdef"
31 ], 33 ],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "name": "submodule update (swarming_client)" 76 "name": "submodule update (swarming_client)"
75 }, 77 },
76 { 78 {
77 "cmd": [ 79 "cmd": [
78 "python", 80 "python",
79 "-u", 81 "-u",
80 "[DEPOT_TOOLS]\\win_toolchain\\get_toolchain_if_necessary.py", 82 "[DEPOT_TOOLS]\\win_toolchain\\get_toolchain_if_necessary.py",
81 "27eac9b2869ef6c89391f305a3f01285ea317867", 83 "27eac9b2869ef6c89391f305a3f01285ea317867",
82 "9d9a93134b3eabd003b85b4e7dea06c0eae150ed" 84 "9d9a93134b3eabd003b85b4e7dea06c0eae150ed"
83 ], 85 ],
86 "cwd": "[SLAVE_BUILD]",
84 "name": "get_vs_toolchain_if_necessary" 87 "name": "get_vs_toolchain_if_necessary"
85 }, 88 },
86 { 89 {
87 "cmd": [ 90 "cmd": [
88 "python", 91 "python",
89 "-u", 92 "-u",
90 "exit()" 93 "exit()"
91 ], 94 ],
95 "cwd": "[SLAVE_BUILD]",
92 "name": "copy parent_got_revision to got_revision", 96 "name": "copy parent_got_revision to got_revision",
93 "~followup_annotations": [ 97 "~followup_annotations": [
94 "@@@STEP_LOG_LINE@python.inline@exit()@@@", 98 "@@@STEP_LOG_LINE@python.inline@exit()@@@",
95 "@@@STEP_LOG_END@python.inline@@@", 99 "@@@STEP_LOG_END@python.inline@@@",
96 "@@@SET_BUILD_PROPERTY@got_revision@160000@@@" 100 "@@@SET_BUILD_PROPERTY@got_revision@160000@@@"
97 ] 101 ]
98 }, 102 },
99 { 103 {
100 "allow_subannotations": true, 104 "allow_subannotations": true,
101 "cmd": [ 105 "cmd": [
(...skipping 20 matching lines...) Expand all
122 "--webkit-revision=10000", 126 "--webkit-revision=10000",
123 "--master-class-name=ChromiumGPUTesting", 127 "--master-class-name=ChromiumGPUTesting",
124 "[SLAVE_BUILD]\\swarming.client\\run_isolated.py", 128 "[SLAVE_BUILD]\\swarming.client\\run_isolated.py",
125 "-H", 129 "-H",
126 "[dummy hash for content_gl_tests]", 130 "[dummy hash for content_gl_tests]",
127 "-I", 131 "-I",
128 "https://isolateserver.appspot.com", 132 "https://isolateserver.appspot.com",
129 "--", 133 "--",
130 "--use-gpu-in-tests" 134 "--use-gpu-in-tests"
131 ], 135 ],
136 "cwd": "[SLAVE_BUILD]",
132 "name": "content_gl_tests" 137 "name": "content_gl_tests"
133 }, 138 },
134 { 139 {
135 "allow_subannotations": true, 140 "allow_subannotations": true,
136 "cmd": [ 141 "cmd": [
137 "python", 142 "python",
138 "-u", 143 "-u",
139 "[BUILD]\\scripts\\slave\\runtest.py", 144 "[BUILD]\\scripts\\slave\\runtest.py",
140 "--target", 145 "--target",
141 "Debug", 146 "Debug",
(...skipping 15 matching lines...) Expand all
157 "--webkit-revision=10000", 162 "--webkit-revision=10000",
158 "--master-class-name=ChromiumGPUTesting", 163 "--master-class-name=ChromiumGPUTesting",
159 "[SLAVE_BUILD]\\swarming.client\\run_isolated.py", 164 "[SLAVE_BUILD]\\swarming.client\\run_isolated.py",
160 "-H", 165 "-H",
161 "[dummy hash for gl_tests]", 166 "[dummy hash for gl_tests]",
162 "-I", 167 "-I",
163 "https://isolateserver.appspot.com", 168 "https://isolateserver.appspot.com",
164 "--", 169 "--",
165 "--use-gpu-in-tests" 170 "--use-gpu-in-tests"
166 ], 171 ],
172 "cwd": "[SLAVE_BUILD]",
167 "name": "gl_tests" 173 "name": "gl_tests"
168 }, 174 },
169 { 175 {
170 "allow_subannotations": true, 176 "allow_subannotations": true,
171 "cmd": [ 177 "cmd": [
172 "python", 178 "python",
173 "-u", 179 "-u",
174 "[BUILD]\\scripts\\slave\\runtest.py", 180 "[BUILD]\\scripts\\slave\\runtest.py",
175 "--target", 181 "--target",
176 "Debug", 182 "Debug",
(...skipping 15 matching lines...) Expand all
192 "--webkit-revision=10000", 198 "--webkit-revision=10000",
193 "--master-class-name=ChromiumGPUTesting", 199 "--master-class-name=ChromiumGPUTesting",
194 "[SLAVE_BUILD]\\swarming.client\\run_isolated.py", 200 "[SLAVE_BUILD]\\swarming.client\\run_isolated.py",
195 "-H", 201 "-H",
196 "[dummy hash for angle_unittests]", 202 "[dummy hash for angle_unittests]",
197 "-I", 203 "-I",
198 "https://isolateserver.appspot.com", 204 "https://isolateserver.appspot.com",
199 "--", 205 "--",
200 "--use-gpu-in-tests" 206 "--use-gpu-in-tests"
201 ], 207 ],
208 "cwd": "[SLAVE_BUILD]",
202 "name": "angle_unittests" 209 "name": "angle_unittests"
203 }, 210 },
204 { 211 {
205 "allow_subannotations": true, 212 "allow_subannotations": true,
206 "cmd": [ 213 "cmd": [
207 "python", 214 "python",
208 "-u", 215 "-u",
209 "[BUILD]\\scripts\\slave\\runtest.py", 216 "[BUILD]\\scripts\\slave\\runtest.py",
210 "--target", 217 "--target",
211 "Debug", 218 "Debug",
(...skipping 27 matching lines...) Expand all
239 "--build-revision", 246 "--build-revision",
240 "160000", 247 "160000",
241 "--test-machine-name", 248 "--test-machine-name",
242 "win debug tester", 249 "win debug 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 "name": "maps_pixel_test", 257 "name": "maps_pixel_test",
250 "~followup_annotations": [ 258 "~followup_annotations": [
251 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 259 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
252 ] 260 ]
253 }, 261 },
254 { 262 {
255 "allow_subannotations": true, 263 "allow_subannotations": true,
256 "cmd": [ 264 "cmd": [
257 "python", 265 "python",
258 "-u", 266 "-u",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "--os-type", 302 "--os-type",
295 "win", 303 "win",
296 "--test-machine-name", 304 "--test-machine-name",
297 "win debug tester", 305 "win debug tester",
298 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 306 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
299 "--output-format", 307 "--output-format",
300 "json", 308 "json",
301 "--output-dir", 309 "--output-dir",
302 "/path/to/tmp/" 310 "/path/to/tmp/"
303 ], 311 ],
312 "cwd": "[SLAVE_BUILD]",
304 "name": "pixel_test", 313 "name": "pixel_test",
305 "~followup_annotations": [ 314 "~followup_annotations": [
306 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 315 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
307 ] 316 ]
308 }, 317 },
309 { 318 {
310 "allow_subannotations": true, 319 "allow_subannotations": true,
311 "cmd": [ 320 "cmd": [
312 "python", 321 "python",
313 "-u", 322 "-u",
(...skipping 26 matching lines...) Expand all
340 "--output-format=gtest", 349 "--output-format=gtest",
341 "--browser=debug", 350 "--browser=debug",
342 "-v", 351 "-v",
343 "--use-devtools-active-port", 352 "--use-devtools-active-port",
344 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 353 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
345 "--output-format", 354 "--output-format",
346 "json", 355 "json",
347 "--output-dir", 356 "--output-dir",
348 "/path/to/tmp/" 357 "/path/to/tmp/"
349 ], 358 ],
359 "cwd": "[SLAVE_BUILD]",
350 "name": "webgl_conformance_tests", 360 "name": "webgl_conformance_tests",
351 "~followup_annotations": [ 361 "~followup_annotations": [
352 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 362 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
353 ] 363 ]
354 }, 364 },
355 { 365 {
356 "allow_subannotations": true, 366 "allow_subannotations": true,
357 "cmd": [ 367 "cmd": [
358 "python", 368 "python",
359 "-u", 369 "-u",
(...skipping 26 matching lines...) Expand all
386 "--output-format=gtest", 396 "--output-format=gtest",
387 "--browser=debug", 397 "--browser=debug",
388 "-v", 398 "-v",
389 "--use-devtools-active-port", 399 "--use-devtools-active-port",
390 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 400 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
391 "--output-format", 401 "--output-format",
392 "json", 402 "json",
393 "--output-dir", 403 "--output-dir",
394 "/path/to/tmp/" 404 "/path/to/tmp/"
395 ], 405 ],
406 "cwd": "[SLAVE_BUILD]",
396 "name": "context_lost_tests", 407 "name": "context_lost_tests",
397 "~followup_annotations": [ 408 "~followup_annotations": [
398 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 409 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
399 ] 410 ]
400 }, 411 },
401 { 412 {
402 "allow_subannotations": true, 413 "allow_subannotations": true,
403 "cmd": [ 414 "cmd": [
404 "python", 415 "python",
405 "-u", 416 "-u",
(...skipping 26 matching lines...) Expand all
432 "--output-format=gtest", 443 "--output-format=gtest",
433 "--browser=debug", 444 "--browser=debug",
434 "-v", 445 "-v",
435 "--use-devtools-active-port", 446 "--use-devtools-active-port",
436 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 447 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
437 "--output-format", 448 "--output-format",
438 "json", 449 "json",
439 "--output-dir", 450 "--output-dir",
440 "/path/to/tmp/" 451 "/path/to/tmp/"
441 ], 452 ],
453 "cwd": "[SLAVE_BUILD]",
442 "name": "memory_test", 454 "name": "memory_test",
443 "~followup_annotations": [ 455 "~followup_annotations": [
444 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 456 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
445 ] 457 ]
446 }, 458 },
447 { 459 {
448 "allow_subannotations": true, 460 "allow_subannotations": true,
449 "cmd": [ 461 "cmd": [
450 "python", 462 "python",
451 "-u", 463 "-u",
(...skipping 26 matching lines...) Expand all
478 "--output-format=gtest", 490 "--output-format=gtest",
479 "--browser=debug", 491 "--browser=debug",
480 "-v", 492 "-v",
481 "--use-devtools-active-port", 493 "--use-devtools-active-port",
482 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 494 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
483 "--output-format", 495 "--output-format",
484 "json", 496 "json",
485 "--output-dir", 497 "--output-dir",
486 "/path/to/tmp/" 498 "/path/to/tmp/"
487 ], 499 ],
500 "cwd": "[SLAVE_BUILD]",
488 "name": "trace_test", 501 "name": "trace_test",
489 "~followup_annotations": [ 502 "~followup_annotations": [
490 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 503 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
491 ] 504 ]
492 }, 505 },
493 { 506 {
494 "allow_subannotations": true, 507 "allow_subannotations": true,
495 "cmd": [ 508 "cmd": [
496 "python", 509 "python",
497 "-u", 510 "-u",
(...skipping 26 matching lines...) Expand all
524 "--output-format=gtest", 537 "--output-format=gtest",
525 "--browser=debug", 538 "--browser=debug",
526 "-v", 539 "-v",
527 "--use-devtools-active-port", 540 "--use-devtools-active-port",
528 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 541 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
529 "--output-format", 542 "--output-format",
530 "json", 543 "json",
531 "--output-dir", 544 "--output-dir",
532 "/path/to/tmp/" 545 "/path/to/tmp/"
533 ], 546 ],
547 "cwd": "[SLAVE_BUILD]",
534 "name": "screenshot_sync_tests", 548 "name": "screenshot_sync_tests",
535 "~followup_annotations": [ 549 "~followup_annotations": [
536 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 550 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
537 ] 551 ]
538 }, 552 },
539 { 553 {
540 "allow_subannotations": true, 554 "allow_subannotations": true,
541 "cmd": [ 555 "cmd": [
542 "python", 556 "python",
543 "-u", 557 "-u",
(...skipping 26 matching lines...) Expand all
570 "--output-format=gtest", 584 "--output-format=gtest",
571 "--browser=debug", 585 "--browser=debug",
572 "-v", 586 "-v",
573 "--use-devtools-active-port", 587 "--use-devtools-active-port",
574 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 588 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
575 "--output-format", 589 "--output-format",
576 "json", 590 "json",
577 "--output-dir", 591 "--output-dir",
578 "/path/to/tmp/" 592 "/path/to/tmp/"
579 ], 593 ],
594 "cwd": "[SLAVE_BUILD]",
580 "name": "hardware_accelerated_feature_tests", 595 "name": "hardware_accelerated_feature_tests",
581 "~followup_annotations": [ 596 "~followup_annotations": [
582 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 597 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
583 ] 598 ]
584 }, 599 },
585 { 600 {
586 "allow_subannotations": true, 601 "allow_subannotations": true,
587 "cmd": [ 602 "cmd": [
588 "python", 603 "python",
589 "-u", 604 "-u",
(...skipping 26 matching lines...) Expand all
616 "--output-format=gtest", 631 "--output-format=gtest",
617 "--browser=debug", 632 "--browser=debug",
618 "-v", 633 "-v",
619 "--use-devtools-active-port", 634 "--use-devtools-active-port",
620 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 635 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
621 "--output-format", 636 "--output-format",
622 "json", 637 "json",
623 "--output-dir", 638 "--output-dir",
624 "/path/to/tmp/" 639 "/path/to/tmp/"
625 ], 640 ],
641 "cwd": "[SLAVE_BUILD]",
626 "name": "gpu_process_launch_tests", 642 "name": "gpu_process_launch_tests",
627 "~followup_annotations": [ 643 "~followup_annotations": [
628 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 644 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
629 ] 645 ]
630 }, 646 },
631 { 647 {
632 "allow_subannotations": true, 648 "allow_subannotations": true,
633 "cmd": [ 649 "cmd": [
634 "python", 650 "python",
635 "-u", 651 "-u",
(...skipping 30 matching lines...) Expand all
666 "--build-revision", 682 "--build-revision",
667 "160000", 683 "160000",
668 "--test-machine-name", 684 "--test-machine-name",
669 "win debug tester", 685 "win debug tester",
670 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 686 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
671 "--output-format", 687 "--output-format",
672 "json", 688 "json",
673 "--output-dir", 689 "--output-dir",
674 "/path/to/tmp/" 690 "/path/to/tmp/"
675 ], 691 ],
692 "cwd": "[SLAVE_BUILD]",
676 "name": "gpu_rasterization_tests", 693 "name": "gpu_rasterization_tests",
677 "~followup_annotations": [ 694 "~followup_annotations": [
678 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 695 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
679 ] 696 ]
680 } 697 }
681 ] 698 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698