mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
CI: move target "build_nt4" to private gitlab runners
Fixes the mistake of 574fdfae59
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
This commit is contained in:
parent
c99402724a
commit
67fc683a3e
@ -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
|
||||
|
@ -35,11 +35,6 @@ build_samba_none_env_py2:
|
||||
# this one takes about 1 hours to finish
|
||||
- script/autobuild.py samba-none-env-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
|
||||
|
||||
build_samba_nopython:
|
||||
<<: *shared_template
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user