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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 "[SLAVE_BUILD]/svg", | 118 "[SLAVE_BUILD]/svg", |
119 "--nogpu", | 119 "--nogpu", |
120 "--pre_log", | 120 "--pre_log", |
121 "--scales", | 121 "--scales", |
122 "1.0", | 122 "1.0", |
123 "1.1", | 123 "1.1", |
124 "--config", | 124 "--config", |
125 "8888", | 125 "8888", |
126 "gpu", | 126 "gpu", |
127 "nonrendering", | 127 "nonrendering", |
128 "angle", | |
129 "hwui", | 128 "hwui", |
130 "f16", | 129 "f16", |
131 "srgb", | 130 "srgb", |
132 "565", | 131 "565", |
133 "msaa16", | 132 "msaa16", |
134 "nvpr16", | 133 "nvpr16", |
135 "nvprdit16", | 134 "nvprdit16", |
136 "--match", | 135 "--match", |
137 "~interlaced1.png", | 136 "~interlaced1.png", |
138 "~interlaced2.png", | 137 "~interlaced2.png", |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 202 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
204 "@@@STEP_LOG_END@python.inline@@@" | 203 "@@@STEP_LOG_END@python.inline@@@" |
205 ] | 204 ] |
206 }, | 205 }, |
207 { | 206 { |
208 "name": "$result", | 207 "name": "$result", |
209 "recipe_result": null, | 208 "recipe_result": null, |
210 "status_code": 0 | 209 "status_code": 0 |
211 } | 210 } |
212 ] | 211 ] |
OLD | NEW |