aboutsummaryrefslogtreecommitdiff
path: root/lt-fujitsu-fjslt-lsk/lava-job-definitions/aa9/template.json
blob: 1bf2a1563ae639ec31586cd2b6413e07088d7f15 (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
{
  "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",
            "parameters": {
              "PWR_TESTARG": "cpuidle cpuhotplug cputopology"
            },
            "testdef": "ubuntu/pwrmgmt.yaml"
          }
        ],
        "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
}