tests: increase memory of testing farm host

Unit tests are being killed due to being oom.

Resolves: RHEL-111405
This commit is contained in:
Sanne Raymaekers 2025-12-04 15:10:53 +01:00
parent 959ac0c63e
commit 9d32abed7b
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -4,6 +4,10 @@ set -euxo pipefail
source /etc/os-release
# Print some information about the machine
df -h
free -h
# Move to the checked out git repo with the test plans
# this should be the root of the dist-git repo
cd "${TMT_TREE}"