Advertisement
Guest User

Untitled

a guest
Jan 4th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.03 KB | None | 0 0
  1. job_name: lxc-multinode
  2. timeouts:
  3.   job:
  4.     minutes: 15
  5.   action:
  6.     minutes: 5
  7. priority: medium
  8. visibility: public
  9.  
  10. metadata:
  11.   source: https://git.linaro.org/lava-team/refactoring.git
  12.   path: lxc-fedora.yaml
  13.  
  14. protocols:
  15.   lava-lxc:
  16.     name: pipeline-lxc-test
  17.     distribution: ubuntu
  18.     release: 'xenial'
  19.     arch: amd64
  20.   lava-multinode:
  21.     roles:
  22.       server:
  23.         device_type: lxc
  24.         count: 1
  25.       client:
  26.         device_type: lxc
  27.         count: 1
  28.     timeout:
  29.       minutes: 6
  30.  
  31.  
  32. actions:
  33. - deploy:
  34.     role:
  35.    - client
  36.     - server
  37.     timeout:
  38.       minutes: 30
  39.     to: lxc
  40.     os: ubuntu
  41.  
  42. - boot:
  43.     role:
  44.    - client
  45.     - server
  46.     prompts:
  47.    - '[root@(.*) /]#'
  48.     timeout:
  49.       minutes: 5
  50.     method: lxc
  51.  
  52. - test:
  53.     role:
  54.    - client
  55.     - server
  56.     timeout:
  57.       minutes: 5
  58.     definitions:
  59.     - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
  60.       from: git
  61.       path: lava-test-shell/smoke-tests-basic.yaml
  62.       name: smoke-tests
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement