summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-11-15 18:04:42 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-15 21:31:50 +0100
commitf4b23134e7467b731f9e75d145c1bbad9278b469 (patch)
tree0119224879c3a2562863f006de60a327165906f6 /cucumber
parent9f9c2172aeafe847db149e078ac96557668df324 (diff)
downloadjenkins.debian.net-f4b23134e7467b731f9e75d145c1bbad9278b469.tar.xz
lvc: change LVM machine/CPU to allow Gnome to boot
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber')
-rw-r--r--cucumber/features/domains/default.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/cucumber/features/domains/default.xml b/cucumber/features/domains/default.xml
index 964c1c34..040a5d8e 100644
--- a/cucumber/features/domains/default.xml
+++ b/cucumber/features/domains/default.xml
@@ -4,7 +4,7 @@
<currentMemory unit='KiB'>1310720</currentMemory>
<vcpu>1</vcpu>
<os>
- <type arch='x86_64' machine='pc-0.15'>hvm</type>
+ <type arch='x86_64' machine='pc-i440fx-2.1'>hvm</type>
<boot dev='cdrom'/>
</os>
<features>
@@ -12,7 +12,9 @@
<apic/>
<pae/>
</features>
- <cpu mode='host-model'/>
+ <cpu mode='custom' match='exact'>
+ <model fallback='allow'>kvm64</model>
+ </cpu>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>