| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "[SLAVE_BUILD]\\skimage\\nanobench", | 115 "[SLAVE_BUILD]\\skimage\\nanobench", |
| 116 "--nocpu", | 116 "--nocpu", |
| 117 "--pre_log", | 117 "--pre_log", |
| 118 "--images", | 118 "--images", |
| 119 "--gpuStatsDump", | 119 "--gpuStatsDump", |
| 120 "true", | 120 "true", |
| 121 "--scales", | 121 "--scales", |
| 122 "1.0", | 122 "1.0", |
| 123 "1.1", | 123 "1.1", |
| 124 "--config", | 124 "--config", |
| 125 "565", | |
| 126 "8888", | 125 "8888", |
| 127 "gpu", | 126 "gpu", |
| 128 "nonrendering", | 127 "nonrendering", |
| 129 "angle", | 128 "angle", |
| 130 "hwui", | 129 "hwui", |
| 131 "f16", | 130 "f16", |
| 132 "srgb", | 131 "srgb", |
| 133 "msaa16", | 132 "msaa16", |
| 134 "nvpr16", | 133 "nvpr16", |
| 135 "nvprdit16", | 134 "nvprdit16", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 210 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 212 "@@@STEP_LOG_END@python.inline@@@" | 211 "@@@STEP_LOG_END@python.inline@@@" |
| 213 ] | 212 ] |
| 214 }, | 213 }, |
| 215 { | 214 { |
| 216 "name": "$result", | 215 "name": "$result", |
| 217 "recipe_result": null, | 216 "recipe_result": null, |
| 218 "status_code": 0 | 217 "status_code": 0 |
| 219 } | 218 } |
| 220 ] | 219 ] |
| OLD | NEW |