aboutsummaryrefslogtreecommitdiff
path: root/lt-fujitsu-fjslt-lsk/lava-job-definitions/aa9/template.yaml
blob: b340bbd91be21abaf856ae55ad69cf1d59c50e25 (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
actions:
- command: deploy_linaro_image
  parameters:
    image: '${IMAGE_URL}'
  metadata:
    defconfig: 'sni_phoenix_defconfig'
    distribution: 'ubuntu'
    git branch: 'fjslt-lsk-3.10'
    hwpack.build: '${BUILD_NUMBER}'
    hwpack.type: 'lt-aa9'
    rootfs.type: 'alip'
    ubuntu.build: '701'
    ubuntu.distribution: 'ubuntu'
    ubuntu.name: 'aa9'
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
      testdef: 'ubuntu/bootchart-install.yaml'
    timeout: 800
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
      testdef: 'ubuntu/bootchart.yaml'
    timeout: 800
- 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/gatortests.yaml'
    timeout: 1200
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
      testdef: 'ubuntu/ltp.yaml'
    timeout: 18000
- 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/perf.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: 'cpuidle cpuhotplug 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: submit_results
  parameters:
    server: 'http://${LAVA_SERVER}'
    stream: '${BUNDLE_STREAM_NAME}'
device_type: '${DEVICE_TYPE}'
job_name: '${BUILD_URL}'
timeout: 18000