summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-02-21 09:05:18 +0100
committerStefan Metzmacher <metze@samba.org>2019-02-27 10:16:11 +0000
commit253acdafd2bf655cb8115aaf1e3a3522e96dde1c (patch)
tree768445e460bacf0c1efe3f8c63c4cea17196eb6e /.gitlab-ci.yml
parente0bd12e0543c5a39bf1cf015659ed32c116ab8cb (diff)
downloadsamba-253acdafd2bf655cb8115aaf1e3a3522e96dde1c.tar.gz
.gitlab-ci.yml: use .shared_template for samba
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files 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