]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
buildpackages: 10GB is too small most of the time
authorLoic Dachary <ldachary@redhat.com>
Thu, 12 Nov 2015 11:39:53 +0000 (12:39 +0100)
committerLoic Dachary <ldachary@redhat.com>
Thu, 12 Nov 2015 14:09:26 +0000 (15:09 +0100)
Signed-off-by: Loic Dachary <loic@dachary.org>
tasks/buildpackages.py

index 4d900db8738fb06dedbf292b8eba60d6489c8d1c..db7f115279096bf5f6fd8fb1d382737cc0b83d65 100644 (file)
@@ -178,7 +178,7 @@ def task(ctx, config):
                 select = ''
             build_flavor = openstack.flavor(config['machine'], select)
             http_flavor = openstack.flavor({
-                'disk': 10, # GB
+                'disk': 40, # GB
                 'ram': 1024, # MB
                 'cpus': 1,
             }, select)