buildbot_config/worker/sysreg.xml.template
Colin Finck 7ea5c055e3
Update VM templates for sysreg2
Similar settings have been running on the test machines for years, but were never committed.
2020-05-05 21:38:23 +02:00

31 lines
984 B
Plaintext

<settings vm="Test_KVM" file="/srv/buildbot/worker_data/Test_KVM/reactos.xml">
<general>
<!-- Use KVM, VMwarePlayer or VMwareGSX -->
<vm type="kvm"/>
<!-- kill the VM after n milliseconds without debug msg -->
<timeout ms="180000"/>
<!-- 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"/>
<!-- size of the hdd image in MB -->
<hdd size="5120"/>
<!-- 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="2000" />
<!-- Maximum number of retries allowed before we cancel the entire testing process. -->
<maxretries value="10" />
</general>
<firststage bootdevice="cdrom">
</firststage>
<secondstage bootdevice="cdrom">
</secondstage>
<thirdstage bootdevice="cdrom">
<success on="SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE"/>
</thirdstage>
</settings>