From 5abdbc54c17b6ed65ff0f940047a7f8f85d8d18c Mon Sep 17 00:00:00 2001 From: "psklenar@redhat.com" Date: Wed, 26 Feb 2025 08:40:53 +0100 Subject: [PATCH] add into plan with more mem and cpu --- plans/bind/morecpu.fmf | 23 +++++++++++++++++++++++ plans/bind9.16/morecpu.fmf | 23 +++++++++++++++++++++++ plans/bind9.18/morecpu.fmf | 23 +++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 plans/bind/morecpu.fmf create mode 100644 plans/bind9.16/morecpu.fmf create mode 100644 plans/bind9.18/morecpu.fmf diff --git a/plans/bind/morecpu.fmf b/plans/bind/morecpu.fmf new file mode 100644 index 0000000..3c9fd14 --- /dev/null +++ b/plans/bind/morecpu.fmf @@ -0,0 +1,23 @@ +context: + component: bind +environment: + PACKAGE: bind + +/moremem: + summary: tests with more MEM and CPU + discover: + - name: public + how: fmf + filter: 'tag: morecpu' + url: "https://src.fedoraproject.org/tests/bind.git" + - name: internal + how: fmf + filter: 'tag: morecpu' + url: https://gitlab.com/redhat/rhel/tests/bind + provision: + hardware: + memory: ">= 6 GB" + cpu: + processors: ">= 8" + execute: + how: tmt diff --git a/plans/bind9.16/morecpu.fmf b/plans/bind9.16/morecpu.fmf new file mode 100644 index 0000000..05f9e53 --- /dev/null +++ b/plans/bind9.16/morecpu.fmf @@ -0,0 +1,23 @@ +context: + component: bind9.16 +environment: + PACKAGE: bind9.16 + +/moremem: + summary: tests with more MEM and CPU + discover: + - name: public + how: fmf + filter: 'tag: morecpu' + url: "https://src.fedoraproject.org/tests/bind.git" + - name: internal + how: fmf + filter: 'tag: morecpu' + url: https://gitlab.com/redhat/rhel/tests/bind + provision: + hardware: + memory: ">= 6 GB" + cpu: + processors: ">= 8" + execute: + how: tmt diff --git a/plans/bind9.18/morecpu.fmf b/plans/bind9.18/morecpu.fmf new file mode 100644 index 0000000..d9560b3 --- /dev/null +++ b/plans/bind9.18/morecpu.fmf @@ -0,0 +1,23 @@ +context: + component: bind9.18 +environment: + PACKAGE: bind9.18 + +/moremem: + summary: tests with more MEM and CPU + discover: + - name: public + how: fmf + filter: 'tag: morecpu' + url: "https://src.fedoraproject.org/tests/bind.git" + - name: internal + how: fmf + filter: 'tag: morecpu' + url: https://gitlab.com/redhat/rhel/tests/bind + provision: + hardware: + memory: ">= 6 GB" + cpu: + processors: ">= 8" + execute: + how: tmt