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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 ] | 104 ] |
105 }, | 105 }, |
106 { | 106 { |
107 "cmd": [ | 107 "cmd": [ |
108 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", | 108 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", |
109 "--undefok", | 109 "--undefok", |
110 "-i", | 110 "-i", |
111 "[SLAVE_BUILD]\\skia\\resources", | 111 "[SLAVE_BUILD]\\skia\\resources", |
112 "--skps", | 112 "--skps", |
113 "[SLAVE_BUILD]\\skp", | 113 "[SLAVE_BUILD]\\skp", |
| 114 "--svgs", |
| 115 "[SLAVE_BUILD]\\svg", |
114 "--images", | 116 "--images", |
115 "[SLAVE_BUILD]\\skimage\\nanobench", | 117 "[SLAVE_BUILD]\\skimage\\nanobench", |
116 "--nogpu", | 118 "--nogpu", |
117 "--pre_log", | 119 "--pre_log", |
118 "--scales", | 120 "--scales", |
119 "1.0", | 121 "1.0", |
120 "1.1", | 122 "1.1", |
121 "--config", | 123 "--config", |
122 "8888", | 124 "8888", |
123 "gpu", | 125 "gpu", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 204 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
203 "@@@STEP_LOG_END@python.inline@@@" | 205 "@@@STEP_LOG_END@python.inline@@@" |
204 ] | 206 ] |
205 }, | 207 }, |
206 { | 208 { |
207 "name": "$result", | 209 "name": "$result", |
208 "recipe_result": null, | 210 "recipe_result": null, |
209 "status_code": 0 | 211 "status_code": 0 |
210 } | 212 } |
211 ] | 213 ] |
OLD | NEW |