Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. device_type: base-fastboot
  2. job_name: test_mgu
  3. priority: medium
  4. visibility: public
  5. timeouts:
  6. job:
  7. minutes: 40
  8. action:
  9. minutes: 15
  10. connection:
  11. minutes: 2
  12. protocols:
  13. lava-lxc:
  14. name: lxc-mgu-test
  15. template: debian
  16. distribution: debian
  17. release: stretch
  18. mirror: http://mirror.bytemark.co.uk/debian
  19. actions:
  20. - deploy:
  21. namespace: tlxc
  22. timeout:
  23. minutes: 10
  24. to: lxc
  25. packages:
  26. - git
  27. - trace-cmd
  28. - android-tools-adb
  29. - android-tools-fastboot
  30. os: debian
  31. - boot:
  32. namespace: tlxc
  33. prompts:
  34. - root@(.*):/#
  35. - :/
  36. timeout:
  37. minutes: 5
  38. method: lxc
  39. - deploy:
  40. timeout:
  41. minutes: 15
  42. to: fastboot
  43. namespace: target
  44. connection: lxc
  45. images:
  46. persist:
  47. url: https://path/to/file.ext4
  48. protocols:
  49. lava-lxc:
  50. - action: fastboot-deploy
  51. request: pre-power-command
  52. timeout:
  53. minutes: 2
  54. - boot:
  55. namespace: target
  56. prompts:
  57. - root@(.*):/#
  58. timeout:
  59. minutes: 15
  60. method: fastboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement