diff --git a/ci.fmf b/ci.fmf index d92b136..c5aa0e0 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,7 +1 @@ -summary: CI plan -discover: - how: fmf - url: https://src.fedoraproject.org/tests/libarchive.git - ref: main -execute: - how: tmt +resultsdb-testcase: separate diff --git a/plans/internal.fmf b/plans/internal.fmf new file mode 100644 index 0000000..4833503 --- /dev/null +++ b/plans/internal.fmf @@ -0,0 +1,16 @@ +summary: Private (RHEL) beakerlib tests +enabled: false +adjust: + - when: distro == rhel + enabled: true + because: private tests are accesible only within rhel pipline +discover: + - name: rhel-libarchive + how: fmf + url: git://pkgs.devel.redhat.com/tests/libarchive + - name: distribution + how: fmf + url: git://pkgs.devel.redhat.com/tests/distribution + test: /install/rhel-buildroot +execute: + how: tmt diff --git a/plans/public.fmf b/plans/public.fmf new file mode 100644 index 0000000..aa79498 --- /dev/null +++ b/plans/public.fmf @@ -0,0 +1,7 @@ +summary: Public (Gitlab) beakerlib tests +discover: + - name: gitlab + how: fmf + url: https://gitlab.com/redhat/centos-stream/tests/libarchive.git +execute: + how: tmt