From e1beb461197ed376c2bd9d26236c887e498ab5b1 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 8 Apr 2026 15:31:18 +0200 Subject: [PATCH] Enable shared yum cache and caching options for AlmaLinux-Kitten-10 Add use_shared_yum_cache: true to mock config, keepcache: true and metadata_expire: 60 to yum config for AlmaLinux-Kitten-10 platform. --- reference_data/platforms.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_data/platforms.yaml b/reference_data/platforms.yaml index 0ca7cd34..60414000 100644 --- a/reference_data/platforms.yaml +++ b/reference_data/platforms.yaml @@ -5542,6 +5542,7 @@ - '--rlimit=RLIMIT_NOFILE=20480' - '--capability=cap_ipc_lock' rpmautospec_enable: true + use_shared_yum_cache: true secure_boot_macros: "%with_modsign": "1" "%modsign_os": "almalinux10" @@ -5551,6 +5552,8 @@ timeout: 172800 yum: best: true + keepcache: true + metadata_expire: 60 module_platform_id: platform:el10 repositories: - arch: s390x