gitlab-ci: Run samba-ad-dc-2 in the shared environment
authorAndrew Bartlett <abartlet@samba.org>
Mon, 30 Apr 2018 08:38:43 +0000 (20:38 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 May 2018 06:17:44 +0000 (08:17 +0200)
This will allow more AD DC tests to run for those without access
to a private gitlab runner.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
.gitlab-ci-private.yml
.gitlab-ci.yml

index 3a1e982d93df830acc618e8a8d988d3d8fe84984..6956e712425cefe2278d4e265c19190511ef7221 100644 (file)
@@ -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
index b151599f12c2347af0518102f006ebd8a4097d05..71e44c6081c18491d5acb3e09a793cb382017bdd 100644 (file)
@@ -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: