Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- device_type: base-fastboot
- job_name: test_mgu
- priority: medium
- visibility: public
- timeouts:
- job:
- minutes: 40
- action:
- minutes: 15
- connection:
- minutes: 2
- protocols:
- lava-lxc:
- name: lxc-mgu-test
- template: debian
- distribution: debian
- release: stretch
- mirror: http://mirror.bytemark.co.uk/debian
- actions:
- - deploy:
- namespace: tlxc
- timeout:
- minutes: 10
- to: lxc
- packages:
- - git
- - trace-cmd
- - android-tools-adb
- - android-tools-fastboot
- os: debian
- - boot:
- namespace: tlxc
- prompts:
- - root@(.*):/#
- - :/
- timeout:
- minutes: 5
- method: lxc
- - deploy:
- timeout:
- minutes: 15
- to: fastboot
- namespace: target
- connection: lxc
- images:
- persist:
- url: https://path/to/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