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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release.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
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/", 8 "stdout": "/path/to/tmp/",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "env": { 49 "env": {
50 "BUILDTYPE": "Release", 50 "BUILDTYPE": "Release",
51 "CHROME_HEADLESS": "1", 51 "CHROME_HEADLESS": "1",
52 "SKIA_OUT": "[SLAVE_BUILD]/out" 52 "SKIA_OUT": "[SLAVE_BUILD]/out"
53 }, 53 },
54 "name": "get EXTERNAL_STORAGE dir", 54 "name": "get EXTERNAL_STORAGE dir",
55 "stdout": "/path/to/tmp/" 55 "stdout": "/path/to/tmp/"
56 }, 56 },
57 { 57 {
58 "cmd": [ 58 "cmd": [
59 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
60 "root"
61 ],
62 "env": {
63 "BUILDTYPE": "Release",
64 "CHROME_HEADLESS": "1",
65 "SKIA_OUT": "[SLAVE_BUILD]/out"
66 },
67 "name": "adb root",
68 "stdout": "/path/to/tmp/"
69 },
70 {
71 "cmd": [
72 "sleep",
73 "10"
74 ],
75 "env": {
76 "BUILDTYPE": "Release",
77 "CHROME_HEADLESS": "1",
78 "SKIA_OUT": "[SLAVE_BUILD]/out"
79 },
80 "name": "wait"
81 },
82 {
83 "cmd": [
84 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_device"
85 ],
86 "env": {
87 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
88 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
89 "BUILDTYPE": "Release",
90 "CHROME_HEADLESS": "1",
91 "SKIA_ANDROID_VERBOSE_SETUP": "1",
92 "SKIA_OUT": "[SLAVE_BUILD]/out"
93 },
94 "name": "wait for device (2)"
95 },
96 {
97 "cmd": [
98 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_charge"
99 ],
100 "env": {
101 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
102 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
103 "BUILDTYPE": "Release",
104 "CHROME_HEADLESS": "1",
105 "SKIA_ANDROID_VERBOSE_SETUP": "1",
106 "SKIA_OUT": "[SLAVE_BUILD]/out"
107 },
108 "name": "wait for charge (2)"
109 },
110 {
111 "cmd": [
112 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_kill_skia", 59 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_kill_skia",
113 "--verbose" 60 "--verbose"
114 ], 61 ],
115 "env": { 62 "env": {
116 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 63 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
117 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 64 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
118 "BUILDTYPE": "Release", 65 "BUILDTYPE": "Release",
119 "CHROME_HEADLESS": "1", 66 "CHROME_HEADLESS": "1",
120 "SKIA_ANDROID_VERBOSE_SETUP": "1", 67 "SKIA_ANDROID_VERBOSE_SETUP": "1",
121 "SKIA_OUT": "[SLAVE_BUILD]/out" 68 "SKIA_OUT": "[SLAVE_BUILD]/out"
122 }, 69 },
123 "name": "kill skia" 70 "name": "kill skia"
124 }, 71 },
125 { 72 {
126 "cmd": [ 73 "cmd": [
127 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", 74 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
128 "shell", 75 "shell",
129 "stop"
130 ],
131 "env": {
132 "BUILDTYPE": "Release",
133 "CHROME_HEADLESS": "1",
134 "SKIA_OUT": "[SLAVE_BUILD]/out"
135 },
136 "name": "stop shell"
137 },
138 {
139 "cmd": [
140 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
141 "shell",
142 "dumpsys", 76 "dumpsys",
143 "batteryproperties" 77 "batteryproperties"
144 ], 78 ],
145 "env": { 79 "env": {
146 "BUILDTYPE": "Release", 80 "BUILDTYPE": "Release",
147 "CHROME_HEADLESS": "1", 81 "CHROME_HEADLESS": "1",
148 "SKIA_OUT": "[SLAVE_BUILD]/out" 82 "SKIA_OUT": "[SLAVE_BUILD]/out"
149 }, 83 },
150 "name": "starting battery stats" 84 "name": "starting battery stats"
151 }, 85 },
152 { 86 {
153 "cmd": [ 87 "cmd": [
154 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
155 "shell",
156 "cat",
157 "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
158 ],
159 "env": {
160 "BUILDTYPE": "Release",
161 "CHROME_HEADLESS": "1",
162 "SKIA_OUT": "[SLAVE_BUILD]/out"
163 },
164 "name": "cat scaling_governor"
165 },
166 {
167 "cmd": [
168 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
169 "shell",
170 "cat",
171 "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq"
172 ],
173 "env": {
174 "BUILDTYPE": "Release",
175 "CHROME_HEADLESS": "1",
176 "SKIA_OUT": "[SLAVE_BUILD]/out"
177 },
178 "name": "cat cpu_freq"
179 },
180 {
181 "cmd": [
182 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_push_if_needed", 88 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_push_if_needed",
183 "--verbose", 89 "--verbose",
184 "[SLAVE_BUILD]/skia/resources", 90 "[SLAVE_BUILD]/skia/resources",
185 "/storage/emulated/legacy/skiabot/skia_resources" 91 "/storage/emulated/legacy/skiabot/skia_resources"
186 ], 92 ],
187 "env": { 93 "env": {
188 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 94 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
189 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 95 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
190 "BUILDTYPE": "Release", 96 "BUILDTYPE": "Release",
191 "CHROME_HEADLESS": "1", 97 "CHROME_HEADLESS": "1",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "hwui", 258 "hwui",
353 "f16", 259 "f16",
354 "srgb", 260 "srgb",
355 "msaa4", 261 "msaa4",
356 "nvpr4", 262 "nvpr4",
357 "nvprdit4", 263 "nvprdit4",
358 "--match", 264 "--match",
359 "~blurroundrect", 265 "~blurroundrect",
360 "~patch_grid", 266 "~patch_grid",
361 "~desk_carsvg", 267 "~desk_carsvg",
268 "~shapes_",
362 "~inc0.gif", 269 "~inc0.gif",
363 "~inc1.gif", 270 "~inc1.gif",
364 "~incInterlaced.gif", 271 "~incInterlaced.gif",
365 "~inc0.jpg", 272 "~inc0.jpg",
366 "~incGray.jpg", 273 "~incGray.jpg",
367 "~inc0.wbmp", 274 "~inc0.wbmp",
368 "~inc1.wbmp", 275 "~inc1.wbmp",
369 "~inc0.webp", 276 "~inc0.webp",
370 "~inc1.webp", 277 "~inc1.webp",
371 "~inc0.ico", 278 "~inc0.ico",
(...skipping 14 matching lines...) Expand all
386 "build_number", 293 "build_number",
387 "5", 294 "5",
388 "--key", 295 "--key",
389 "arch", 296 "arch",
390 "Arm7", 297 "Arm7",
391 "compiler", 298 "compiler",
392 "GCC", 299 "GCC",
393 "cpu_or_gpu", 300 "cpu_or_gpu",
394 "GPU", 301 "GPU",
395 "cpu_or_gpu_value", 302 "cpu_or_gpu_value",
396 "Tegra3", 303 "Mali400",
397 "model", 304 "model",
398 "Nexus7", 305 "GalaxyS3",
399 "os", 306 "os",
400 "Android" 307 "Android"
401 ], 308 ],
402 "env": { 309 "env": {
403 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 310 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
404 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 311 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
405 "BUILDTYPE": "Release", 312 "BUILDTYPE": "Release",
406 "CHROME_HEADLESS": "1", 313 "CHROME_HEADLESS": "1",
407 "SKIA_ANDROID_VERBOSE_SETUP": "1", 314 "SKIA_ANDROID_VERBOSE_SETUP": "1",
408 "SKIA_OUT": "[SLAVE_BUILD]/out" 315 "SKIA_OUT": "[SLAVE_BUILD]/out"
409 }, 316 },
410 "name": "nanobench" 317 "name": "nanobench"
411 }, 318 },
412 { 319 {
413 "cmd": [ 320 "cmd": [
414 "python", 321 "python",
415 "-u", 322 "-u",
416 "\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", 323 "\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",
417 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7 -Release/data", 324 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Android-GCC-GalaxyS3-GPU-Mali400-A rm7-Release/data",
418 "511" 325 "511"
419 ], 326 ],
420 "name": "makedirs perf_dir", 327 "name": "makedirs perf_dir",
421 "~followup_annotations": [ 328 "~followup_annotations": [
422 "@@@STEP_LOG_LINE@python.inline@@@@", 329 "@@@STEP_LOG_LINE@python.inline@@@@",
423 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 330 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
424 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 331 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
425 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 332 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
426 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 333 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
427 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 334 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
428 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 335 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
429 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 336 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
430 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 337 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
431 "@@@STEP_LOG_END@python.inline@@@" 338 "@@@STEP_LOG_END@python.inline@@@"
432 ] 339 ]
433 }, 340 },
434 { 341 {
435 "cmd": [ 342 "cmd": [
436 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_pull_if_needed", 343 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_pull_if_needed",
437 "--verbose", 344 "--verbose",
438 "/storage/emulated/legacy/skiabot/skia_perf", 345 "/storage/emulated/legacy/skiabot/skia_perf",
439 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7 -Release/data" 346 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Android-GCC-GalaxyS3-GPU-Mali400-A rm7-Release/data"
440 ], 347 ],
441 "env": { 348 "env": {
442 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 349 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
443 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 350 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
444 "BUILDTYPE": "Release", 351 "BUILDTYPE": "Release",
445 "CHROME_HEADLESS": "1", 352 "CHROME_HEADLESS": "1",
446 "SKIA_ANDROID_VERBOSE_SETUP": "1", 353 "SKIA_ANDROID_VERBOSE_SETUP": "1",
447 "SKIA_OUT": "[SLAVE_BUILD]/out" 354 "SKIA_OUT": "[SLAVE_BUILD]/out"
448 }, 355 },
449 "name": "pull skia_perf" 356 "name": "pull skia_perf"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_device" 398 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_device"
492 ], 399 ],
493 "env": { 400 "env": {
494 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 401 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
495 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 402 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
496 "BUILDTYPE": "Release", 403 "BUILDTYPE": "Release",
497 "CHROME_HEADLESS": "1", 404 "CHROME_HEADLESS": "1",
498 "SKIA_ANDROID_VERBOSE_SETUP": "1", 405 "SKIA_ANDROID_VERBOSE_SETUP": "1",
499 "SKIA_OUT": "[SLAVE_BUILD]/out" 406 "SKIA_OUT": "[SLAVE_BUILD]/out"
500 }, 407 },
501 "name": "wait for device (3)" 408 "name": "wait for device (2)"
502 }, 409 },
503 { 410 {
504 "cmd": [ 411 "cmd": [
505 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_charge" 412 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_charge"
506 ], 413 ],
507 "env": { 414 "env": {
508 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 415 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
509 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 416 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
510 "BUILDTYPE": "Release", 417 "BUILDTYPE": "Release",
511 "CHROME_HEADLESS": "1", 418 "CHROME_HEADLESS": "1",
512 "SKIA_ANDROID_VERBOSE_SETUP": "1", 419 "SKIA_ANDROID_VERBOSE_SETUP": "1",
513 "SKIA_OUT": "[SLAVE_BUILD]/out" 420 "SKIA_OUT": "[SLAVE_BUILD]/out"
514 }, 421 },
515 "name": "wait for charge (3)" 422 "name": "wait for charge (2)"
516 }, 423 },
517 { 424 {
518 "cmd": [ 425 "cmd": [
519 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", 426 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
520 "kill-server" 427 "kill-server"
521 ], 428 ],
522 "env": { 429 "env": {
523 "BUILDTYPE": "Release", 430 "BUILDTYPE": "Release",
524 "CHROME_HEADLESS": "1", 431 "CHROME_HEADLESS": "1",
525 "SKIA_OUT": "[SLAVE_BUILD]/out" 432 "SKIA_OUT": "[SLAVE_BUILD]/out"
526 }, 433 },
527 "name": "kill-server" 434 "name": "kill-server"
528 }, 435 },
529 { 436 {
530 "name": "$result", 437 "name": "$result",
531 "recipe_result": null, 438 "recipe_result": null,
532 "status_code": 0 439 "status_code": 0
533 } 440 }
534 ] 441 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698