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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 98 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
99 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 99 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
100 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 100 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
101 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 101 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
102 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 102 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
103 "@@@STEP_LOG_END@python.inline@@@" | 103 "@@@STEP_LOG_END@python.inline@@@" |
104 ] | 104 ] |
105 }, | 105 }, |
106 { | 106 { |
107 "cmd": [ | 107 "cmd": [ |
108 "catchsegv", | |
109 "[SLAVE_BUILD]/out/Release/nanobench", | 108 "[SLAVE_BUILD]/out/Release/nanobench", |
110 "--undefok", | 109 "--undefok", |
111 "-i", | 110 "-i", |
112 "[SLAVE_BUILD]/skia/resources", | 111 "[SLAVE_BUILD]/skia/resources", |
113 "--skps", | 112 "--skps", |
114 "[SLAVE_BUILD]/skp", | 113 "[SLAVE_BUILD]/skp", |
115 "--images", | 114 "--images", |
116 "[SLAVE_BUILD]/skimage/nanobench", | 115 "[SLAVE_BUILD]/skimage/nanobench", |
117 "--nogpu", | 116 "--nogpu", |
118 "--pre_log", | 117 "--pre_log", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 "CPU", | 171 "CPU", |
173 "cpu_or_gpu_value", | 172 "cpu_or_gpu_value", |
174 "AVX", | 173 "AVX", |
175 "extra_config", | 174 "extra_config", |
176 "GN", | 175 "GN", |
177 "model", | 176 "model", |
178 "MacMini6.2", | 177 "MacMini6.2", |
179 "os", | 178 "os", |
180 "Mac" | 179 "Mac" |
181 ], | 180 ], |
182 "env": { | 181 "cwd": "[SLAVE_BUILD]/skia", |
183 "BUILDTYPE": "Release", | |
184 "CHROME_HEADLESS": "1", | |
185 "SKIA_OUT": "[SLAVE_BUILD]/out" | |
186 }, | |
187 "name": "nanobench" | 182 "name": "nanobench" |
188 }, | 183 }, |
189 { | 184 { |
190 "cmd": [ | 185 "cmd": [ |
191 "python", | 186 "python", |
192 "-u", | 187 "-u", |
193 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 188 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
194 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_6
4-Release-GN/data", | 189 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_6
4-Release-GN/data", |
195 "511" | 190 "511" |
196 ], | 191 ], |
(...skipping 10 matching lines...) Expand all Loading... |
207 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 202 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
208 "@@@STEP_LOG_END@python.inline@@@" | 203 "@@@STEP_LOG_END@python.inline@@@" |
209 ] | 204 ] |
210 }, | 205 }, |
211 { | 206 { |
212 "name": "$result", | 207 "name": "$result", |
213 "recipe_result": null, | 208 "recipe_result": null, |
214 "status_code": 0 | 209 "status_code": 0 |
215 } | 210 } |
216 ] | 211 ] |
OLD | NEW |