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/gating.yaml b/gating.yaml index 5923021..2770d57 100644 --- a/gating.yaml +++ b/gating.yaml @@ -7,3 +7,4 @@ rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier2.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier3.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} diff --git a/plans/public.fmf b/plans/public.fmf new file mode 100644 index 0000000..1cffba6 --- /dev/null +++ b/plans/public.fmf @@ -0,0 +1,7 @@ +summary: Test plan that runs all tests from tests repo. +discover: + how: fmf + url: https://src.fedoraproject.org/tests/rsync.git +execute: + how: tmt + diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf new file mode 100644 index 0000000..752a06e --- /dev/null +++ b/plans/tier1-internal.fmf @@ -0,0 +1,15 @@ +summary: CI plan, picks Tier1 tests, runs in beakerlib. +discover: + - name: rhel + how: fmf + filter: 'tier: 1' + url: git://pkgs.devel.redhat.com/tests/rsync + - name: fedora + how: fmf + filter: 'tier: 1' + url: "https://src.fedoraproject.org/tests/rsync.git" +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream-9 diff --git a/rsync.spec b/rsync.spec index a8b11ae..df6d34f 100644 --- a/rsync.spec +++ b/rsync.spec @@ -10,7 +10,7 @@ Summary: A program for synchronizing files over a network Name: rsync Version: 3.2.3 -Release: 11%{?dist} +Release: 12%{?dist} URL: https://rsync.samba.org/ Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz @@ -122,6 +122,9 @@ install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service %systemd_postun_with_restart rsyncd.service %changelog +* Tue May 03 2022 Michal Ruprich - 3.2.3-12 +- Resolves: #2081296 - Enable fmf tests in centos stream + * Tue Apr 26 2022 Michal Ruprich - 3.2.3-11 - Resolves: #2053198 - rsync segmentation fault diff --git a/tests/tests.yml b/tests/tests-disabled.yml similarity index 100% rename from tests/tests.yml rename to tests/tests-disabled.yml