From 253acdafd2bf655cb8115aaf1e3a3522e96dde1c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 21 Feb 2019 09:05:18 +0100 Subject: [PATCH] .gitlab-ci.yml: use .shared_template for samba Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7fb6040415..702f43760f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- 2.47.2