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