Always run optional steps if configured to run.
[buildfarm-client.git] / build-farm.conf.template
index 7924b860f35b6f6e09adba86719729c77bdbe5f5..8255bb34ffeb08f7fb54e079a813d045256525f9 100644 (file)
@@ -42,6 +42,8 @@ my $branch;
     # git_reference => undef,
     # or gmake if required. can include path if necessary.
     make => 'make',
+    # 1 = any make will do, 0 = require GNU (default)
+    non_gnu_make => 0,
     # >1 for parallel "make" and "make check" steps
     make_jobs => undef,
     # default is "tar -z -cf runlogs.tgz *.log"
@@ -167,8 +169,8 @@ my $branch;
 
     optional_steps =>{
         # which optional steps to run and when to run them
-        # build_docs => {min_hours_since => 24*7},
-        make_test  => {min_hours_since => 24*7},
+        # 'make-doc' => {min_hours_since => 24*7},
+        test  => {min_hours_since => 24*7},
     },
 
     # locales to test