OLD | NEW |
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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", | 355 "msaa4", |
356 "nvpr4", | 356 "nvpr4", |
357 "nvprdit4", | 357 "nvprdit4", |
| 358 "esinst", |
358 "--match", | 359 "--match", |
359 "~blurroundrect", | 360 "~blurroundrect", |
360 "~patch_grid", | 361 "~patch_grid", |
361 "~desk_carsvg", | 362 "~desk_carsvg", |
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", |
(...skipping 18 matching lines...) Expand all Loading... |
386 "build_number", | 387 "build_number", |
387 "5", | 388 "5", |
388 "--key", | 389 "--key", |
389 "arch", | 390 "arch", |
390 "Arm7", | 391 "Arm7", |
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 "Adreno420", |
397 "model", | 398 "model", |
398 "Nexus7", | 399 "Nexus6", |
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-Nexus6-GPU-Adreno420-A
rm7-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-Nexus6-GPU-Adreno420-A
rm7-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 Loading... |
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 ] |
OLD | NEW |