summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-04-12 21:24:27 +0200
committerRalph Boehme <slow@samba.org>2019-04-16 17:45:35 +0000
commit45fee29d1ed8e4baa3e1c4af9e54c1b9cb34f639 (patch)
tree092d5512010e3bf0b3616f140aae5111d633ac03 /.gitlab-ci.yml
parentb369fabaa6f0593fb2c440a363af92d43be8c0b8 (diff)
downloadsamba-45fee29d1ed8e4baa3e1c4af9e54c1b9cb34f639.tar.gz
.gitlab-ci.yml: require samba-ci-private tag for our private runners
This makes it more clear that we need our own private runners. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Tue Apr 16 17:45:35 UTC 2019 on sn-devel-144
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cbeb13de4ad..505df7cdbe3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,6 +120,7 @@ samba-ad-dc-ntvfs:
tags:
- docker
- private
+ - samba-ci-private
only:
variables:
# These jobs are only run if the gitlab repo has private runners available.