tests: increase memory of testing farm host
Unit tests are being killed due to being oom. Resolves: RHEL-111405
This commit is contained in:
parent
959ac0c63e
commit
9d32abed7b
@ -6,3 +6,6 @@ discover:
|
||||
filter: tag:unit-test
|
||||
execute:
|
||||
how: tmt
|
||||
provision:
|
||||
hardware:
|
||||
memory: ">= 8 GB"
|
||||
|
||||
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user