From abd68b9288ddc1b3d1279f5eaacbc124f6a9b8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 24 Jul 2017 12:46:46 +0100 Subject: examples: risu test move to test branch --- examples/qemu-aarch64-user-risu.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/examples/qemu-aarch64-user-risu.json b/examples/qemu-aarch64-user-risu.json index 31f401f..7be64ab 100644 --- a/examples/qemu-aarch64-user-risu.json +++ b/examples/qemu-aarch64-user-risu.json @@ -4,13 +4,13 @@ "tags": [ "kvm-virt" ], - "timeout": 1800, + "timeout": 3600, "logging_level": "DEBUG", "actions": [ { "command": "deploy_linaro_image", "parameters": { - "image": "http://people.linaro.org/~matthew.hart/images/trusty-lg.img.gz" + "image": "http://people.linaro.org/~alex.bennee/images/virt-kvm/jessie-x86-64.qcow2.xz" } }, { @@ -19,35 +19,34 @@ "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" + "TARGET": "aarch64-linux-user", + "BRANCH": "master", + "REPO": "https://github.com/stsquad/qemu" } }, { "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" + "ROOTFS": "https://cloud-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-arm64-root.tar.gz" } }, { "git-repo": "http://git.linaro.org/people/alex.bennee/test-definitions.git", - "revision": "qemu-testing", "testdef": "ubuntu/risu.yaml" } ], - "timeout": 18000 + "timeout": `(format "%s" (lava-mode-end-of-day-timeout "18:00"))` } }, { "command": "submit_results", "parameters": { "server": "http://validation.linaro.org/RPC2/", - "stream": "/anonymous/qemu-master/" + "stream": "`lava-mode-default-bundle-stream`" } } ] -- cgit v1.2.3