Enable nosync in staging Koji for testing (#7326)

This commit is contained in:
Mikolaj Izdebski 2018-11-03 20:57:06 +00:00
parent 6be8b9b1ca
commit 0c6333927f
2 changed files with 10 additions and 0 deletions

View file

@ -96,6 +96,13 @@
tags:
- koji_builder
- name: install nosync
package: name=nosync state=installed
when: env == "staging"
tags:
- koji_builder
- nosync
- name: enable virtlogd service
service: name=virtlogd state=started enabled=yes
tags:
@ -200,6 +207,7 @@
when: not inventory_hostname.startswith('bkernel')
tags:
- koji_builder
- nosync
#
# x86_64 builders run pungify, that needs hfs module in order to make

View file

@ -3,6 +3,8 @@ 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