Buildbot Setup for Virtual Machines - Ubuntu 14.04 "trusty"
Explains how to provision and configure virtual machine instances specifically for Buildbot testing.
Base Install
qemu-img create -f qcow2 /kvm/vms/vm-trusty-amd64-serial.qcow2 20G
qemu-img create -f qcow2 /kvm/vms/vm-trusty-i386-serial.qcow2 20Gkvm -m 2048 -hda /kvm/vms/vm-trusty-amd64-serial.qcow2 \
-cdrom /kvm/iso/ubuntu/trusty-server-amd64.iso \
-boot d -smp 2 -cpu qemu64 \
-net nic,model=virtio \
-net user,hostfwd=tcp:127.0.0.1:2293-:22
kvm -m 2048 -hda /kvm/vms/vm-trusty-i386-serial.qcow2 \
-cdrom /kvm/iso/ubuntu/trusty-server-i386.iso \
-boot d -smp 2 -cpu qemu64 \
-net nic,model=virtio \
-net user,hostfwd=tcp:127.0.0.1:2294-:22vncviewer -via ${remote_host} localhostVMs for building .debs
VMs for install testing.
VMs for MySQL upgrade testing
VMs for MariaDB upgrade testing
Add Key to known_hosts
PreviousBuildbot Setup for Virtual Machines - Ubuntu 13.10 "saucy"NextBuildbot Setup for Virtual Machines - Ubuntu 8.04, 8.10, and 9.10
Last updated
Was this helpful?

