add into plan with more mem and cpu
This commit is contained in:
parent
f66d9539bd
commit
5abdbc54c1
3 changed files with 69 additions and 0 deletions
23
plans/bind/morecpu.fmf
Normal file
23
plans/bind/morecpu.fmf
Normal 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
|
||||
23
plans/bind9.16/morecpu.fmf
Normal file
23
plans/bind9.16/morecpu.fmf
Normal 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
|
||||
23
plans/bind9.18/morecpu.fmf
Normal file
23
plans/bind9.18/morecpu.fmf
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue