-
Notifications
You must be signed in to change notification settings - Fork 9
/
sysreg.xml
36 lines (29 loc) · 1.16 KB
/
sysreg.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<settings vm="ReactOS" file="/opt/buildbot/sysreg2/reactos.xml">
<general>
<!-- Use KVM, VMwarePlayer or VirtualBox -->
<vm type="kvm"/>
<!-- kill the VM after n milliseconds without debug msg -->
<timeout ms="20000"/>
<!-- kill the test process if it takes more than n seconds
The VM will be killed even if it is still verbose -->
<globaltimeout s="3600"/>
<!-- enter KDBG before killing the VM on timeout -->
<breakontimeout value="1"/>
<!-- size of the hdd image in MB -->
<hdd size="2048"/>
<!-- Maximum number of line cache hits allowed before we cancel this test and proceed with the next one.
See "console.c" code for more details. -->
<maxcachehits value="50" />
<!-- Maximum number of retries allowed before we cancel the entire testing process. -->
<maxretries value="10" />
<!-- Maximum number of cont that sysreg will issue after a bt during the whole life of an instance -->
<maxconts value="5" />
</general>
<firststage bootdevice="cdrom">
</firststage>
<secondstage bootdevice="cdrom">
</secondstage>
<thirdstage bootdevice="cdrom">
<success on="SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE"/>
</thirdstage>
</settings>