From ba3c503acd8a29fedd6072b0a9eb770e1025d198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 23 Jul 2024 17:16:00 +0200 Subject: [PATCH] Require at least 8GiB RAM for unit tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: RHEL-32133 Signed-off-by: Tomáš Hozza --- osbuild-composer.spec | 5 ++++- plans/unit-tests.fmf | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 093048d..bf6210d 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -25,7 +25,7 @@ It is compatible with composer-cli and cockpit-composer clients. } Name: osbuild-composer -Release: 1%{?dist} +Release: 2%{?dist} Summary: An image building service based on osbuild # osbuild-composer doesn't have support for building i686 and armv7hl images @@ -446,6 +446,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c %endif %changelog +* Tue Jul 23 2024 Tomáš Hozza - 113-2 +- Rebuild for test case fix + * Fri Jul 12 2024 imagebuilder-bot - 113-1 - New upstream release diff --git a/plans/unit-tests.fmf b/plans/unit-tests.fmf index c0707fa..306dc28 100644 --- a/plans/unit-tests.fmf +++ b/plans/unit-tests.fmf @@ -5,3 +5,6 @@ discover: filter: tag:unit-test execute: how: tmt +provision: + hardware: + memory: ">= 8 GB"