summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2016-03-15 12:13:08 +0000
committerAlex Bennée <alex.bennee@linaro.org>2016-03-15 12:13:08 +0000
commit193a191c0d0e0f2ff501f5ea7a11441ea6638506 (patch)
treecee839de195d6827f75831b75f266f2da141b57e
parent89b345dc5491fac7c7d69f7fa9310fee911dedcc (diff)
examples: build-qemu.json
Move to jessie-x86-64 builds. Send results to personal stream
-rw-r--r--examples/build-qemu.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/build-qemu.json b/examples/build-qemu.json
index 76c12df..aa92f08 100644
--- a/examples/build-qemu.json
+++ b/examples/build-qemu.json
@@ -1,13 +1,16 @@
{
"job_name": "build-qemu",
"device_type": "kvm",
+ "tags": [
+ "kvm-virt"
+ ],
"timeout": 1800,
"logging_level": "DEBUG",
"actions": [
{
"command": "deploy_linaro_image",
"parameters": {
- "image": "http://community.validation.linaro.org/images/kvm/ubuntu-12-04-server-base-lava.img.gz"
+ "image": "http://people.linaro.org/~alex.bennee/images/virt-kvm/jessie-x86-64.qcow2.xz"
}
},
{
@@ -30,7 +33,7 @@
"command": "submit_results",
"parameters": {
"server": "http://validation.linaro.org/RPC2/",
- "stream": "/anonymous/qemu-master/"
+ "stream": "/anonymous/alex.bennee/"
}
}
]