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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 "--images", | 120 "--images", |
121 "--gpuStatsDump", | 121 "--gpuStatsDump", |
122 "true", | 122 "true", |
123 "--scales", | 123 "--scales", |
124 "1.0", | 124 "1.0", |
125 "1.1", | 125 "1.1", |
126 "--config", | 126 "--config", |
127 "8888", | 127 "8888", |
128 "gpu", | 128 "gpu", |
129 "nonrendering", | 129 "nonrendering", |
130 "angle", | |
131 "hwui", | 130 "hwui", |
132 "f16", | 131 "f16", |
133 "srgb", | 132 "srgb", |
134 "msaa16", | 133 "msaa16", |
135 "nvpr16", | 134 "nvpr16", |
136 "nvprdit16", | 135 "nvprdit16", |
137 "--match", | 136 "--match", |
138 "~interlaced1.png", | 137 "~interlaced1.png", |
139 "~interlaced2.png", | 138 "~interlaced2.png", |
140 "~interlaced3.png", | 139 "~interlaced3.png", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 211 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
213 "@@@STEP_LOG_END@python.inline@@@" | 212 "@@@STEP_LOG_END@python.inline@@@" |
214 ] | 213 ] |
215 }, | 214 }, |
216 { | 215 { |
217 "name": "$result", | 216 "name": "$result", |
218 "recipe_result": null, | 217 "recipe_result": null, |
219 "status_code": 0 | 218 "status_code": 0 |
220 } | 219 } |
221 ] | 220 ] |
OLD | NEW |