From 56191dcfb783913742a373671901def7db28e842 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 21 Mar 2018 07:02:42 +1300 Subject: autobuild: Split up the build further with samba-ad-dc-2 Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6846b2a782d..1e86d7ed9f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,6 +50,15 @@ build_samba_ad_dc: # this one takes about 1 hours to finish - python script/autobuild.py samba-ad-dc --verbose --tail --testbase /tmp/samba-testbase +build_samba_ad_dc_2: + stage: build + tags: + - docker + - private + script: + # this one takes about 1 hours to finish + - python script/autobuild.py samba-ad-dc-2 --verbose --tail --testbase /tmp/samba-testbase + build_samba_none_env: stage: build tags: -- cgit v1.2.1