From ef010675df30ee8a88853464687038ab45a82ae2 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 11 Jul 2019 18:19:51 +0200 Subject: [PATCH] Run CI tests with 20gb disk space --- test/ci-bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci-bootstrap.py b/test/ci-bootstrap.py index 0ae70eb43..547ebdea5 100755 --- a/test/ci-bootstrap.py +++ b/test/ci-bootstrap.py @@ -143,7 +143,7 @@ def main(): # pylint: disable=too-many-statements,too-many-branches ssh_key_id=args.ssh_key_id, region='ams1', size=8192, - disk=15, + disk=20, image=19) droplet_id = droplet['droplet']['id'] log.info('Created droplet id: %s', droplet_id) -- GitLab