From 829be98f07be6954b0e8c149c0a919916a5bc0a6 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Thu, 11 Apr 2024 08:26:50 +0800 Subject: [PATCH] test: give nested virt supported testing farm runner more resource fix https://github.com/virt-s1/bootc-workflow-test/issues/230 Signed-off-by: Xiaofeng Wang --- tmt/plans/bib-image.fmf | 6 ++++++ tmt/plans/os-replace.fmf | 3 +++ 2 files changed, 9 insertions(+) diff --git a/tmt/plans/bib-image.fmf b/tmt/plans/bib-image.fmf index 573d70c..c1a04f1 100644 --- a/tmt/plans/bib-image.fmf +++ b/tmt/plans/bib-image.fmf @@ -49,6 +49,9 @@ execute: - when: arch == x86_64 or arch == aarch64 provision+: hardware: + cpu: + processors: ">= 2" + memory: ">= 6 GB" virtualization: is-supported: true @@ -87,5 +90,8 @@ execute: - when: arch == x86_64 or arch == aarch64 provision+: hardware: + cpu: + processors: ">= 2" + memory: ">= 6 GB" virtualization: is-supported: true diff --git a/tmt/plans/os-replace.fmf b/tmt/plans/os-replace.fmf index 7ae8feb..171a690 100644 --- a/tmt/plans/os-replace.fmf +++ b/tmt/plans/os-replace.fmf @@ -96,6 +96,9 @@ execute: - when: arch == x86_64 or arch == aarch64 provision+: hardware: + cpu: + processors: ">= 2" + memory: ">= 6 GB" virtualization: is-supported: true