aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v3.18/lava-job-definitions/panda-es/template.yaml
blob: fbc32231c11e962af29a9511cbc8a928fa7b5261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
actions:
- command: deploy_linaro_image
  parameters:
    dtb: 'omap4-panda-es.dtb'
    hwpack: '${HWPACK_BUILD_URL}'
    rootfs: '${ROOTFS_BUILD_URL}'
  metadata:
    distribution: 'ubuntu'
    hwpack.build: '${BUILD_NUMBER}'
    hwpack.type: '${hwpack_type}'
    rootfs.build: '${ROOTFS_BUILD_NUMBER}'
    rootfs.type: 'developer'
    git URL: '${GIT_URL}'
    git branch: '${GIT_BRANCH}'
    git commit: '${GIT_COMMIT}'
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: git://git.linaro.org/qa/test-definitions.git
      testdef: ubuntu/sd-mmc-ubuntu.yaml
    timeout: 800
- command: lava_test_shell
  parameters:
    skip_install: deps
    testdef_repos:
    - git-repo: git://git.linaro.org/qa/test-definitions.git
      testdef: common/gator-data-streaming.yaml
    timeout: 1200
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: git://git.linaro.org/qa/test-definitions.git
      testdef: ubuntu/rcutorture.yaml
    timeout: 800
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: git://git.linaro.org/qa/test-definitions.git
      testdef: ubuntu/pwrmgmt.yaml
    timeout: 1200
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: git://git.linaro.org/qa/test-definitions.git
      testdef: ubuntu/smoke-tests-basic.yaml
    timeout: 1200
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: git://git.linaro.org/qa/test-definitions.git
      testdef: ubuntu/usb-test-basic.yaml
    timeout: 1200
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: git://git.linaro.org/qa/test-definitions.git
      testdef: ubuntu/mmtests.yaml
    timeout: 7200
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: git://git.linaro.org/qa/test-definitions.git
      testdef: ubuntu/openssl.yaml
    timeout: 3600
- command: submit_results
  parameters:
    server: 'http://${LAVA_SERVER}'
    stream: '${BUNDLE_STREAM_NAME}'
device_type: '${DEVICE_TYPE}'
job_name: '${BUILD_URL}'
timeout: 172800