From: Noel Power Date: Thu, 25 Oct 2018 16:53:35 +0000 (+0100) Subject: CI: Add new CI job for new purepy3-ad-dc-2 autobuild task X-Git-Tag: tdb-1.3.17~761 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=321002e37e3cb467c44dc927b081f2e6c64cfcce;p=thirdparty%2Fsamba.git CI: Add new CI job for new purepy3-ad-dc-2 autobuild task Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec1c3625f2b..8ce1e45149b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,3 +105,8 @@ build_samba_purepy3-none_env: <<: *shared_template script: - python3 script/autobuild.py samba-purepy3-none-env --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase + +build_samba_purepy3-ad-dc-2: + <<: *shared_template + script: + - python3 script/autobuild.py samba-purepy3-ad-dc-2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase