| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "--skps", | 112 "--skps", |
| 113 "[SLAVE_BUILD]\\skp", | 113 "[SLAVE_BUILD]\\skp", |
| 114 "--images", | 114 "--images", |
| 115 "[SLAVE_BUILD]\\skimage\\nanobench", | 115 "[SLAVE_BUILD]\\skimage\\nanobench", |
| 116 "--nogpu", | 116 "--nogpu", |
| 117 "--pre_log", | 117 "--pre_log", |
| 118 "--scales", | 118 "--scales", |
| 119 "1.0", | 119 "1.0", |
| 120 "1.1", | 120 "1.1", |
| 121 "--config", | 121 "--config", |
| 122 "565", | |
| 123 "8888", | 122 "8888", |
| 124 "gpu", | 123 "gpu", |
| 125 "nonrendering", | 124 "nonrendering", |
| 126 "angle", | 125 "angle", |
| 127 "hwui", | 126 "hwui", |
| 128 "f16", | 127 "f16", |
| 129 "srgb", | 128 "srgb", |
| 129 "565", |
| 130 "msaa16", | 130 "msaa16", |
| 131 "nvpr16", | 131 "nvpr16", |
| 132 "nvprdit16", | 132 "nvprdit16", |
| 133 "--match", | 133 "--match", |
| 134 "~interlaced1.png", | 134 "~interlaced1.png", |
| 135 "~interlaced2.png", | 135 "~interlaced2.png", |
| 136 "~interlaced3.png", | 136 "~interlaced3.png", |
| 137 "~inc0.gif", | 137 "~inc0.gif", |
| 138 "~inc1.gif", | 138 "~inc1.gif", |
| 139 "~incInterlaced.gif", | 139 "~incInterlaced.gif", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 202 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 203 "@@@STEP_LOG_END@python.inline@@@" | 203 "@@@STEP_LOG_END@python.inline@@@" |
| 204 ] | 204 ] |
| 205 }, | 205 }, |
| 206 { | 206 { |
| 207 "name": "$result", | 207 "name": "$result", |
| 208 "recipe_result": null, | 208 "recipe_result": null, |
| 209 "status_code": 0 | 209 "status_code": 0 |
| 210 } | 210 } |
| 211 ] | 211 ] |
| OLD | NEW |