Skip to content

Commit

Permalink
test: give nested virt supported testing farm runner more resource
Browse files Browse the repository at this point in the history
fix virt-s1#230

Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
henrywang committed Apr 11, 2024
1 parent 37ecd39 commit 829be98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tmt/plans/bib-image.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ execute:
- when: arch == x86_64 or arch == aarch64
provision+:
hardware:
cpu:
processors: ">= 2"
memory: ">= 6 GB"
virtualization:
is-supported: true

Expand Down Expand Up @@ -87,5 +90,8 @@ execute:
- when: arch == x86_64 or arch == aarch64
provision+:
hardware:
cpu:
processors: ">= 2"
memory: ">= 6 GB"
virtualization:
is-supported: true
3 changes: 3 additions & 0 deletions tmt/plans/os-replace.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ execute:
- when: arch == x86_64 or arch == aarch64
provision+:
hardware:
cpu:
processors: ">= 2"
memory: ">= 6 GB"
virtualization:
is-supported: true

Expand Down

0 comments on commit 829be98

Please sign in to comment.