summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-06-30 11:13:55 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-03-27 23:03:13 +0200
commitd47fb2232bdbbc401d59b86d2641078c6e7bfdc6 (patch)
tree11611ca19fd808bfaf2f9eaf2f5e4719546f4b97 /.gitlab-ci.yml
parent3fd29c05f347dfa305d93be9202fbae56570d223 (diff)
downloadsamba-d47fb2232bdbbc401d59b86d2641078c6e7bfdc6.tar.gz
autobuild: Run all "ad_dc" environment tests in samba-ad-dc
This allows us not to run ad_dc tests in the main build, making the autobuild process faster. The ad_dc tests run in less than 50mins on travis-ci, which allows this part of the tests to be run. 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.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e3b11271a9..aac810cb992 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_ad_dc:
+ stage: build
+ tags:
+ - autobuild
+ script:
+ # this one takes about 1 hours to finish
+ - python script/autobuild.py samba-ad-dc --verbose --tail --testbase /tmp/samba-testbase
+
build_samba_none_env:
stage: build
tags: