nareshkamboju

juno-antutu

Nov 11th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. {
  2. "actions": [
  3. {
  4. "command": "deploy_linaro_image",
  5. "metadata": {
  6. "android.build": "50",
  7. "android.name": "android-lcr-reference-juno-n",
  8. "android.url": "https://ci.linaro.org/jenkins/job/android-lcr-reference-juno-n/50/"
  9. },
  10. "parameters": {
  11. "image": "http://images.validation.linaro.org/ubuntu-14-04-server-base.img.gz",
  12. "role": "host"
  13. }
  14. },
  15. {
  16. "command": "deploy_linaro_android_image",
  17. "metadata": {
  18. "android.build": "50",
  19. "android.name": "android-lcr-reference-juno-n",
  20. "android.url": "https://ci.linaro.org/jenkins/job/android-lcr-reference-juno-n/50/"
  21. },
  22. "parameters": {
  23. "role": "target",
  24. "bootloadertype": "uefi",
  25. "images": [
  26. {
  27. "partition": "boot",
  28. "url": "https://snapshots.linaro.org/android//android-lcr-reference-juno-n/50//boot.tar.bz2"
  29. },
  30. {
  31. "partition": "userdata",
  32. "url": "https://snapshots.linaro.org/android//android-lcr-reference-juno-n/50//userdata.tar.bz2"
  33. },
  34. {
  35. "partition": "system",
  36. "url": "https://snapshots.linaro.org/android//android-lcr-reference-juno-n/50//system.tar.bz2"
  37. }
  38. ]
  39. }
  40. },
  41. {
  42. "command": "boot_linaro_android_image",
  43. "parameters":
  44. {
  45. "role": "target",
  46. "enable_network_after_boot_android": false,
  47. "test_image_prompt": "shell@juno"
  48. }
  49. },
  50. {
  51. "command": "lava_test_shell",
  52. "parameters": {
  53. "role": "host",
  54. "testdef_repos": [
  55. {
  56. "git-repo": "git://git.linaro.org/qa/android-apk-automation.git",
  57. "parameters": {
  58. "TEST_NAME": "antutu6.0",
  59. "LOOP_COUNT": 5
  60. },
  61. "testdef": "lava-android-benchmark-host.yaml"
  62. }
  63. ],
  64. "timeout": 14400
  65. }
  66. },
  67. {
  68. "command": "lava_test_shell",
  69. "parameters": {
  70. "role": "target",
  71. "testdef_repos": [
  72. {
  73. "url": "https://git.linaro.org/qa/test-definitions.git/blob_plain/HEAD:/android/multinode-target.yaml",
  74. "parameters": {
  75. "TEST_NAME": "antutu6.0"
  76. }
  77. }
  78. ],
  79. "timeout": 14400
  80. }
  81. },
  82. {
  83. "command": "submit_results_on_host",
  84. "parameters": {
  85. "server": "http://validation.linaro.org/RPC2/",
  86. "stream": "/private/team/wg/wg-private/"
  87. }
  88. }
  89. ],
  90. "device_group": [
  91. {
  92. "count": 1,
  93. "device_type": "kvm",
  94. "tags": [ "juno" ],
  95. "role": "host"
  96. },
  97. {
  98. "count": 1,
  99. "device_type": "juno",
  100. "role": "target"
  101. }
  102. ],
  103. "job_name": "android-lcr-reference-juno-n-50-antutu6.0",
  104. "logging_level": "INFO",
  105. "timeout": 16200
  106. }
Add Comment
Please, Sign In to add comment