Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(786)

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json

Issue 2215443003: [recipes] Increase test coverage (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install"
5 ],
6 "env": {
7 "BUILDTYPE": "Debug",
8 "CHROME_HEADLESS": "1",
9 "SKIA_OUT": "[SLAVE_BUILD]/out",
10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
11 },
12 "name": "install iOSShell"
13 },
14 {
15 "cmd": [
16 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed",
17 "[SLAVE_BUILD]/skia/resources",
18 "skiabot/skia_resources"
19 ],
20 "env": {
21 "BUILDTYPE": "Debug",
22 "CHROME_HEADLESS": "1",
23 "SKIA_OUT": "[SLAVE_BUILD]/out",
24 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
25 },
26 "name": "push resources to skia_resources"
27 },
28 {
29 "cmd": [
30 "python",
31 "-u",
32 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
33 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
34 "/path/to/tmp/"
35 ],
36 "name": "Get downloaded SKP VERSION"
37 },
38 {
39 "cmd": [
40 "python",
41 "-u",
42 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
43 "42",
44 "[SLAVE_BUILD]/tmp/SKP_VERSION"
45 ],
46 "name": "write SKP_VERSION"
47 },
48 {
49 "cmd": [
50 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file",
51 "skiabot/skia_tmp_dir/SKP_VERSION"
52 ],
53 "env": {
54 "BUILDTYPE": "Debug",
55 "CHROME_HEADLESS": "1",
56 "SKIA_OUT": "[SLAVE_BUILD]/out",
57 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
58 },
59 "name": "read SKP_VERSION",
60 "stdout": "/path/to/tmp/"
61 },
62 {
63 "cmd": [
64 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm",
65 "skiabot/skia_tmp_dir/SKP_VERSION"
66 ],
67 "env": {
68 "BUILDTYPE": "Debug",
69 "CHROME_HEADLESS": "1",
70 "SKIA_OUT": "[SLAVE_BUILD]/out",
71 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
72 },
73 "name": "rm skiabot/skia_tmp_dir/SKP_VERSION"
74 },
75 {
76 "cmd": [
77 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm",
78 "skiabot/skia_skp/skps"
79 ],
80 "env": {
81 "BUILDTYPE": "Debug",
82 "CHROME_HEADLESS": "1",
83 "SKIA_OUT": "[SLAVE_BUILD]/out",
84 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
85 },
86 "name": "rmdir skiabot/skia_skp/skps"
87 },
88 {
89 "cmd": [
90 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_mkdir",
91 "skiabot/skia_skp/skps"
92 ],
93 "env": {
94 "BUILDTYPE": "Debug",
95 "CHROME_HEADLESS": "1",
96 "SKIA_OUT": "[SLAVE_BUILD]/out",
97 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
98 },
99 "name": "mkdir skiabot/skia_skp/skps"
100 },
101 {
102 "cmd": [
103 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed",
104 "[SLAVE_BUILD]/skp",
105 "skiabot/skia_skp/skps"
106 ],
107 "env": {
108 "BUILDTYPE": "Debug",
109 "CHROME_HEADLESS": "1",
110 "SKIA_OUT": "[SLAVE_BUILD]/out",
111 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
112 },
113 "name": "push skp to skps"
114 },
115 {
116 "cmd": [
117 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file",
118 "[SLAVE_BUILD]/tmp/SKP_VERSION",
119 "skiabot/skia_tmp_dir/SKP_VERSION"
120 ],
121 "env": {
122 "BUILDTYPE": "Debug",
123 "CHROME_HEADLESS": "1",
124 "SKIA_OUT": "[SLAVE_BUILD]/out",
125 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
126 },
127 "name": "push [SLAVE_BUILD]/tmp/SKP_VERSION"
128 },
129 {
130 "cmd": [
131 "python",
132 "-u",
133 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
134 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
135 "/path/to/tmp/"
136 ],
137 "name": "Get downloaded skimage VERSION"
138 },
139 {
140 "cmd": [
141 "python",
142 "-u",
143 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
144 "42",
145 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
146 ],
147 "name": "write SK_IMAGE_VERSION"
148 },
149 {
150 "cmd": [
151 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file",
152 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
153 ],
154 "env": {
155 "BUILDTYPE": "Debug",
156 "CHROME_HEADLESS": "1",
157 "SKIA_OUT": "[SLAVE_BUILD]/out",
158 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
159 },
160 "name": "read SK_IMAGE_VERSION",
161 "stdout": "/path/to/tmp/"
162 },
163 {
164 "cmd": [
165 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm",
166 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
167 ],
168 "env": {
169 "BUILDTYPE": "Debug",
170 "CHROME_HEADLESS": "1",
171 "SKIA_OUT": "[SLAVE_BUILD]/out",
172 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
173 },
174 "name": "rm skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
175 },
176 {
177 "cmd": [
178 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm",
179 "skiabot/skia_images"
180 ],
181 "env": {
182 "BUILDTYPE": "Debug",
183 "CHROME_HEADLESS": "1",
184 "SKIA_OUT": "[SLAVE_BUILD]/out",
185 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
186 },
187 "name": "rmdir skiabot/skia_images"
188 },
189 {
190 "cmd": [
191 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_mkdir",
192 "skiabot/skia_images"
193 ],
194 "env": {
195 "BUILDTYPE": "Debug",
196 "CHROME_HEADLESS": "1",
197 "SKIA_OUT": "[SLAVE_BUILD]/out",
198 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
199 },
200 "name": "mkdir skiabot/skia_images"
201 },
202 {
203 "cmd": [
204 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed",
205 "[SLAVE_BUILD]/skimage",
206 "skiabot/skia_images"
207 ],
208 "env": {
209 "BUILDTYPE": "Debug",
210 "CHROME_HEADLESS": "1",
211 "SKIA_OUT": "[SLAVE_BUILD]/out",
212 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
213 },
214 "name": "push skimage to skia_images"
215 },
216 {
217 "cmd": [
218 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file",
219 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
220 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
221 ],
222 "env": {
223 "BUILDTYPE": "Debug",
224 "CHROME_HEADLESS": "1",
225 "SKIA_OUT": "[SLAVE_BUILD]/out",
226 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
227 },
228 "name": "push [SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
229 },
230 {
231 "cmd": [
232 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia",
233 "--nanobench",
234 "--undefok",
235 "-i",
236 "skiabot/skia_resources",
237 "--skps",
238 "skiabot/skia_skp/skps",
239 "--images",
240 "skiabot/skia_images/nanobench",
241 "--nocpu",
242 "--pre_log",
243 "--images",
244 "--gpuStatsDump",
245 "true",
246 "--scales",
247 "1.0",
248 "1.1",
249 "--skps",
250 "ignore_skps",
251 "--config",
252 "565",
253 "8888",
254 "gpu",
255 "nonrendering",
256 "angle",
257 "hwui",
258 "f16",
259 "srgb",
260 "msaa16",
261 "nvpr16",
262 "nvprdit16",
263 "--match",
264 "~blurroundrect",
265 "~patch_grid",
266 "~desk_carsvg",
267 "~keymobi",
268 "~path_hairline",
269 "~GLInstancedArraysBench",
270 "~inc0.gif",
271 "~inc1.gif",
272 "~incInterlaced.gif",
273 "~inc0.jpg",
274 "~incGray.jpg",
275 "~inc0.wbmp",
276 "~inc1.wbmp",
277 "~inc0.webp",
278 "~inc1.webp",
279 "~inc0.ico",
280 "~inc1.ico",
281 "~inc0.png",
282 "~inc1.png",
283 "~inc2.png",
284 "~inc12.png",
285 "~inc13.png",
286 "~inc14.png",
287 "~inc0.webp",
288 "~inc1.webp"
289 ],
290 "env": {
291 "BUILDTYPE": "Debug",
292 "CHROME_HEADLESS": "1",
293 "SKIA_OUT": "[SLAVE_BUILD]/out",
294 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
295 },
296 "name": "nanobench"
297 },
298 {
299 "cmd": [
300 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_restart"
301 ],
302 "env": {
303 "BUILDTYPE": "Debug",
304 "CHROME_HEADLESS": "1",
305 "SKIA_OUT": "[SLAVE_BUILD]/out",
306 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
307 },
308 "name": "reboot"
309 },
310 {
311 "cmd": [
312 "sleep",
313 "20"
314 ],
315 "env": {
316 "BUILDTYPE": "Debug",
317 "CHROME_HEADLESS": "1",
318 "SKIA_OUT": "[SLAVE_BUILD]/out",
319 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
320 },
321 "name": "wait for reboot"
322 },
323 {
324 "name": "$result",
325 "recipe_result": null,
326 "status_code": 0
327 }
328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698