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