summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-07-30 12:00:18 +0200
committerRalph Boehme <slow@samba.org>2019-10-09 14:35:29 +0000
commitf0e8dd1a08698884209873bb84002d7b34db016c (patch)
treec40784709ced60562915e0ab374cb774374ef047 /.gitlab-ci.yml
parentf479e010961e652230c7e33876058c8fb82e9019 (diff)
downloadsamba-f0e8dd1a08698884209873bb84002d7b34db016c.tar.gz
selftest: split fileserver testenv into simpleserver and fileserver
The simpleserver testenv continues to be built with minimal dependencies. fileserver otoh will be built with bells and whistles including JSON which I need for using the env as target for Spotlight tests. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <noel.power@suse.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01838b93d72..62a3c7fcb5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -174,6 +174,9 @@ samba-ad-dc-ntvfs:
samba-ad-dc-backup:
extends: .private_template
+samba-simpleserver:
+ extends: .private_template
+
samba-fileserver:
extends: .private_template