Turn on the tmpfs mock plugin for stg koji builders.
Let's see what happens!
This commit is contained in:
parent
d5d344e58b
commit
741b48ee14
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
config_opts['plugin_conf']['package_state_enable'] = False
|
||||
config_opts['plugin_conf']['ccache_enable'] = False
|
||||
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
||||
|
||||
{% if env == 'staging' %}
|
||||
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'] = '768m'
|
||||
config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
|
||||
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue