summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2021-04-08 23:12:39 +0200
committerStefan Metzmacher <metze@samba.org>2021-04-13 08:23:35 +0000
commita0a1988afb3aa4b0064919ad02a1ef7f38f44d80 (patch)
tree3e27d79214fc28dc77606db035822015e70735ea /bootstrap
parent23a54f4731c12333c2a62ed80c5abbf3ca054492 (diff)
downloadsamba-a0a1988afb3aa4b0064919ad02a1ef7f38f44d80.tar.gz
bootstrap/.gitlab-ci.yml: make sure we force gitlab.com runners for now
We've just added our own runners with 'docker' and 'gce'. 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 'bootstrap')
-rw-r--r--bootstrap/.gitlab-ci.yml4
-rw-r--r--bootstrap/sha1sum.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap/.gitlab-ci.yml b/bootstrap/.gitlab-ci.yml
index 5f79ac1fbf2..1a8376daa4c 100644
--- a/bootstrap/.gitlab-ci.yml
+++ b/bootstrap/.gitlab-ci.yml
@@ -5,8 +5,12 @@ services:
image: docker:latest
stage: images
tags:
+ # We need to make sure we only use gitlab.com
+ # runners and not our own runners, as our current runners
+ # don't allow 'docker build ...' to run.
- docker
- gce
+ - shared
variables:
SAMBA_CI_IS_BROKEN_IMAGE: "no"
SAMBA_CI_TEST_JOB: "samba-o3"
diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt
index 3e87c2ed1b0..af96c13b35e 100644
--- a/bootstrap/sha1sum.txt
+++ b/bootstrap/sha1sum.txt
@@ -1 +1 @@
-c4c00eb35cae36d8d6e752ee01fd943432993721
+f25e1fa0a828f428ade0e4f37d8a646ff1e207d4