mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
tests: record HW requirements
This was originally stored in provision.fmf, but after the TMT transition, this information should be preserved. It is probably not honoured by that many CI systems, but things will get better over time. See https://tmt.readthedocs.io/en/stable/spec/plans.html#hardware for specification details.
This commit is contained in:
parent
027da3930a
commit
14cd547cf5
1 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,6 @@ prepare:
|
|||
- name: packages
|
||||
how: install
|
||||
package: llvm
|
||||
provision:
|
||||
hardware:
|
||||
memory: ">= 4 GiB"
|
||||
|
|
Loading…
Reference in a new issue