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