Require at least 8GiB RAM for unit tests

Resolves: RHEL-32133

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2024-07-23 17:16:00 +02:00
parent 70c3debd9f
commit ba3c503acd
No known key found for this signature in database
GPG Key ID: C5887AD51D9F3C2D
2 changed files with 7 additions and 1 deletions

View File

@ -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 <thozza@redhat.com> - 113-2
- Rebuild for test case fix
* Fri Jul 12 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 113-1
- New upstream release

View File

@ -5,3 +5,6 @@ discover:
filter: tag:unit-test
execute:
how: tmt
provision:
hardware:
memory: ">= 8 GB"