aboutsummaryrefslogtreecommitdiff
path: root/qemu-master-aarch64-user-ltp.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-master-aarch64-user-ltp.json')
-rw-r--r--qemu-master-aarch64-user-ltp.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/qemu-master-aarch64-user-ltp.json b/qemu-master-aarch64-user-ltp.json
new file mode 100644
index 0000000..40f624b
--- /dev/null
+++ b/qemu-master-aarch64-user-ltp.json
@@ -0,0 +1,57 @@
+{
+ "job_name": "build-qemu-master-aarch64-run-ltp",
+ "device_type": "kvm",
+ "tags": [
+ "kvm-virt"
+ ],
+ "timeout": 1800,
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://people.linaro.org/~matthew.hart/images/trusty-lg.img.gz"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
+ "revision": "qemu-testing",
+ "testdef": "ubuntu/build-qemu-from-source.yaml",
+ "parameters": {
+ "TARGET": "aarch64-linux-user"
+ }
+ },
+ {
+ "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
+ "revision": "qemu-testing",
+ "testdef": "ubuntu/install-qemu-chroot.yaml",
+ "parameters": {
+ "ARCH": "aarch64",
+ "ROOTFS": "http://cdimages.ubuntu.com/ubuntu-core/releases/14.04/release/ubuntu-core-14.04-core-arm64.tar.gz"
+ }
+ },
+ {
+ "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git",
+ "revision": "qemu-testing",
+ "parameters": {
+ "CHROOT": "/home/chroot",
+ "LTP_RELEASE": "HEAD"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ],
+ "timeout": 180000
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://validation.linaro.org/RPC2/",
+ "stream": "/anonymous/qemu-master/"
+ }
+ }
+ ]
+}