increase disk space size #2

Merged
PeterSurda merged 1 commits from surbhicis/buildbot-scripts:master into master 2021-12-01 11:19:10 +01:00

View File

@ -70,7 +70,7 @@ def prepare_files(domain, env_):
# resize # resize
cmd = ['/usr/bin/qemu-img', cmd = ['/usr/bin/qemu-img',
'resize', disk, "+10G" 'resize', disk, "+20G"
] ]
subprocess.call(cmd) subprocess.call(cmd)