X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=snab.fns;h=47ae2d6ed66302690a6a483347a84945cd2abc63;hb=c13ed9660cec49958b97efccdb751f23044e6eed;hp=21536d3ddca54490b32d301e20a8f7a6c78011b6;hpb=76a6bbca6dbee6e61a940b9a8adda06dde5f1b9f;p=build-farm.git diff --git a/snab.fns b/snab.fns index 21536d3d..47ae2d6e 100644 --- a/snab.fns +++ b/snab.fns @@ -1,19 +1,23 @@ per_run_hook +global_lock + export CC=checker export CHECK_FLAGS="-Wall --beam::source=/home/tridge/beam/config.tcl --beam::parser_file=ibm_checker_parse.out --beam::complaint_file=ibm_checker.out" -# allow make cc_checker to take up to 7 hours -export MAXTIME=25200 +# allow make cc_checker to take up to 8 hours +export MAXTIME=28800 -for d in samba4 samba_3_2; do +for d in samba_3_current samba_3_next samba_3_master; do export CFLAGS="$CHECK_FLAGS --beam::data=/home/tridge/beam/$d" mkdir -p /home/tridge/beam/$d - test_tree $d source checker configure build cc_checker install test + test_tree $d source checker configure config_log config_header build cc_checker install test done -for d in ldb tdb talloc libreplace lorikeet-heimdal ccache rsync; do +for d in ldb tdb tdb2 talloc libreplace lorikeet-heimdal ccache rsync; do export CFLAGS="$CHECK_FLAGS --beam::data=/home/tridge/beam/$d" mkdir -p /home/tridge/beam/$d - test_tree $d . checker configure build cc_checker install test + test_tree $d . checker configure config_log config_header build cc_checker install test done + +global_unlock