From 97a37465cf56a0637486c28479b499499c5cacd0 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 6 Feb 2019 11:17:24 +0100 Subject: [PATCH] Decrease disk size of ci droplets to 8gb --- 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 72f8e1437..a0ab52824 100755 --- a/test/ci-bootstrap.py +++ b/test/ci-bootstrap.py @@ -87,7 +87,7 @@ if __name__ == "__main__": ssh_key_id=args.ssh_key_id, region='ams1', size=2048, - disk=5, + disk=8, image=18) id = droplet['droplet']['id'] print('Created droplet id:', id) -- GitLab