diff options
author | Andrew Bartlett <abartlet@samba.org> | 2018-03-04 21:32:09 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-03-27 23:03:13 +0200 |
commit | e4a969ccc55758b402483e7e1b31ab054624c6c5 (patch) | |
tree | 65cbf888526e16dbd9bf7bb06d03e6e31f5c6624 /.gitlab-ci.yml | |
parent | d47fb2232bdbbc401d59b86d2641078c6e7bfdc6 (diff) | |
download | samba-e4a969ccc55758b402483e7e1b31ab054624c6c5.tar.gz |
autobuild: Remove fileserver tests from the main build
Again, this is to allow these to run in the 50min timelimit
of travis-ci and so gain test coverage.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aac810cb992..7fc023e4bfc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,14 @@ build_samba_nt4: # this one takes about 1 hours to finish - python script/autobuild.py samba-nt4 --verbose --tail --testbase /tmp/samba-testbase +build_samba_fileserver: + stage: build + tags: + - autobuild + script: + # this one takes about 1 hours to finish + - python script/autobuild.py samba-fileserver --verbose --tail --testbase /tmp/samba-testbase + build_samba_ad_dc: stage: build tags: |