| 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", |
| 131 "hwui", | 132 "hwui", |
| 132 "f16", | 133 "f16", |
| 133 "srgb", | 134 "srgb", |
| 134 "msaa16", | 135 "msaa16", |
| 135 "nvpr16", | 136 "nvpr16", |
| 136 "nvprdit16", | 137 "nvprdit16", |
| 137 "--match", | 138 "--match", |
| 138 "~interlaced1.png", | 139 "~interlaced1.png", |
| 139 "~interlaced2.png", | 140 "~interlaced2.png", |
| 140 "~interlaced3.png", | 141 "~interlaced3.png", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 209 "@@@STEP_LOG_END@python.inline@@@" | 210 "@@@STEP_LOG_END@python.inline@@@" |
| 210 ] | 211 ] |
| 211 }, | 212 }, |
| 212 { | 213 { |
| 213 "name": "$result", | 214 "name": "$result", |
| 214 "recipe_result": null, | 215 "recipe_result": null, |
| 215 "status_code": 0 | 216 "status_code": 0 |
| 216 } | 217 } |
| 217 ] | 218 ] |
| OLD | NEW |