OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "adb", | 4 "adb", |
5 "shell", | 5 "shell", |
6 "mkdir", | 6 "mkdir", |
7 "-p", | 7 "-p", |
8 "/sdcard/revenge_of_the_skiabot/resources" | 8 "/sdcard/revenge_of_the_skiabot/resources" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", | 486 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", |
487 "/sdcard/revenge_of_the_skiabot/uninteresting_hashes.txt" | 487 "/sdcard/revenge_of_the_skiabot/uninteresting_hashes.txt" |
488 ], | 488 ], |
489 "cwd": "[SLAVE_BUILD]/skia", | 489 "cwd": "[SLAVE_BUILD]/skia", |
490 "name": "push [SLAVE_BUILD]/tmp/uninteresting_hashes.txt /sdcard/revenge_of_
the_skiabot/uninteresting_hashes.txt" | 490 "name": "push [SLAVE_BUILD]/tmp/uninteresting_hashes.txt /sdcard/revenge_of_
the_skiabot/uninteresting_hashes.txt" |
491 }, | 491 }, |
492 { | 492 { |
493 "cmd": [ | 493 "cmd": [ |
494 "adb", | 494 "adb", |
495 "push", | 495 "push", |
496 "[SLAVE_BUILD]/out/Release/dm", | 496 "[SLAVE_BUILD]/out/Debug/dm", |
497 "/data/local/tmp/" | 497 "/data/local/tmp/" |
498 ], | 498 ], |
499 "cwd": "[SLAVE_BUILD]/skia", | 499 "cwd": "[SLAVE_BUILD]/skia", |
500 "name": "push dm" | 500 "name": "push dm" |
501 }, | 501 }, |
502 { | 502 { |
503 "cmd": [ | 503 "cmd": [ |
504 "python", | 504 "python", |
505 "-u", | 505 "-u", |
506 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 506 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
507 "set -x; /data/local/tmp/dm --undefok --resourcePath /sdcard/revenge_of_th
e_skiabot/resources --skps /sdcard/revenge_of_the_skiabot/skps --images /sdcard/
revenge_of_the_skiabot/images/dm --colorImages /sdcard/revenge_of_the_skiabot/im
ages/colorspace --nameByHash --properties gitHash abc123 master client.skia buil
der Test-Android-Clang-NexusPlayer-CPU-SSE4-x86-Release-GN_Android build_number
5 --svgs /sdcard/revenge_of_the_skiabot/svgs --key arch x86 compiler Clang confi
guration Release cpu_or_gpu CPU cpu_or_gpu_value SSE4 extra_config GN_Android mo
del NexusPlayer os Android --uninterestingHashesFile /sdcard/revenge_of_the_skia
bot/uninteresting_hashes.txt --writePath /sdcard/revenge_of_the_skiabot/dm_out -
-nogpu --config 8888 gpu gpusrgb --src tests gm image colorImage svg --blacklist
gpusrgb image _ _ _ test _ GrShape --match ~ResourceCache --noRAW_threading; ec
ho $? >/data/local/tmp/rc", | 507 "set -x; /data/local/tmp/dm --undefok --resourcePath /sdcard/revenge_of_th
e_skiabot/resources --skps /sdcard/revenge_of_the_skiabot/skps --images /sdcard/
revenge_of_the_skiabot/images/dm --colorImages /sdcard/revenge_of_the_skiabot/im
ages/colorspace --nameByHash --properties gitHash abc123 master client.skia buil
der Test-Android-Clang-Nexus6p-GPU-Adreno430-arm64-Debug-GN_Android_Vulkan build
_number 5 --svgs /sdcard/revenge_of_the_skiabot/svgs --key arch arm64 compiler C
lang configuration Debug cpu_or_gpu GPU cpu_or_gpu_value Adreno430 extra_config
GN_Android_Vulkan model Nexus6p os Android --uninterestingHashesFile /sdcard/rev
enge_of_the_skiabot/uninteresting_hashes.txt --writePath /sdcard/revenge_of_the_
skiabot/dm_out --nocpu --config vk --src tests gm image colorImage svg --blackli
st _ test _ GrShape _ image _ interlaced1.png _ image _ interlaced2.png _ image
_ interlaced3.png _ image _ .arw _ image _ .cr2 _ image _ .dng _ image _ .nef _
image _ .nrw _ image _ .orf _ image _ .raf _ image _ .rw2 _ image _ .pef _ image
_ .srw _ image _ .ARW _ image _ .CR2 _ image _ .DNG _ image _ .NEF _ image _ .N
RW _ image _ .ORF _ image _ .RAF _ image _ .RW2 _ image _ .PEF _ image _ .SRW --
match ~XfermodeImageFilterCroppedInput ~GrTextureStripAtlasFlush ~CopySurface; e
cho $? >/data/local/tmp/rc", |
508 "[SLAVE_BUILD]/tmp/dm.sh" | 508 "[SLAVE_BUILD]/tmp/dm.sh" |
509 ], | 509 ], |
510 "name": "write dm.sh" | 510 "name": "write dm.sh" |
511 }, | 511 }, |
512 { | 512 { |
513 "cmd": [ | 513 "cmd": [ |
514 "adb", | 514 "adb", |
515 "push", | 515 "push", |
516 "[SLAVE_BUILD]/tmp/dm.sh", | 516 "[SLAVE_BUILD]/tmp/dm.sh", |
517 "/data/local/tmp/" | 517 "/data/local/tmp/" |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 ], | 587 ], |
588 "cwd": "[SLAVE_BUILD]/skia", | 588 "cwd": "[SLAVE_BUILD]/skia", |
589 "name": "kill adb server" | 589 "name": "kill adb server" |
590 }, | 590 }, |
591 { | 591 { |
592 "name": "$result", | 592 "name": "$result", |
593 "recipe_result": null, | 593 "recipe_result": null, |
594 "status_code": 0 | 594 "status_code": 0 |
595 } | 595 } |
596 ] | 596 ] |
OLD | NEW |