Skip to content

Commit

Permalink
tmt: ask for bigger disks and get "df -h" output after testing
Browse files Browse the repository at this point in the history
The tests are currently running out of disk space inside the
testing-farm environment. This commit should help debug this
by adding `df -h` output after the test is run.

It also asks for 200GB disk space (which is way more than we need
right now). Note that the docs say that the disk size is 250GB
by default for the RH ranch but we probably only get the 50G from
the public ranch by default because we are (currently) using
fedora39 as the test environment.

[1] https://docs.testing-farm.io/Testing%20Farm/0.1/test-request.html#hardware
  • Loading branch information
mvo5 committed Jan 22, 2024
1 parent 5a14a14 commit 55895ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plans/all.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ provision:
hardware:
virtualization:
is-supported: true
disk:
- size: ">= 200GB"
prepare:
how: install
package:
Expand All @@ -17,3 +19,6 @@ prepare:
execute:
how: tmt
script: pytest -s -vv --force-aws-upload
finish:
how: shell
script: df -h

0 comments on commit 55895ca

Please sign in to comment.