diff options
author | Ralph Boehme <slow@samba.org> | 2019-01-23 21:56:26 +0100 |
---|---|---|
committer | Tim Beale <timbeale@samba.org> | 2019-01-24 02:45:09 +0100 |
commit | 67fc683a3eec4d24de774e2a82c72b69eb03565e (patch) | |
tree | 06fa492b4fc76f8c21af8c6088f8e4569c1373c9 /.gitlab-ci-private.yml | |
parent | c99402724a65f4e1f8ed4dcd236a43e0603bef0a (diff) | |
download | samba-67fc683a3eec4d24de774e2a82c72b69eb03565e.tar.gz |
CI: move target "build_nt4" to private gitlab runners
Fixes the mistake of 574fdfae59c6d7c97be48ca52ac9aefac82feccd that added
"build_nt4" to the public runners.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13761
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Tim Beale <timbeale@catalyst.net.nz>
Autobuild-User(master): Tim Beale <timbeale@samba.org>
Autobuild-Date(master): Thu Jan 24 02:45:09 CET 2019 on sn-devel-144
Diffstat (limited to '.gitlab-ci-private.yml')
-rw-r--r-- | .gitlab-ci-private.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci-private.yml b/.gitlab-ci-private.yml index c3860685a80..ea22eaa044f 100644 --- a/.gitlab-ci-private.yml +++ b/.gitlab-ci-private.yml @@ -39,3 +39,7 @@ build_samba_ad_dc_py2: # this one takes about 1 hours to finish - script/autobuild.py samba-ad-dc-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase +build_nt4: + <<: *private_template + script: + - script/autobuild.py samba-nt4 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase |