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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench", | 64 "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench", |
65 "--undefok", | 65 "--undefok", |
66 "-i", | 66 "-i", |
67 "[SLAVE_BUILD]\\skia\\resources", | 67 "[SLAVE_BUILD]\\skia\\resources", |
68 "--skps", | 68 "--skps", |
69 "[SLAVE_BUILD]\\skp", | 69 "[SLAVE_BUILD]\\skp", |
70 "--images", | 70 "--images", |
71 "[SLAVE_BUILD]\\skimage\\nanobench", | 71 "[SLAVE_BUILD]\\skimage\\nanobench", |
72 "--svgs", | 72 "--svgs", |
73 "[SLAVE_BUILD]\\svg", | 73 "[SLAVE_BUILD]\\svg", |
74 "--nogpu", | 74 "--nocpu", |
75 "--pre_log", | 75 "--pre_log", |
| 76 "--images", |
| 77 "--gpuStatsDump", |
| 78 "true", |
76 "--scales", | 79 "--scales", |
77 "1.0", | 80 "1.0", |
78 "1.1", | 81 "1.1", |
79 "--config", | 82 "--config", |
80 "8888", | 83 "8888", |
81 "gpu", | 84 "gpu", |
82 "nonrendering", | 85 "nonrendering", |
83 "angle", | |
84 "hwui", | 86 "hwui", |
85 "f16", | 87 "f16", |
86 "srgb", | 88 "srgb", |
87 "565", | |
88 "msaa16", | 89 "msaa16", |
89 "nvpr16", | 90 "nvpr16", |
90 "nvprdit16", | 91 "nvprdit16", |
| 92 "angle_gl_es2", |
| 93 "angle_d3d11_es2", |
91 "--match", | 94 "--match", |
92 "~interlaced1.png", | 95 "~interlaced1.png", |
93 "~interlaced2.png", | 96 "~interlaced2.png", |
94 "~interlaced3.png", | 97 "~interlaced3.png", |
95 "~inc0.gif", | 98 "~inc0.gif", |
96 "~inc1.gif", | 99 "~inc1.gif", |
97 "~incInterlaced.gif", | 100 "~incInterlaced.gif", |
98 "~inc0.jpg", | 101 "~inc0.jpg", |
99 "~incGray.jpg", | 102 "~incGray.jpg", |
100 "~inc0.wbmp", | 103 "~inc0.wbmp", |
(...skipping 17 matching lines...) Expand all Loading... |
118 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 121 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
119 }, | 122 }, |
120 "name": "nanobench" | 123 "name": "nanobench" |
121 }, | 124 }, |
122 { | 125 { |
123 "name": "$result", | 126 "name": "$result", |
124 "recipe_result": null, | 127 "recipe_result": null, |
125 "status_code": 0 | 128 "status_code": 0 |
126 } | 129 } |
127 ] | 130 ] |
OLD | NEW |