From: Andrew Bartlett Date: Mon, 30 Apr 2018 08:38:43 +0000 (+1200) Subject: gitlab-ci: Run samba-ad-dc-2 in the shared environment X-Git-Tag: ldb-1.4.0~454 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6784283844dc231dad428d0c45088c1f7df404b3;p=thirdparty%2Fsamba.git gitlab-ci: Run samba-ad-dc-2 in the shared environment This will allow more AD DC tests to run for those without access to a private gitlab runner. Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/.gitlab-ci-private.yml b/.gitlab-ci-private.yml index 3a1e982d93d..6956e712425 100644 --- a/.gitlab-ci-private.yml +++ b/.gitlab-ci-private.yml @@ -32,8 +32,3 @@ 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: - <<: *private_template - script: - # this one takes about 1 hours to finish - - python script/autobuild.py samba-ad-dc-2 --verbose --tail --testbase /tmp/samba-testbase diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b151599f12c..71e44c6081c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,12 @@ build_samba_o3: script: - python script/autobuild.py samba-o3 --verbose --tail --testbase /tmp/samba-testbase +build_samba_ad_dc_2: + <<: *shared_template + 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_libs: <<: *shared_template script: