Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- device_type: base-fastboot
- job_name: test
- priority: medium
- visibility: public
- timeouts:
- job:
- minutes: 360
- action:
- minutes: 30
- connection:
- minutes: 2
- protocols:
- lava-lxc:
- name: lxc-mgu-test
- template: debian
- distribution: debian
- release: stretch
- verbose: true #display information
- persist: true #use same lxc container
- actions:
- - deploy:
- namespace: tlxc
- timeout:
- minutes: 30
- to: lxc
- packages:
- - android-tools-adb
- - android-tools-fastboot
- os: debian
- - boot:
- namespace: tlxc
- prompts:
- - root@(.*):/#
- timeout:
- minutes: 5
- method: lxc
- - deploy:
- timeout:
- minutes: 30
- to: fastboot
- namespace: target
- connection: lxc
- images:
- persist:
- url: file:///path/to/my/file.ext4
- protocols:
- lava-lxc:
- - action: fastboot-deploy
- request: pre-power-command
- timeout:
- minutes: 2
- - boot:
- namespace: target
- prompts:
- - root@(.*):/#
- timeout:
- minutes: 15
- method: fastboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement