add into plan with more mem and cpu

This commit is contained in:
psklenar@redhat.com 2025-02-26 08:40:53 +01:00
commit 5abdbc54c1
3 changed files with 69 additions and 0 deletions

23
plans/bind/morecpu.fmf Normal file
View file

@ -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

View file

@ -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

View file

@ -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