Skip to content

Commit 7ea5c05

Browse files
committed
Update VM templates for sysreg2
Similar settings have been running on the test machines for years, but were never committed.
1 parent cf81df9 commit 7ea5c05

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

worker/reactos.xml.template

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<domain type='kvm'>
2-
<name>ReactOS-CMake</name>
2+
<name>Test_KVM</name>
33
<uuid>0ab69219-58c2-1e5c-6beb-fb29db74b0af</uuid>
4-
<memory>524288</memory>
4+
<memory>1048576</memory>
55
<vcpu>1</vcpu>
66
<os>
77
<type arch='i686' machine='pc'>hvm</type>
@@ -17,34 +17,25 @@
1717
<devices>
1818
<emulator>/usr/bin/kvm</emulator>
1919
<disk type='file' device='disk'>
20-
<source file='/srv/buildbot_cmake/ros-sysreg.img'/>
20+
<source file='/srv/buildbot/worker_data/Test_KVM/build/ros-sysreg.img'/>
2121
<target dev='hda' bus='ide'/>
2222
</disk>
2323
<disk type='file' device='cdrom'>
24-
<source file='/srv/buildbot_cmake/dbgtest_cmake/bootcdregtest.iso'/>
24+
<source file='/srv/buildbot/worker_data/Test_KVM/build/bootcdregtest.iso'/>
2525
<target dev='hdc' bus='ide'/>
2626
<readonly/>
2727
</disk>
2828
<interface type='user'>
2929
<mac address='00:16:3e:2e:dd:de'/>
3030
<model type='pcnet'/>
3131
</interface>
32-
<!-- <serial type='pty'>
33-
<source path='/dev/pts/4'/>
34-
<target port='1'/>
35-
</serial> -->
3632
<console type='pty' tty='/dev/pts/4'>
3733
<source path='/dev/pts/4'/>
3834
<target port='1'/>
3935
</console>
40-
41-
<!-- Disabled as of 2011-06-07 because of r52098, ask Colin for details
42-
<sound model='ac97'/-->
43-
44-
<!-- Disabled as of 2011-10-16, ask Amine or Cameron for details
45-
<input type='tablet' bus='usb'/-->
46-
4736
<input type='mouse' bus='ps2'/>
48-
<graphics type='vnc' autoport='no' port='5900' listen='127.0.0.1' passwd='PASSWORD_HERE' />
37+
<graphics type='vnc' autoport='no' port='5900' listen='127.0.0.1' />
38+
<controller type='usb' model='none'/>
39+
<memballoon model='none'/>
4940
</devices>
5041
</domain>

worker/sysreg.xml.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<settings vm="ReactOS-CMake" file="/srv/buildbot_cmake/reactos.xml">
1+
<settings vm="Test_KVM" file="/srv/buildbot/worker_data/Test_KVM/reactos.xml">
22
<general>
33
<!-- Use KVM, VMwarePlayer or VMwareGSX -->
44
<vm type="kvm"/>
@@ -11,14 +11,14 @@
1111
<globaltimeout s="3600"/>
1212

1313
<!-- size of the hdd image in MB -->
14-
<hdd size="2048"/>
14+
<hdd size="5120"/>
1515

1616
<!-- Maximum number of line cache hits allowed before we cancel this test and proceed with the next one.
1717
See "console.c" code for more details. -->
1818
<maxcachehits value="2000" />
1919

2020
<!-- Maximum number of retries allowed before we cancel the entire testing process. -->
21-
<maxretries value="15" />
21+
<maxretries value="10" />
2222
</general>
2323
<firststage bootdevice="cdrom">
2424
</firststage>

0 commit comments

Comments
 (0)