aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images-tracking/lava-job-definitions/ifc6410/template.yaml
blob: 6e913215d6adac7e0c094cd2d75b2c8ba7b927b7 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
actions:
    - command: deploy_linaro_android_image
      parameters:
        images:
        - partition: 'boot'
          url: '${BOOT_URL}'
        - partition: 'userdata'
          url: '${DATA_URL}'
        - partition: 'system'
          url: '${SYSTEM_URL}'
        target_type: 'ubuntu'
    - command: boot_linaro_image
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/device-tree.yaml'
        timeout: 800
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/pwrmgmt.yaml'
            parameters:
              PWR_TESTARG: 'cpufreq'
        timeout: 1200
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/pwrmgmt.yaml'
            parameters:
              PWR_TESTARG: 'cpuidle'
        timeout: 1200
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/pwrmgmt.yaml'
            parameters:
              PWR_TESTARG: 'cpuhotplug'
        timeout: 1200
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/pwrmgmt.yaml'
            parameters:
              PWR_TESTARG: 'cputopology'
        timeout: 1200
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/smoke-tests-basic.yaml'
        timeout: 1200
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/usb-test-basic.yaml'
        timeout: 1200
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/network-tests-basic.yaml'
        timeout: 1200
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/device_read_perf.yaml'
        timeout: 1200
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/sysbench.yaml'
            parameters:
              TEST: 'cpu'
        timeout: 8000
    - command: lava_test_shell
      parameters:
        testdef_repos:
          - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
            testdef: 'ubuntu/sata-partition-rw.yaml'
        timeout: 3600
    - command: submit_results
      parameters:
          server: 'http://${LAVA_SERVER}'
          stream: '${BUNDLE_STREAM_NAME}'
device_type: '${DEVICE_TYPE}'
job_name: '${BUILD_URL}'
timeout: 18000