[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Fri Jun 28 18:49:01 UTC 2019


The branch, master has been updated
       via  98e34c299dd .gitlab-ci.yml: Increase resources for samba-ad-dc-backup job
      from  0b556e7827b vfs_preopen: TALLOC_FREE(fde) before closing the underlying fd

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 98e34c299ddd8b24f3daeeafe45ab136ad015a47
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri Jun 28 23:28:39 2019 +1200

    .gitlab-ci.yml: Increase resources for samba-ad-dc-backup job
    
    This job seems to need more resources, possibly after
    b6b5b5fe355fee2a4096e9214831cb88c7a2a4c6 and
    565341baf537c9b3145a882d6a23ad4f155c0036
    
    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 Jun 28 18:48:49 UTC 2019 on sn-devel-184

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

Summary of changes:
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ac73546989..19f6c5beae7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,9 +141,6 @@ samba-ad-dc-5:
 samba-ad-dc-6:
   extends: .shared_template
 
-samba-ad-dc-backup:
-  extends: .shared_template
-
 samba-libs:
   extends: .shared_template
 
@@ -172,6 +169,9 @@ samba-ad-dc-ntvfs:
       # settings -> CI/CD -> Environment variables
       - $SUPPORT_PRIVATE_TEST == "yes"
 
+samba-ad-dc-backup:
+  extends: .private_template
+
 samba-fileserver:
   extends: .private_template
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list