Revert nosync enablement in staging Koji

This commit is contained in:
Mikolaj Izdebski 2018-11-03 21:43:13 +00:00
parent 750c6e6059
commit 1248a78d5a
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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