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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 "name": "write SVG_VERSION" | 60 "name": "write SVG_VERSION" |
61 }, | 61 }, |
62 { | 62 { |
63 "cmd": [ | 63 "cmd": [ |
64 "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench", | 64 "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench", |
65 "--undefok", | 65 "--undefok", |
66 "-i", | 66 "-i", |
67 "[SLAVE_BUILD]\\skia\\resources", | 67 "[SLAVE_BUILD]\\skia\\resources", |
68 "--skps", | 68 "--skps", |
69 "[SLAVE_BUILD]\\skp", | 69 "[SLAVE_BUILD]\\skp", |
| 70 "--svgs", |
| 71 "[SLAVE_BUILD]\\svg", |
70 "--images", | 72 "--images", |
71 "[SLAVE_BUILD]\\skimage\\nanobench", | 73 "[SLAVE_BUILD]\\skimage\\nanobench", |
72 "--nogpu", | 74 "--nogpu", |
73 "--pre_log", | 75 "--pre_log", |
74 "--scales", | 76 "--scales", |
75 "1.0", | 77 "1.0", |
76 "1.1", | 78 "1.1", |
77 "--config", | 79 "--config", |
78 "8888", | 80 "8888", |
79 "gpu", | 81 "gpu", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 118 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
117 }, | 119 }, |
118 "name": "nanobench" | 120 "name": "nanobench" |
119 }, | 121 }, |
120 { | 122 { |
121 "name": "$result", | 123 "name": "$result", |
122 "recipe_result": null, | 124 "recipe_result": null, |
123 "status_code": 0 | 125 "status_code": 0 |
124 } | 126 } |
125 ] | 127 ] |
OLD | NEW |