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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "SKIA_OUT": "[SLAVE_BUILD]/out" 315 "SKIA_OUT": "[SLAVE_BUILD]/out"
316 }, 316 },
317 "name": "mkdir skia_perf" 317 "name": "mkdir skia_perf"
318 }, 318 },
319 { 319 {
320 "cmd": [ 320 "cmd": [
321 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", 321 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia",
322 "--verbose", 322 "--verbose",
323 "--logcat", 323 "--logcat",
324 "-d", 324 "-d",
325 "arm_v7_neon", 325 "x86",
326 "-t", 326 "-t",
327 "Release", 327 "Release",
328 "nanobench", 328 "nanobench",
329 "--undefok", 329 "--undefok",
330 "-i", 330 "-i",
331 "/storage/emulated/legacy/skiabot/skia_resources", 331 "/storage/emulated/legacy/skiabot/skia_resources",
332 "--skps", 332 "--skps",
333 "/storage/emulated/legacy/skiabot/skia_skp/skps", 333 "/storage/emulated/legacy/skiabot/skia_skp/skps",
334 "--images", 334 "--images",
335 "/storage/emulated/legacy/skiabot/skia_images/nanobench", 335 "/storage/emulated/legacy/skiabot/skia_images/nanobench",
336 "--nocpu", 336 "--nocpu",
337 "--pre_log", 337 "--pre_log",
338 "--images", 338 "--images",
339 "--gpuStatsDump", 339 "--gpuStatsDump",
340 "true", 340 "true",
341 "--useThermalManager", 341 "--useThermalManager",
342 "1,1,10,1000", 342 "1,1,10,1000",
343 "--scales", 343 "--scales",
344 "1.0", 344 "1.0",
345 "1.1", 345 "1.1",
346 "--config", 346 "--config",
347 "565", 347 "565",
348 "8888", 348 "8888",
349 "gpu", 349 "gpu",
350 "nonrendering", 350 "nonrendering",
351 "angle", 351 "angle",
352 "hwui", 352 "hwui",
353 "f16", 353 "f16",
354 "srgb", 354 "srgb",
355 "msaa4",
356 "nvpr4",
357 "nvprdit4",
358 "--match", 355 "--match",
359 "~blurroundrect", 356 "~blurroundrect",
360 "~patch_grid", 357 "~patch_grid",
361 "~desk_carsvg", 358 "~desk_carsvg",
359 "~desk_unicodetable",
360 "~interlaced1.png",
361 "~interlaced2.png",
362 "~interlaced3.png",
362 "~inc0.gif", 363 "~inc0.gif",
363 "~inc1.gif", 364 "~inc1.gif",
364 "~incInterlaced.gif", 365 "~incInterlaced.gif",
365 "~inc0.jpg", 366 "~inc0.jpg",
366 "~incGray.jpg", 367 "~incGray.jpg",
367 "~inc0.wbmp", 368 "~inc0.wbmp",
368 "~inc1.wbmp", 369 "~inc1.wbmp",
369 "~inc0.webp", 370 "~inc0.webp",
370 "~inc1.webp", 371 "~inc1.webp",
371 "~inc0.ico", 372 "~inc0.ico",
372 "~inc1.ico", 373 "~inc1.ico",
373 "~inc0.png", 374 "~inc0.png",
374 "~inc1.png", 375 "~inc1.png",
375 "~inc2.png", 376 "~inc2.png",
376 "~inc12.png", 377 "~inc12.png",
377 "~inc13.png", 378 "~inc13.png",
378 "~inc14.png", 379 "~inc14.png",
379 "~inc0.webp", 380 "~inc0.webp",
380 "~inc1.webp", 381 "~inc1.webp",
381 "--outResultsFile", 382 "--outResultsFile",
382 "/storage/emulated/legacy/skiabot/skia_perf/nanobench_abc123.json", 383 "/storage/emulated/legacy/skiabot/skia_perf/nanobench_abc123.json",
383 "--properties", 384 "--properties",
384 "gitHash", 385 "gitHash",
385 "abc123", 386 "abc123",
386 "build_number", 387 "build_number",
387 "5", 388 "5",
388 "--key", 389 "--key",
389 "arch", 390 "arch",
390 "Arm7", 391 "x86",
391 "compiler", 392 "compiler",
392 "GCC", 393 "GCC",
393 "cpu_or_gpu", 394 "cpu_or_gpu",
394 "GPU", 395 "GPU",
395 "cpu_or_gpu_value", 396 "cpu_or_gpu_value",
396 "Tegra3", 397 "PowerVR",
397 "model", 398 "model",
398 "Nexus7", 399 "NexusPlayer",
399 "os", 400 "os",
400 "Android" 401 "Android"
401 ], 402 ],
402 "env": { 403 "env": {
403 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 404 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
404 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 405 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
405 "BUILDTYPE": "Release", 406 "BUILDTYPE": "Release",
406 "CHROME_HEADLESS": "1", 407 "CHROME_HEADLESS": "1",
407 "SKIA_ANDROID_VERBOSE_SETUP": "1", 408 "SKIA_ANDROID_VERBOSE_SETUP": "1",
408 "SKIA_OUT": "[SLAVE_BUILD]/out" 409 "SKIA_OUT": "[SLAVE_BUILD]/out"
409 }, 410 },
410 "name": "nanobench" 411 "name": "nanobench"
411 }, 412 },
412 { 413 {
413 "cmd": [ 414 "cmd": [
414 "python", 415 "python",
415 "-u", 416 "-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", 417 "\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", 418 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Android-GCC-NexusPlayer-GPU-PowerV R-x86-Release/data",
418 "511" 419 "511"
419 ], 420 ],
420 "name": "makedirs perf_dir", 421 "name": "makedirs perf_dir",
421 "~followup_annotations": [ 422 "~followup_annotations": [
422 "@@@STEP_LOG_LINE@python.inline@@@@", 423 "@@@STEP_LOG_LINE@python.inline@@@@",
423 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 424 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
424 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 425 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
425 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 426 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
426 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 427 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
427 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 428 "@@@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@@@", 429 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
429 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 430 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
430 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 431 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
431 "@@@STEP_LOG_END@python.inline@@@" 432 "@@@STEP_LOG_END@python.inline@@@"
432 ] 433 ]
433 }, 434 },
434 { 435 {
435 "cmd": [ 436 "cmd": [
436 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_pull_if_needed", 437 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_pull_if_needed",
437 "--verbose", 438 "--verbose",
438 "/storage/emulated/legacy/skiabot/skia_perf", 439 "/storage/emulated/legacy/skiabot/skia_perf",
439 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7 -Release/data" 440 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Android-GCC-NexusPlayer-GPU-PowerV R-x86-Release/data"
440 ], 441 ],
441 "env": { 442 "env": {
442 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 443 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
443 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 444 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
444 "BUILDTYPE": "Release", 445 "BUILDTYPE": "Release",
445 "CHROME_HEADLESS": "1", 446 "CHROME_HEADLESS": "1",
446 "SKIA_ANDROID_VERBOSE_SETUP": "1", 447 "SKIA_ANDROID_VERBOSE_SETUP": "1",
447 "SKIA_OUT": "[SLAVE_BUILD]/out" 448 "SKIA_OUT": "[SLAVE_BUILD]/out"
448 }, 449 },
449 "name": "pull skia_perf" 450 "name": "pull skia_perf"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 "SKIA_OUT": "[SLAVE_BUILD]/out" 526 "SKIA_OUT": "[SLAVE_BUILD]/out"
526 }, 527 },
527 "name": "kill-server" 528 "name": "kill-server"
528 }, 529 },
529 { 530 {
530 "name": "$result", 531 "name": "$result",
531 "recipe_result": null, 532 "recipe_result": null,
532 "status_code": 0 533 "status_code": 0
533 } 534 }
534 ] 535 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698