From 6ed790eb966cc41c86bc0925e1f38db2dd0f405c Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 2 Apr 2014 02:28:36 +0100 Subject: [PATCH] BUILDBOT: Disable stable buildset and add note on buildset disk space. Only two can be enabled at any time plus tools. This commits switches to tools-master, master and other only. --- config/master.cfg | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config/master.cfg b/config/master.cfg index 9efa165..a706443 100644 --- a/config/master.cfg +++ b/config/master.cfg @@ -41,9 +41,20 @@ scumm_other_branch_desc = "gsoc2012-scalars-cont" scumm_other_package_dst = "/var/www/snapshots/other" +# Currently (2014-04-02), a buildset for all scummvm builds takes about 14 GB +# for temporary files. With the current disk space, this means only tools and +# _TWO_ scummvm buildsets can be active at any time. +# +# Also, it is required to purge the temporary files for the older buildset via +# SSH prior to switching over. +# +# TODO: Need to look at automatically purging temporary files for any buildset +# which is inactive for longer than 1 day i.e. stable/other to help avoid +# future disk space issues. + # toggle nightly builds scumm_build_nightly_master = True -scumm_build_nightly_stable = True +scumm_build_nightly_stable = False scumm_tools_build_nightly_master = True scumm_other_build_nightly = True