X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=snab.fns;h=ca6c9f10fcbb696241f2d75f67699454eeddfaed;hb=3a207b27f9ca28cb53b8a6d75dc82f401796f837;hp=f80a8fcf8e6694db077ccbd2597172d37bc8a43a;hpb=31b4da684c7cda96abf124b3d10c5078b6b57ae3;p=build-farm.git diff --git a/snab.fns b/snab.fns index f80a8fcf..ca6c9f10 100644 --- a/snab.fns +++ b/snab.fns @@ -5,16 +5,16 @@ 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 samba_4_0_test samba_3_current samba_3_next samba_3_master; do +for d in samba_3_current samba_3_next; do export CFLAGS="$CHECK_FLAGS --beam::data=/home/tridge/beam/$d" mkdir -p /home/tridge/beam/$d 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 config_log config_header build cc_checker install test