OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
8 "/path/to/tmp/" | 8 "/path/to/tmp/" |
9 ], | 9 ], |
10 "name": "Get downloaded SKP VERSION" | 10 "name": "Get downloaded SKP VERSION" |
(...skipping 23 matching lines...) Expand all Loading... |
34 "python", | 34 "python", |
35 "-u", | 35 "-u", |
36 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 36 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
37 "42", | 37 "42", |
38 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" | 38 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" |
39 ], | 39 ], |
40 "name": "write SK_IMAGE_VERSION" | 40 "name": "write SK_IMAGE_VERSION" |
41 }, | 41 }, |
42 { | 42 { |
43 "cmd": [ | 43 "cmd": [ |
| 44 "python", |
| 45 "-u", |
| 46 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 47 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION", |
| 48 "/path/to/tmp/" |
| 49 ], |
| 50 "name": "Get downloaded SVG VERSION" |
| 51 }, |
| 52 { |
| 53 "cmd": [ |
| 54 "python", |
| 55 "-u", |
| 56 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 57 "42", |
| 58 "[SLAVE_BUILD]/tmp/SVG_VERSION" |
| 59 ], |
| 60 "name": "write SVG_VERSION" |
| 61 }, |
| 62 { |
| 63 "cmd": [ |
44 "valgrind", | 64 "valgrind", |
45 "--gen-suppressions=all", | 65 "--gen-suppressions=all", |
46 "--leak-check=full", | 66 "--leak-check=full", |
47 "--track-origins=yes", | 67 "--track-origins=yes", |
48 "--error-exitcode=1", | 68 "--error-exitcode=1", |
49 "--num-callers=40", | 69 "--num-callers=40", |
50 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 70 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
51 "[SLAVE_BUILD]/out/Release/dm", | 71 "[SLAVE_BUILD]/out/Release/dm", |
52 "--undefok", | 72 "--undefok", |
53 "--resourcePath", | 73 "--resourcePath", |
54 "[SLAVE_BUILD]/skia/resources", | 74 "[SLAVE_BUILD]/skia/resources", |
55 "--skps", | 75 "--skps", |
56 "[SLAVE_BUILD]/skp", | 76 "[SLAVE_BUILD]/skp", |
| 77 "--svgs", |
| 78 "[SLAVE_BUILD]/svg", |
57 "--images", | 79 "--images", |
58 "[SLAVE_BUILD]/skimage/dm", | 80 "[SLAVE_BUILD]/skimage/dm", |
59 "--colorImages", | 81 "--colorImages", |
60 "[SLAVE_BUILD]/skimage/colorspace", | 82 "[SLAVE_BUILD]/skimage/colorspace", |
61 "--nameByHash", | 83 "--nameByHash", |
62 "--properties", | 84 "--properties", |
63 "gitHash", | 85 "gitHash", |
64 "abc123", | 86 "abc123", |
65 "master", | 87 "master", |
66 "client.skia", | 88 "client.skia", |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 "--track-origins=yes", | 439 "--track-origins=yes", |
418 "--error-exitcode=1", | 440 "--error-exitcode=1", |
419 "--num-callers=40", | 441 "--num-callers=40", |
420 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 442 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
421 "[SLAVE_BUILD]/out/Release/dm", | 443 "[SLAVE_BUILD]/out/Release/dm", |
422 "--undefok", | 444 "--undefok", |
423 "--resourcePath", | 445 "--resourcePath", |
424 "[SLAVE_BUILD]/skia/resources", | 446 "[SLAVE_BUILD]/skia/resources", |
425 "--skps", | 447 "--skps", |
426 "[SLAVE_BUILD]/skp", | 448 "[SLAVE_BUILD]/skp", |
| 449 "--svgs", |
| 450 "[SLAVE_BUILD]/svg", |
427 "--images", | 451 "--images", |
428 "[SLAVE_BUILD]/skimage/dm", | 452 "[SLAVE_BUILD]/skimage/dm", |
429 "--colorImages", | 453 "--colorImages", |
430 "[SLAVE_BUILD]/skimage/colorspace", | 454 "[SLAVE_BUILD]/skimage/colorspace", |
431 "--nameByHash", | 455 "--nameByHash", |
432 "--properties", | 456 "--properties", |
433 "gitHash", | 457 "gitHash", |
434 "abc123", | 458 "abc123", |
435 "master", | 459 "master", |
436 "client.skia", | 460 "client.skia", |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 "--track-origins=yes", | 812 "--track-origins=yes", |
789 "--error-exitcode=1", | 813 "--error-exitcode=1", |
790 "--num-callers=40", | 814 "--num-callers=40", |
791 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 815 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
792 "[SLAVE_BUILD]/out/Release/dm", | 816 "[SLAVE_BUILD]/out/Release/dm", |
793 "--undefok", | 817 "--undefok", |
794 "--resourcePath", | 818 "--resourcePath", |
795 "[SLAVE_BUILD]/skia/resources", | 819 "[SLAVE_BUILD]/skia/resources", |
796 "--skps", | 820 "--skps", |
797 "[SLAVE_BUILD]/skp", | 821 "[SLAVE_BUILD]/skp", |
| 822 "--svgs", |
| 823 "[SLAVE_BUILD]/svg", |
798 "--images", | 824 "--images", |
799 "[SLAVE_BUILD]/skimage/dm", | 825 "[SLAVE_BUILD]/skimage/dm", |
800 "--colorImages", | 826 "--colorImages", |
801 "[SLAVE_BUILD]/skimage/colorspace", | 827 "[SLAVE_BUILD]/skimage/colorspace", |
802 "--nameByHash", | 828 "--nameByHash", |
803 "--properties", | 829 "--properties", |
804 "gitHash", | 830 "gitHash", |
805 "abc123", | 831 "abc123", |
806 "master", | 832 "master", |
807 "client.skia", | 833 "client.skia", |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1150 "SKIA_OUT": "[SLAVE_BUILD]/out" | 1176 "SKIA_OUT": "[SLAVE_BUILD]/out" |
1151 }, | 1177 }, |
1152 "name": "dm --preAbandonGpuContext" | 1178 "name": "dm --preAbandonGpuContext" |
1153 }, | 1179 }, |
1154 { | 1180 { |
1155 "name": "$result", | 1181 "name": "$result", |
1156 "recipe_result": null, | 1182 "recipe_result": null, |
1157 "status_code": 0 | 1183 "status_code": 0 |
1158 } | 1184 } |
1159 ] | 1185 ] |
OLD | NEW |