summaryrefslogtreecommitdiff
path: root/lava
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2014-09-08 06:50:10 +0300
committerRiku Voipio <riku.voipio@linaro.org>2014-09-08 06:50:10 +0300
commite6b331b723b2ba32bd1222fb71ccc0cf774ff071 (patch)
tree6628cda99847cc71f30560453b7a4c4fab07a358 /lava
parenta3a5943b7fc0a490bc38f528ccb0e61a82ebcd04 (diff)
fix arm64 image build
Dont use 32bit rootfs for 64bit host..
Diffstat (limited to 'lava')
-rw-r--r--lava/kvm_mustang.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/lava/kvm_mustang.json b/lava/kvm_mustang.json
new file mode 100644
index 0000000..64cb380
--- /dev/null
+++ b/lava/kvm_mustang.json
@@ -0,0 +1,38 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_kernel",
+ "parameters": {
+ "dtb": "https://snapshots.linaro.org/ubuntu/images/kvm/latest/apm-mustang.dtb",
+ "kernel": "https://snapshots.linaro.org/ubuntu/images/kvm/latest/uImage-mustang",
+ "nfsrootfs": "https://snapshots.linaro.org/ubuntu/images/nano-arm64/75/linaro-trusty-nano-20140828-75.tar.gz",
+ "target_type": "ubuntu"
+ }
+ },
+ {
+ "command": "boot_linaro_image"
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/kvm.yaml"
+ }
+ ],
+ "timeout": 18000
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://validation.linaro.org/RPC2/",
+ "stream": "/private/team/mustang/kvm/"
+ }
+ }
+ ],
+ "job_name": "mustang-kvm",
+ "device_type": "mustang",
+ "timeout": 18000
+}