diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/foomatic-db.spec b/foomatic-db.spec index 53e0245..8f1b958 100644 --- a/foomatic-db.spec +++ b/foomatic-db.spec @@ -6,7 +6,7 @@ Summary: Database of printers and printer drivers Name: foomatic-db Version: %{dbver_rel} -Release: 80.%{dbver_snap}%{?dist} +Release: 81.%{dbver_snap}%{?dist} # GPL-2.0-or-later non-PPD files and some PPDs # MIT for ppds License: GPL-2.0-or-later AND MIT @@ -180,6 +180,9 @@ ln -sf ../../foomatic/db/source/PPD %{buildroot}%{_datadir}/cups/model/foomatic- %{_datadir}/cups/model/foomatic-db-ppds %changelog +* Fri May 17 2024 Zdenek Dohnal - 4.0-81.20230810 +- RHEL-35698 add plans and gating + * Tue May 07 2024 Zdenek Dohnal - 4.0-80.20230810 - RHEL-35698 Remove/migrate additional license tags to SPDX diff --git a/plans/public.fmf b/plans/public.fmf new file mode 100644 index 0000000..0a38187 --- /dev/null +++ b/plans/public.fmf @@ -0,0 +1,6 @@ +summary: Test plan that runs all tests from cups tests repo. +discover: + how: fmf + url: https://src.fedoraproject.org/tests/foomatic-db.git +execute: + how: tmt diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf new file mode 100644 index 0000000..01811b9 --- /dev/null +++ b/plans/tier1-internal.fmf @@ -0,0 +1,12 @@ +summary: CI plan, picks internal Tier1 tests, runs in beakerlib. +discover: + - name: rhel + how: fmf + filter: 'tier: 1' + url: git://pkgs.devel.redhat.com/tests/foomatic-db +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora + because: They don't have access to internal repos.