Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
177
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
  3. priority: medium
  4. visibility: public
  5. timeouts:
  6. job:
  7. minutes: 360
  8. action:
  9. minutes: 30
  10. connection:
  11. minutes: 2
  12.  
  13. protocols:
  14. lava-lxc:
  15. name: lxc-mgu-test
  16. template: debian
  17. distribution: debian
  18. release: stretch
  19. verbose: true #display information
  20. persist: true #use same lxc container
  21.  
  22. actions:
  23. - deploy:
  24. namespace: tlxc
  25. timeout:
  26. minutes: 30
  27. to: lxc
  28. packages:
  29. - android-tools-adb
  30. - android-tools-fastboot
  31. os: debian
  32. - boot:
  33. namespace: tlxc
  34. prompts:
  35. - root@(.*):/#
  36. timeout:
  37. minutes: 5
  38. method: lxc
  39.  
  40. - deploy:
  41. timeout:
  42. minutes: 30
  43. to: fastboot
  44. namespace: target
  45. connection: lxc
  46. images:
  47. persist:
  48. url: file:///path/to/my/file.ext4
  49. protocols:
  50. lava-lxc:
  51. - action: fastboot-deploy
  52. request: pre-power-command
  53. timeout:
  54. minutes: 2
  55. - boot:
  56. namespace: target
  57. prompts:
  58. - root@(.*):/#
  59. timeout:
  60. minutes: 15
  61. method: fastboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement