Enable nosync in staging Koji for testing (#7326)
This commit is contained in:
parent
6be8b9b1ca
commit
0c6333927f
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue