Revert nosync enablement in staging Koji
This commit is contained in:
parent
750c6e6059
commit
1248a78d5a
2 changed files with 1 additions and 3 deletions
|
@ -97,7 +97,7 @@
|
|||
- koji_builder
|
||||
|
||||
- name: install nosync
|
||||
package: name=nosync state=installed
|
||||
package: name=nosync state=absent
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- koji_builder
|
||||
|
|
|
@ -3,8 +3,6 @@ config_opts['plugin_conf']['ccache_enable'] = False
|
|||
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
||||
config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
|
||||
{% if env == 'staging' %}
|
||||
config_opts['nosync'] = True
|
||||
config_opts['nosync_force'] = True
|
||||
##config_opts['plugin_conf']['tmpfs_enable'] = True
|
||||
#config_opts['plugin_conf']['tmpfs_opts'] = {}
|
||||
#config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue