copr: builders: +20G build storage space

https://pagure.io/copr/copr/issue/1657
This commit is contained in:
Pavel Raiskup 2021-01-27 08:57:32 +01:00
parent 3212bee0d7
commit cc548317ac
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
- device_name: sdb
delete_on_termination: True
volume_type: gp2
volume_size: 140
volume_size: 160
tasks:
- include: "spinup_aws_task.yml"

View file

@ -15,7 +15,7 @@ config_opts['plugin_conf']['compress_logs_opts']['command'] = "/usr/bin/gzip -9
config_opts['plugin_conf']['tmpfs_enable'] = True
config_opts['plugin_conf']['tmpfs_opts'] = {}
config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '120g'
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '140g'
config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False