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.
This commit is contained in:
D G Turner
2014-04-02 02:28:36 +01:00
parent 5d9296aec1
commit 6ed790eb96
+12 -1
View File
@@ -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