From: Stefan Metzmacher Date: Tue, 16 Apr 2019 12:54:55 +0000 (+0200) Subject: .gitlab-ci.yml: run samba-schemaupgrade on the private runner X-Git-Tag: samba-4.11.0rc1~1284 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=67b16058208c8ba06a8467e2bbd53a307e36de43 .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 Reviewed-by: Ralph Boehme --- 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