[SCM] Samba Shared Repository - branch v4-15-test updated

Jule Anger janger at samba.org
Tue Oct 5 15:56:02 UTC 2021


The branch, v4-15-test has been updated
       via  86738410826 .gitlab-ci: Allow a 1 hour to build Samba
      from  c9514648060 samldb: Address birthday paradox adding an RODC

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-15-test


- Log -----------------------------------------------------------------
commit 86738410826c6cc4dfd543f166179fa00afef019
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Sep 23 11:14:35 2021 +1200

    .gitlab-ci: Allow a 1 hour to build Samba
    
    I have seen cases where the job is pushed to the private runners
    (which do not have the ccache) where this takes over 45mins, and
    a typical job can be 35 mins so this is too tight.
    
    Triggering the timeout causes a rebuild from scratch, which is
    done twice automatically, and is financially costly (we pay
    per VM start) and a waste of CPU/energy/etc.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14844
    
    Signed-off-by: Andrew Bartlett <abartlet at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Fri Oct  1 19:43:16 UTC 2021 on sn-devel-184
    
    (cherry picked from commit 1305ec3ae64e67fa68d3251d35f8a244a4a5be56)
    
    Autobuild-User(v4-15-test): Jule Anger <janger at samba.org>
    Autobuild-Date(v4-15-test): Tue Oct  5 15:55:35 UTC 2021 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 .gitlab-ci-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml
index 4b2f17938c8..832e8a8b5e7 100644
--- a/.gitlab-ci-main.yml
+++ b/.gitlab-ci-main.yml
@@ -169,7 +169,7 @@ others:
 
 .shared_template_build_only:
   extends: .shared_template
-  timeout: 45m
+  timeout: 1h
   artifacts:
     expire_in: 1 week
     paths:


-- 
Samba Shared Repository



More information about the samba-cvs mailing list