Advertisement
Guest User

Job desc

a guest
Aug 26th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. device_type: base-fastboot
  2. job_name: test_mgu22
  3. priority: medium
  4. visibility: public
  5. timeouts:
  6. job:
  7. minutes: 360
  8. action:
  9. minutes: 30
  10. connection:
  11. minutes: 2
  12. protocols:
  13. lava-lxc:
  14. name: lxc-mgu-test
  15. distribution: debian
  16. release: jessie
  17. verbose: true #display information
  18. actions:
  19. - deploy:
  20. namespace: tlxc
  21. timeout:
  22. minutes: 30
  23. to: lxc
  24. packages:
  25. - android-tools-adb
  26. - android-tools-fastboot
  27. - trace-cmd
  28. - git
  29. os: debian
  30. - boot:
  31. namespace: tlxc
  32. prompts:
  33. - root@(.*):/#
  34. - :/
  35. timeout:
  36. minutes: 5
  37. method: lxc
  38. - test:
  39. namespace: tlxc
  40. timeout:
  41. minutes: 120
  42. definitions:
  43. - repository: git://git.linaro.org/qa/test-definitions.git
  44. from: git
  45. path: automated/android/meminfo/meminfo.yaml
  46. name: android-meminfo
  47. - deploy:
  48. timeout:
  49. minutes: 30
  50. to: fastboot
  51. namespace: target
  52. connection: lxc
  53. images:
  54. persist:
  55. url: file:///tmp/mgu/persist.ext4
  56. protocols:
  57. lava-lxc:
  58. - action: fastboot-deploy
  59. request: pre-power-command
  60. timeout:
  61. minutes: 2
  62. - boot:
  63. namespace: target
  64. prompts:
  65. - root@(.*):/#
  66. timeout:
  67. minutes: 15
  68. method: fastboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement