summaryrefslogtreecommitdiff
path: root/.gitlab-ci-default.yml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-12-29 10:21:51 +0100
committerStefan Metzmacher <metze@samba.org>2021-04-13 08:23:35 +0000
commit6999e080ce0d5a0ab470daede88d7febafb49637 (patch)
tree67a9db24fdc0a1b6bda76ac190db168eced47c90 /.gitlab-ci-default.yml
parenta0a1988afb3aa4b0064919ad02a1ef7f38f44d80 (diff)
downloadsamba-6999e080ce0d5a0ab470daede88d7febafb49637.tar.gz
.gitlab-ci*.yml: only use gitlab.org shared runners if possible
We no longer fallback to our private runner, lets see how that works out... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to '.gitlab-ci-default.yml')
-rw-r--r--.gitlab-ci-default.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci-default.yml b/.gitlab-ci-default.yml
index cd163f17fb4..ebfebbad933 100644
--- a/.gitlab-ci-default.yml
+++ b/.gitlab-ci-default.yml
@@ -1,2 +1,3 @@
include:
+ - /.gitlab-ci-default-runners.yml
- /.gitlab-ci-main.yml