From 14cd547cf5ea6d50ec95b434bac7b5cf22d4fceb Mon Sep 17 00:00:00 2001 From: Milos Prchlik Date: Fri, 17 Sep 2021 10:58:24 +0200 Subject: [PATCH] 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. --- tests/default.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/default.fmf b/tests/default.fmf index 9f30dd3..dcffcb1 100644 --- a/tests/default.fmf +++ b/tests/default.fmf @@ -7,3 +7,6 @@ prepare: - name: packages how: install package: llvm +provision: + hardware: + memory: ">= 4 GiB"