From 1bde1869f8a708f8b0960f5be4e35bad94be36d9 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 6 Jun 2019 10:54:10 +0200 Subject: [PATCH] copr: builders: temporarily disable yum_caches again This causes problems to @python/python3.8 project, where is too heavy re-use of VMs (several hundreds of builds on one VM). This reverts commit 9988126185fb4152a18f83bcd7b8a5e551830720. --- roles/copr/backend/files/provision/files/mock/site-defaults.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg index b5d29c3d83..0cd74e5c43 100644 --- a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg +++ b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg @@ -3,6 +3,8 @@ config_opts['plugin_conf']['package_state_enable'] = False config_opts['plugin_conf']['ccache_enable'] = False +config_opts['plugin_conf']['yum_cache_enable'] = False + config_opts['plugin_conf']['root_cache_enable'] = True # when used build ignores additional buildroot packages, reason unknown # config_opts['plugin_conf']['root_cache_opts']['age_check'] = False