.gitlab-ci.yml: keep samba-ci-private tag only for private jobs
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 1 May 2019 03:18:31 +0000 (15:18 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 1 May 2019 05:32:25 +0000 (05:32 +0000)
This will help us give the legacy 'private' tag, used in branches
under maintenance, more resources without those jobs running on the
normal production runners (therefore avoiding the additional cost for
the 90% of builds that are for master).

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

index 5401a9e27b93f67b281ba06b1a62b5de03e65bc4..bff0e089058335f92a2de32b8bb046d37e015fd5 100644 (file)
@@ -154,8 +154,6 @@ samba-ad-dc-ntvfs:
 .private_template:
   extends: .shared_template
   tags:
-    - docker
-    - private
     - samba-ci-private
   only:
     variables: