From cac8eadce61ba47c522ed09f3e9b8f8e94820d10 Mon Sep 17 00:00:00 2001 From: Michal Duda Date: Tue, 16 Apr 2024 10:06:40 +0200 Subject: [PATCH] Add provision step requirements --- plans/ci.fmf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/plans/ci.fmf b/plans/ci.fmf index 789c90e..423adcb 100644 --- a/plans/ci.fmf +++ b/plans/ci.fmf @@ -1,6 +1,20 @@ summary: CI plan, picks up public tests, runs in beakerlib. + +provision: + how: artemis + hardware: + memory: '>= 4GB' + disk: + - size: '>= 40GB' + cpu: + processors: '>= 6' + virtualization: + is-virtualized: false + is-supported: true + discover: - name: fedora how: fmf + execute: how: tmt