.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)
commit67b16058208c8ba06a8467e2bbd53a307e36de43
tree267ff5c05ac56169ac0468ee1caf55b0823b64d9
parente3c894fb6b87df8aa56e29ef3b16ae1ef456a875
.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>
.gitlab-ci.yml