aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-integration/lava-job-definitions/dragonboard-410c/template.yaml
blob: df0dfeeffdcd5afcb6f091812953d449b46e0a7c (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
- test:
    namespace: ${LAVA_DEVICE_TYPE}
    name: qcomlt-linux-integration-smoke
    timeout:
      minutes: 5
    definitions:
    - from: inline
      name: qcomlt-linux-integration-smoke
      path: inline/qcomlt-linux-integration-smoke.yaml
      repository:
        metadata:
          description: QCOM LT linux integration smoke
          format: Lava-Test Test Definition 1.0
          name: qcomlt-linux-integration-smoke 
        run:
          steps:
          - uname -a
          - df
          - free
          - ls -l /dev
          - ls -l /sys
          - ls -l /proc
          - echo "linux_integration_smoke:" "pass"

- test:
    namespace: ${LAVA_DEVICE_TYPE}
    name: qcomlt-linux-integration-bootrr
    timeout:
      minutes: 5
    definitions:
    - from: inline
      name: qcomlt-linux-integration-bootrr
      path: inline/qcomlt-linux-integration-bootrr.yaml
      repository:
        metadata:
          description: QCOM LT linux integration bootrr
          format: Lava-Test Test Definition 1.0
          name: qcomlt-linux-integration-bootrr
        run:
          steps:
          - if [ "${LAVA_DEVICE_TYPE}" == "dragonboard-410c" ]; then
          - qcom,apq8016-sbc
          - fi

device_type: ${LAVA_DEVICE_TYPE}
job_name: lt-qcom-linux-integration-${BUILD_NUMBER}
timeouts:
  job:
    minutes: 90
  action:
    minutes: 15
  connection:
    minutes: 2
priority: high
visibility: public

metadata:
  source: https://git.linaro.org/ci/job/configs.git
  path: lt-qcom-linux-integration/lava-job-definitions/${LAVA_DEVICE_TYPE}/template.yaml