summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-04-16 14:54:55 +0200
committerRalph Boehme <slow@samba.org>2019-04-16 16:15:24 +0000
commit67b16058208c8ba06a8467e2bbd53a307e36de43 (patch)
tree267ff5c05ac56169ac0468ee1caf55b0823b64d9 /.gitlab-ci.yml
parente3c894fb6b87df8aa56e29ef3b16ae1ef456a875 (diff)
downloadsamba-67b16058208c8ba06a8467e2bbd53a307e36de43.tar.gz
.gitlab-ci.yml: run samba-schemaupgrade on the private runner
The related jobs often fail with timeouts because the shared runners (4GB RAM + 2GB SWAP) will use ~450MB of the swapfile. The private runners use 8GB RAM without any swap. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2504cd46a23..9f6f2b808d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -98,9 +98,6 @@ samba-ad-dc-5:
samba-ad-dc-6:
extends: .shared_template
-samba-schemaupgrade:
- extends: .shared_template
-
samba-ad-dc-backup:
extends: .shared_template
@@ -143,3 +140,6 @@ samba-ad-dc-1:
samba-nt4:
extends: .private_template
+
+samba-schemaupgrade:
+ extends: .private_template