CI: move target "build_nt4" to private gitlab runners
authorRalph Boehme <slow@samba.org>
Wed, 23 Jan 2019 20:56:26 +0000 (21:56 +0100)
committerTim Beale <timbeale@samba.org>
Thu, 24 Jan 2019 01:45:09 +0000 (02:45 +0100)
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

.gitlab-ci-private.yml
.gitlab-ci.yml

index c3860685a8091deeb7c376b44ed9d69af90ce330..ea22eaa044f7e8157b495746033cbde9f5c62846 100644 (file)
@@ -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
index d3474db1a227ad4e04aa33e023b97b7fab71e84a..04d57cb0491688fe34d96cb434a86b3b24411197 100644 (file)
@@ -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: