summaryrefslogtreecommitdiff
path: root/ubuntu/start-kvm.yaml
AgeCommit message (Collapse)Author
2016-09-12kvm: add client complete testcaseRiku Voipio
In previous tests this was inline. Make this now part of repo to make test submissions shorter and more descriptive. Drop the parse part. Change-Id: I2182ca66df00a93682503c0cf666b48ad9dc0ffe
2016-06-22kvm-cloud improvementsRiku Voipio
- Make guest CPU count a parameter - Make guest RAM a parameter - KVM can't migrate from A53 to A57, so tie juno to A53 cluster - remove the $cloudimage parameter since we always use same filename Change-Id: I0bfe12c52e5ec2590f664f9c34292d6512df45a9 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2016-05-20start-kvm: new job to start kvm for pipeline jobsRiku Voipio
This starts kvm for multinode pipeline jobs. Guest image is configured using cloud-init, so any OS with cloud-init can be configured. Guest arch and URL for test image need to be passed: - from: git name: kvm-guest path: ubuntu/start-kvm.yaml parameters: GUEST_ARCH: 'aarch64' GUEST_IMAGE: 'https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-arm64-uefi1.img' repository: 'https://git.linaro.org/qa/test-definitions.git' Change-Id: I88a4cc874f87073b85cacc312eed3013f24e2202 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>