From 0a5c5e2f5ef09b8cee55d65242d54febc84f7855 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Wed, 1 May 2019 15:18:31 +1200 Subject: .gitlab-ci.yml: keep samba-ci-private tag only for private jobs 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 Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5401a9e27b9..bff0e089058 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -154,8 +154,6 @@ samba-ad-dc-ntvfs: .private_template: extends: .shared_template tags: - - docker - - private - samba-ci-private only: variables: -- cgit v1.2.1