Never display builds from unknown hosts
[build-farm.git] / snab.fns
index c6c0979958fc7754a20e6039f6309d72a38b0c15..204bed652ec74c7b866370465a90e936abca4cc3 100644 (file)
--- a/snab.fns
+++ b/snab.fns
@@ -1,12 +1,14 @@
 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 samba_4_0_test samba_3_X_test samba_3_X_devel; 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 config_log config_header build cc_checker install test
@@ -17,3 +19,5 @@ for d in ldb tdb talloc libreplace lorikeet-heimdal ccache rsync; do
     mkdir -p /home/tridge/beam/$d
     test_tree $d . checker configure config_log config_header build cc_checker install test
 done
+
+global_unlock