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 probably way more
than we need). Note that the docs say that the size is 250GB
by default for things running inside the RH ranch so this might
be redunant [1].

[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 31593a0
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 31593a0

Please sign in to comment.