aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-openembedded-rpb/lava-job-definitions/dragonboard410c/template.yaml
blob: 2ba1832ec0bfdedb543b04a5174c2c5e604a15f7 (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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
device_type: ${DEVICE_TYPE}
job_name: lt-qcom-openembedded-${DISTRO}-${MANIFEST_BRANCH}-${BUILD_NUMBER}
timeouts:
  job:
    minutes: 90
  action:
    minutes: 15
  connection:
    minutes: 2
priority: medium
visibility: public

metadata:
  source: https://git.linaro.org/ci/job/configs.git
  path: lt-qcom-openembedded-rpb/lava-job-definitions/dragonboard-410c/template.yaml

protocols:
  lava-lxc:
    name: lxc-dragonboard410c-test
    template: debian
    distribution: debian
    release: jessie

actions:
- deploy:
    namespace: tlxc
    timeout:
      minutes: 5
    to: lxc
    packages:
    - android-tools-adb
    - android-tools-fastboot
    os: debian

- boot:
    namespace: tlxc
    prompts:
    - 'root@(.*):/#'
    - 'root@linaro-developer:~#'
    timeout:
      minutes: 5
    method: lxc

- deploy:
    timeout:
      minutes: 35
    to: fastboot
    namespace: dragonboard410c-oe
    images:
      partition:
        url: http://images-internal/dragonboard410c/linaro/rescue/17.09/linux/gpt_both0.bin
      hyp:
        url: http://images-internal/dragonboard410c/linaro/rescue/17.09/linux/hyp.mbn
      cdt:
        url: http://images-internal/dragonboard410c/linaro/rescue/17.09/linux/sbc_1.0_8016.bin
      rpm:
        url: http://images-internal/dragonboard410c/linaro/rescue/17.09/linux/rpm.mbn
      sbl1:
        url: http://images-internal/dragonboard410c/linaro/rescue/17.09/linux/sbl1.mbn
      tz:
        url: http://images-internal/dragonboard410c/linaro/rescue/17.09/linux/tz.mbn
      aboot:
        url: http://images-internal/dragonboard410c/linaro/rescue/17.09/linux/emmc_appsboot.mbn
      boot:
        url: ${BOOT_URL}
      rootfs:
        url: ${ROOTFS_SPARSE_BUILD_URL}
        compression: gz
        apply-overlay: True
    os: oe

- boot:
    namespace: dragonboard410c-oe
    auto_login:
      login_prompt: 'login:'
      username: 'root'
    prompts:
    - 'root@(.*):/#'
    - 'root@dragonboard-410c:~#'
    timeout:
      minutes: 15
    method: fastboot

# XXX: This test manfiests are the same of qcomlt test plans
# used in test-runner, the LAVA dispatcher currently doesn't support
# test plans.
#
# git.linaro.org/qa/test-definitions.git - plans/qcomlt
- test:
    namespace: dragonboard410c-oe
    name: qcomlt-smoke
    timeout:
      minutes: 5
    definitions:
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/smoke/smoke.yaml
      name: linux-smoke
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/usb-smoke/usb-smoke-test.yaml
      name: linux-usb-smoke
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/toolchain-smoke/toolchain-smoke.yaml
      name: linux-toolchain-smoke
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/device-tree/device-tree.yaml
      name: linux-device-tree

- test:
    namespace: dragonboard410c-oe
    name: qcomlt-bench
    timeout:
      minutes: 60
    definitions:
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/dd-wr-speed/dd-wr-speed.yaml
      name: linux-dd-wr-speed
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/sysbench/sysbench.yaml
      params:
              NUM_THREADS: 4
              TESTS: cpu memory threads mutex
      name: linux-sysbench
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/device-read-perf/device-read-perf.yaml
      name: linux-device-read-perf
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/hackbench/hackbench.yaml
      name: linux-hackbench
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/linpack/linpack.yaml
      name: linux-linpack
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/openssl/openssl-speed.yaml
      name: linux-openssl-speed
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/stream/stream-uniprocessor.yaml
      name: linux-stream-uniprocessor
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/pi-stress/pi-stress.yaml
      name: linux-pi-stress