.gitlab-ci.yml: use .shared_template for samba
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Feb 2019 08:05:18 +0000 (09:05 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 27 Feb 2019 10:16:11 +0000 (10:16 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
.gitlab-ci.yml

index c7fb604041546dbf1f50a3fb512d3431f6f2b2f1..702f43760f41f0442701a5bb496a0a29fe15d339 100644 (file)
@@ -57,6 +57,9 @@ others:
     - script/autobuild.py tdb              --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
     - script/autobuild.py tevent           --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
 
+samba:
+  extends: .shared_template
+
 samba-none-env:
   extends: .shared_template
   # this one takes about 1 hours to finish
@@ -133,10 +136,6 @@ samba-ad-dc-ntvfs:
       # settings -> CI/CD -> Environment variables
       - $SUPPORT_PRIVATE_TEST == "yes"
 
-samba:
-  extends: .private_template
-  # this one takes about 4 hours to finish
-
 samba-fileserver:
   extends: .private_template
   # this one takes about 1 hours to finish