mirror of
https://github.com/reactos/buildbot_config.git
synced 2024-11-23 03:39:51 +00:00
5dd6295d7d
Should help with `build_rostests`, which previously ran the wrong script in an MSVC environment. |
||
---|---|---|
.. | ||
build_reactos | ||
build_rostests | ||
buildbot.tac | ||
clean | ||
config.inc | ||
configure | ||
get_suffix | ||
prepare_ahk | ||
prepare_source | ||
reactos.xml.template | ||
README | ||
regtest | ||
regtestcd | ||
requirements.txt | ||
run_rostests | ||
submit_result | ||
sysreg.xml.template | ||
time | ||
uploadiso | ||
vbox_clean | ||
vmware_clean |
ReactOS BuildBot Build Scripts ============================== Some possible usage scenarios for these scripts: * Plainbot: Builds a Boot-CD, Live-CD, Test-CD, triggers a Testbot for testing it and uploads the created ISO file. If a patch ID is given, the patch is applied first, but the build is not uploaded. * Testbot: Triggered by a Plainbot, performs regression testing on a Test-CD and submits the results. Generally, this one is implemented as an independent builder to not block the Plainbot doing its other tasks. But its steps can also be integrated inside a Plainbot. Add the following steps in this order to the Buildmaster's master.cfg depending on what type of Buildslave you want to set up. If your Buildslave is more specific, you may as well leave out some steps. Step | Plainbot | Testbot ----------------------------------------------------------- clean * Git update * prepare_source * configure * build_reactos bootcd * build_reactos livecd * regtestcd * Trigger Testbot * vbox_clean / vmware_clean * regtest * submit_result * uploadiso * Configuration files ------------------- * buildbot.tac - Buildslave configuration file for BuildBot * config.inc - Script settings, shared for all builders of this buildslave * builder_config.inc - File in the "builddir" of each builder containing per-builder overrides of the config.inc settings Also copy the following files to the "builddir" of each builder and rename them * sysreg.xml.template -> sysreg.xml - General Settings for sysreg2 * reactos.xml.template -> reactos.xml - Settings of the VM used by sysreg2 and libvirt Testing these scripts --------------------- You can easily test these scripts as follows: * Move to /srv/buildbot/buildername/build * Run "sudo -u buildbot ../../SCRIPTNAME"