Request 16GB+ RAM

The tests are killed by OOM killer otherwise:

    ./tmt-test-wrapper.sh-default-0-default-0: line 2: 18964 Killed                  python3.12 -c 'import numpy; assert numpy.test()'

Local experiment by Miro Hrončok <miro@hroncok.cz> showed the tests
use at least 10.5 GB RAM.
This commit is contained in:
Lukáš Zachar 2024-01-16 14:49:57 +01:00 committed by Miro Hrončok
parent 52e6215553
commit 8d47c71f45
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ discover:
test: |
pip3.12 install hypothesis==6.45.0 typing_extensions==4.9.0 &&
python3.12 -c 'import numpy; assert numpy.test()'
provision:
hardware:
memory: ">= 16 GB"