Sort by age rather than by upload time.
[amitay/build-farm.git] / sunX.fns
1 per_run_hook
2
3 global_lock
4
5 MAXTIME=36000
6 TORTURE_MAXTIME=3600
7 SMBD_MAXTIME=18000
8 SAMBA_MAXTIME=18000
9 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
10
11 for compiler in cc gcc; do
12         #export config="--with-included-popt"
13         . common.fns
14         TDB_NO_FSYNC=1
15         export TDB_NO_FSYNC
16         test_tree samba_4_0_test source4 $compiler
17         TDB_NO_FSYNC=0
18         export TDB_NO_FSYNC
19
20         test_tree samba_3_current source $compiler
21         test_tree samba_3_next source $compiler
22         test_tree samba_3_master source $compiler
23
24 done
25
26 global_unlock