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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_checkout.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 "[DEPOT_TOOLS]/gclient.py", 15 "[DEPOT_TOOLS]/gclient.py",
15 "runhooks" 16 "runhooks"
16 ], 17 ],
18 "cwd": "[SLAVE_BUILD]",
17 "env": { 19 "env": {
18 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding= Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs= 1 target_arch=x64 test_isolation_mode=prepare use_goma=1" 20 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding= Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs= 1 target_arch=x64 test_isolation_mode=prepare use_goma=1"
19 }, 21 },
20 "name": "gclient runhooks" 22 "name": "gclient runhooks"
21 }, 23 },
22 { 24 {
23 "cmd": [ 25 "cmd": [
24 "python", 26 "python",
25 "-u", 27 "-u",
26 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 28 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
27 "--build-dir", 29 "--build-dir",
28 "[SLAVE_BUILD]/src/out/Release", 30 "[SLAVE_BUILD]/src/out/Release",
29 "--clean-isolated-files" 31 "--clean-isolated-files"
30 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
31 "name": "clean isolated files" 34 "name": "clean isolated files"
32 }, 35 },
33 { 36 {
34 "cmd": [ 37 "cmd": [
35 "python", 38 "python",
36 "-u", 39 "-u",
37 "[BUILD]/scripts/slave/compile.py", 40 "[BUILD]/scripts/slave/compile.py",
38 "--target", 41 "--target",
39 "Release", 42 "Release",
40 "--src-dir", 43 "--src-dir",
41 "[SLAVE_BUILD]/src", 44 "[SLAVE_BUILD]/src",
42 "--build-tool", 45 "--build-tool",
43 "ninja", 46 "ninja",
44 "--compiler", 47 "--compiler",
45 "goma-clang", 48 "goma-clang",
46 "--goma-dir", 49 "--goma-dir",
47 "[BUILD]/goma", 50 "[BUILD]/goma",
48 "--", 51 "--",
49 "angle_unittests_run", 52 "angle_unittests_run",
50 "content_gl_tests_run", 53 "content_gl_tests_run",
51 "content_unittests_run", 54 "content_unittests_run",
52 "gl_tests_run", 55 "gl_tests_run",
53 "gles2_conform_test_run", 56 "gles2_conform_test_run",
54 "gpu_unittests_run", 57 "gpu_unittests_run",
55 "media_unittests_run", 58 "media_unittests_run",
56 "tab_capture_end2end_tests_run", 59 "tab_capture_end2end_tests_run",
57 "telemetry_gpu_test_run" 60 "telemetry_gpu_test_run"
58 ], 61 ],
62 "cwd": "[SLAVE_BUILD]",
59 "name": "compile" 63 "name": "compile"
60 }, 64 },
61 { 65 {
62 "cmd": [ 66 "cmd": [
63 "python", 67 "python",
64 "-u", 68 "-u",
65 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", 69 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py",
66 "batcharchive", 70 "batcharchive",
67 "--dump-json", 71 "--dump-json",
68 "/path/to/tmp/json", 72 "/path/to/tmp/json",
69 "--isolate-server", 73 "--isolate-server",
70 "https://isolateserver.appspot.com", 74 "https://isolateserver.appspot.com",
71 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", 75 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json",
72 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", 76 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json",
73 "[SLAVE_BUILD]/src/out/Release/content_unittests.isolated.gen.json", 77 "[SLAVE_BUILD]/src/out/Release/content_unittests.isolated.gen.json",
74 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", 78 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json",
75 "[SLAVE_BUILD]/src/out/Release/gles2_conform_test.isolated.gen.json", 79 "[SLAVE_BUILD]/src/out/Release/gles2_conform_test.isolated.gen.json",
76 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json", 80 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json",
77 "[SLAVE_BUILD]/src/out/Release/media_unittests.isolated.gen.json", 81 "[SLAVE_BUILD]/src/out/Release/media_unittests.isolated.gen.json",
78 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ", 82 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ",
79 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json" 83 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json"
80 ], 84 ],
85 "cwd": "[SLAVE_BUILD]",
81 "name": "isolate tests", 86 "name": "isolate tests",
82 "~followup_annotations": [ 87 "~followup_annotations": [
83 "@@@STEP_LOG_LINE@json.output@{@@@", 88 "@@@STEP_LOG_LINE@json.output@{@@@",
84 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@", 89 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@",
85 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@", 90 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c ontent_unittests]\", @@@", 91 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c ontent_unittests]\", @@@",
87 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@", 92 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@",
88 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@", 93 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@",
89 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@", 94 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med ia_unittests]\", @@@", 95 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med ia_unittests]\", @@@",
(...skipping 29 matching lines...) Expand all
120 "--revision=10000", 125 "--revision=10000",
121 "--webkit-revision=10001", 126 "--webkit-revision=10001",
122 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 127 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
123 "-H", 128 "-H",
124 "[dummy hash for content_gl_tests]", 129 "[dummy hash for content_gl_tests]",
125 "-I", 130 "-I",
126 "https://isolateserver.appspot.com", 131 "https://isolateserver.appspot.com",
127 "--", 132 "--",
128 "--use-gpu-in-tests" 133 "--use-gpu-in-tests"
129 ], 134 ],
135 "cwd": "[SLAVE_BUILD]",
130 "name": "content_gl_tests" 136 "name": "content_gl_tests"
131 }, 137 },
132 { 138 {
133 "allow_subannotations": true, 139 "allow_subannotations": true,
134 "cmd": [ 140 "cmd": [
135 "python", 141 "python",
136 "-u", 142 "-u",
137 "[BUILD]/scripts/slave/runtest.py", 143 "[BUILD]/scripts/slave/runtest.py",
138 "--target", 144 "--target",
139 "Release", 145 "Release",
(...skipping 14 matching lines...) Expand all
154 "--revision=10000", 160 "--revision=10000",
155 "--webkit-revision=10001", 161 "--webkit-revision=10001",
156 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 162 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
157 "-H", 163 "-H",
158 "[dummy hash for gl_tests]", 164 "[dummy hash for gl_tests]",
159 "-I", 165 "-I",
160 "https://isolateserver.appspot.com", 166 "https://isolateserver.appspot.com",
161 "--", 167 "--",
162 "--use-gpu-in-tests" 168 "--use-gpu-in-tests"
163 ], 169 ],
170 "cwd": "[SLAVE_BUILD]",
164 "name": "gl_tests" 171 "name": "gl_tests"
165 }, 172 },
166 { 173 {
167 "allow_subannotations": true, 174 "allow_subannotations": true,
168 "cmd": [ 175 "cmd": [
169 "python", 176 "python",
170 "-u", 177 "-u",
171 "[BUILD]/scripts/slave/runtest.py", 178 "[BUILD]/scripts/slave/runtest.py",
172 "--target", 179 "--target",
173 "Release", 180 "Release",
(...skipping 14 matching lines...) Expand all
188 "--revision=10000", 195 "--revision=10000",
189 "--webkit-revision=10001", 196 "--webkit-revision=10001",
190 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 197 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
191 "-H", 198 "-H",
192 "[dummy hash for angle_unittests]", 199 "[dummy hash for angle_unittests]",
193 "-I", 200 "-I",
194 "https://isolateserver.appspot.com", 201 "https://isolateserver.appspot.com",
195 "--", 202 "--",
196 "--use-gpu-in-tests" 203 "--use-gpu-in-tests"
197 ], 204 ],
205 "cwd": "[SLAVE_BUILD]",
198 "name": "angle_unittests" 206 "name": "angle_unittests"
199 }, 207 },
200 { 208 {
201 "allow_subannotations": true, 209 "allow_subannotations": true,
202 "cmd": [ 210 "cmd": [
203 "python", 211 "python",
204 "-u", 212 "-u",
205 "[BUILD]/scripts/slave/runtest.py", 213 "[BUILD]/scripts/slave/runtest.py",
206 "--target", 214 "--target",
207 "Release", 215 "Release",
(...skipping 26 matching lines...) Expand all
234 "--build-revision", 242 "--build-revision",
235 "10000", 243 "10000",
236 "--test-machine-name", 244 "--test-machine-name",
237 "TestBuilder", 245 "TestBuilder",
238 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 246 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
239 "--output-format", 247 "--output-format",
240 "json", 248 "json",
241 "--output-dir", 249 "--output-dir",
242 "/path/to/tmp/" 250 "/path/to/tmp/"
243 ], 251 ],
252 "cwd": "[SLAVE_BUILD]",
244 "name": "maps_pixel_test", 253 "name": "maps_pixel_test",
245 "~followup_annotations": [ 254 "~followup_annotations": [
246 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 255 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
247 ] 256 ]
248 }, 257 },
249 { 258 {
250 "allow_subannotations": true, 259 "allow_subannotations": true,
251 "cmd": [ 260 "cmd": [
252 "python", 261 "python",
253 "-u", 262 "-u",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "--os-type", 297 "--os-type",
289 "mac", 298 "mac",
290 "--test-machine-name", 299 "--test-machine-name",
291 "TestBuilder", 300 "TestBuilder",
292 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 301 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
293 "--output-format", 302 "--output-format",
294 "json", 303 "json",
295 "--output-dir", 304 "--output-dir",
296 "/path/to/tmp/" 305 "/path/to/tmp/"
297 ], 306 ],
307 "cwd": "[SLAVE_BUILD]",
298 "name": "pixel_test", 308 "name": "pixel_test",
299 "~followup_annotations": [ 309 "~followup_annotations": [
300 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 310 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
301 ] 311 ]
302 }, 312 },
303 { 313 {
304 "allow_subannotations": true, 314 "allow_subannotations": true,
305 "cmd": [ 315 "cmd": [
306 "python", 316 "python",
307 "-u", 317 "-u",
(...skipping 25 matching lines...) Expand all
333 "--output-format=gtest", 343 "--output-format=gtest",
334 "--browser=release", 344 "--browser=release",
335 "-v", 345 "-v",
336 "--use-devtools-active-port", 346 "--use-devtools-active-port",
337 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 347 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
338 "--output-format", 348 "--output-format",
339 "json", 349 "json",
340 "--output-dir", 350 "--output-dir",
341 "/path/to/tmp/" 351 "/path/to/tmp/"
342 ], 352 ],
353 "cwd": "[SLAVE_BUILD]",
343 "name": "webgl_conformance_tests", 354 "name": "webgl_conformance_tests",
344 "~followup_annotations": [ 355 "~followup_annotations": [
345 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 356 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
346 ] 357 ]
347 }, 358 },
348 { 359 {
349 "allow_subannotations": true, 360 "allow_subannotations": true,
350 "cmd": [ 361 "cmd": [
351 "python", 362 "python",
352 "-u", 363 "-u",
(...skipping 25 matching lines...) Expand all
378 "--output-format=gtest", 389 "--output-format=gtest",
379 "--browser=release", 390 "--browser=release",
380 "-v", 391 "-v",
381 "--use-devtools-active-port", 392 "--use-devtools-active-port",
382 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 393 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
383 "--output-format", 394 "--output-format",
384 "json", 395 "json",
385 "--output-dir", 396 "--output-dir",
386 "/path/to/tmp/" 397 "/path/to/tmp/"
387 ], 398 ],
399 "cwd": "[SLAVE_BUILD]",
388 "name": "context_lost_tests", 400 "name": "context_lost_tests",
389 "~followup_annotations": [ 401 "~followup_annotations": [
390 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 402 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
391 ] 403 ]
392 }, 404 },
393 { 405 {
394 "allow_subannotations": true, 406 "allow_subannotations": true,
395 "cmd": [ 407 "cmd": [
396 "python", 408 "python",
397 "-u", 409 "-u",
(...skipping 25 matching lines...) Expand all
423 "--output-format=gtest", 435 "--output-format=gtest",
424 "--browser=release", 436 "--browser=release",
425 "-v", 437 "-v",
426 "--use-devtools-active-port", 438 "--use-devtools-active-port",
427 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 439 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
428 "--output-format", 440 "--output-format",
429 "json", 441 "json",
430 "--output-dir", 442 "--output-dir",
431 "/path/to/tmp/" 443 "/path/to/tmp/"
432 ], 444 ],
445 "cwd": "[SLAVE_BUILD]",
433 "name": "memory_test", 446 "name": "memory_test",
434 "~followup_annotations": [ 447 "~followup_annotations": [
435 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 448 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
436 ] 449 ]
437 }, 450 },
438 { 451 {
439 "allow_subannotations": true, 452 "allow_subannotations": true,
440 "cmd": [ 453 "cmd": [
441 "python", 454 "python",
442 "-u", 455 "-u",
(...skipping 25 matching lines...) Expand all
468 "--output-format=gtest", 481 "--output-format=gtest",
469 "--browser=release", 482 "--browser=release",
470 "-v", 483 "-v",
471 "--use-devtools-active-port", 484 "--use-devtools-active-port",
472 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 485 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
473 "--output-format", 486 "--output-format",
474 "json", 487 "json",
475 "--output-dir", 488 "--output-dir",
476 "/path/to/tmp/" 489 "/path/to/tmp/"
477 ], 490 ],
491 "cwd": "[SLAVE_BUILD]",
478 "name": "trace_test", 492 "name": "trace_test",
479 "~followup_annotations": [ 493 "~followup_annotations": [
480 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 494 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
481 ] 495 ]
482 }, 496 },
483 { 497 {
484 "allow_subannotations": true, 498 "allow_subannotations": true,
485 "cmd": [ 499 "cmd": [
486 "python", 500 "python",
487 "-u", 501 "-u",
(...skipping 25 matching lines...) Expand all
513 "--output-format=gtest", 527 "--output-format=gtest",
514 "--browser=release", 528 "--browser=release",
515 "-v", 529 "-v",
516 "--use-devtools-active-port", 530 "--use-devtools-active-port",
517 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 531 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
518 "--output-format", 532 "--output-format",
519 "json", 533 "json",
520 "--output-dir", 534 "--output-dir",
521 "/path/to/tmp/" 535 "/path/to/tmp/"
522 ], 536 ],
537 "cwd": "[SLAVE_BUILD]",
523 "name": "screenshot_sync_tests", 538 "name": "screenshot_sync_tests",
524 "~followup_annotations": [ 539 "~followup_annotations": [
525 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 540 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
526 ] 541 ]
527 }, 542 },
528 { 543 {
529 "allow_subannotations": true, 544 "allow_subannotations": true,
530 "cmd": [ 545 "cmd": [
531 "python", 546 "python",
532 "-u", 547 "-u",
(...skipping 25 matching lines...) Expand all
558 "--output-format=gtest", 573 "--output-format=gtest",
559 "--browser=release", 574 "--browser=release",
560 "-v", 575 "-v",
561 "--use-devtools-active-port", 576 "--use-devtools-active-port",
562 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 577 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
563 "--output-format", 578 "--output-format",
564 "json", 579 "json",
565 "--output-dir", 580 "--output-dir",
566 "/path/to/tmp/" 581 "/path/to/tmp/"
567 ], 582 ],
583 "cwd": "[SLAVE_BUILD]",
568 "name": "hardware_accelerated_feature_tests", 584 "name": "hardware_accelerated_feature_tests",
569 "~followup_annotations": [ 585 "~followup_annotations": [
570 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 586 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
571 ] 587 ]
572 }, 588 },
573 { 589 {
574 "allow_subannotations": true, 590 "allow_subannotations": true,
575 "cmd": [ 591 "cmd": [
576 "python", 592 "python",
577 "-u", 593 "-u",
(...skipping 25 matching lines...) Expand all
603 "--output-format=gtest", 619 "--output-format=gtest",
604 "--browser=release", 620 "--browser=release",
605 "-v", 621 "-v",
606 "--use-devtools-active-port", 622 "--use-devtools-active-port",
607 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 623 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
608 "--output-format", 624 "--output-format",
609 "json", 625 "json",
610 "--output-dir", 626 "--output-dir",
611 "/path/to/tmp/" 627 "/path/to/tmp/"
612 ], 628 ],
629 "cwd": "[SLAVE_BUILD]",
613 "name": "gpu_process_launch_tests", 630 "name": "gpu_process_launch_tests",
614 "~followup_annotations": [ 631 "~followup_annotations": [
615 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 632 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
616 ] 633 ]
617 }, 634 },
618 { 635 {
619 "allow_subannotations": true, 636 "allow_subannotations": true,
620 "cmd": [ 637 "cmd": [
621 "python", 638 "python",
622 "-u", 639 "-u",
(...skipping 29 matching lines...) Expand all
652 "--build-revision", 669 "--build-revision",
653 "10000", 670 "10000",
654 "--test-machine-name", 671 "--test-machine-name",
655 "TestBuilder", 672 "TestBuilder",
656 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2", 673 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo dule=startup_browser_creator=2",
657 "--output-format", 674 "--output-format",
658 "json", 675 "json",
659 "--output-dir", 676 "--output-dir",
660 "/path/to/tmp/" 677 "/path/to/tmp/"
661 ], 678 ],
679 "cwd": "[SLAVE_BUILD]",
662 "name": "gpu_rasterization_tests", 680 "name": "gpu_rasterization_tests",
663 "~followup_annotations": [ 681 "~followup_annotations": [
664 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 682 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
665 ] 683 ]
666 }, 684 },
667 { 685 {
668 "allow_subannotations": true, 686 "allow_subannotations": true,
669 "cmd": [ 687 "cmd": [
670 "python", 688 "python",
671 "-u", 689 "-u",
(...skipping 16 matching lines...) Expand all
688 "--run-python-script", 706 "--run-python-script",
689 "--revision=10000", 707 "--revision=10000",
690 "--webkit-revision=10001", 708 "--webkit-revision=10001",
691 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 709 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
692 "-H", 710 "-H",
693 "[dummy hash for tab_capture_end2end_tests]", 711 "[dummy hash for tab_capture_end2end_tests]",
694 "-I", 712 "-I",
695 "https://isolateserver.appspot.com", 713 "https://isolateserver.appspot.com",
696 "--" 714 "--"
697 ], 715 ],
716 "cwd": "[SLAVE_BUILD]",
698 "name": "tab_capture_end2end_tests" 717 "name": "tab_capture_end2end_tests"
699 } 718 }
700 ] 719 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698