.gitlab-ci.yml: run samba-schemaupgrade on the private runner
authorStefan Metzmacher <metze@samba.org>
Tue, 16 Apr 2019 12:54:55 +0000 (14:54 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 16 Apr 2019 16:15:24 +0000 (16:15 +0000)
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>
.gitlab-ci.yml

index 2504cd46a23bdcca8b1136f8808ad62d527376b4..9f6f2b808d08d4354dbabc6adb50b639d1c98e87 100644 (file)
@@ -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