forked from akbennett/lava-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkvm.json
More file actions
30 lines (30 loc) · 913 Bytes
/
kvm.json
File metadata and controls
30 lines (30 loc) · 913 Bytes
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
{
"actions": [
{
"command": "deploy_linaro_image",
"parameters": {
"image": "http://images.validation.linaro.org/kvm-debian-wheezy.img.gz"
}
},
{
"command": "lava_test_shell",
"parameters": {
"testdef_repos": [
{
"git-repo": "git://git.linaro.org/qa/test-definitions.git",
"testdef": "ubuntu/smoke-tests-basic.yaml"
},
{
"git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
"testdef": "singlenode03.yaml"
}
],
"timeout": 900
}
}
],
"job_name": "kvm-sample-job",
"logging_level": "INFO",
"target": "kvm01",
"timeout": 900
}