build: Fix build farm for hosts other than our coverage test
[build-farm.git] / snab.fns
index f60cf1b176555331c2179739d6fed83a3fc15eea..47ae2d6ed66302690a6a483347a84945cd2abc63 100644 (file)
--- a/snab.fns
+++ b/snab.fns
@@ -8,13 +8,13 @@ export CHECK_FLAGS="-Wall --beam::source=/home/tridge/beam/config.tcl --beam::pa
 # 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 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
 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